[ Nov 20 17:17:11 Enabled. ] [ Nov 20 17:17:11 Rereading configuration. ] [ Nov 20 17:17:12 Rereading configuration. ] [ Nov 20 17:17:14 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 [ Nov 20 17:17:14 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.11.20 17:17:15.357799 [ 1 ] {} Application: Will watch for the process with pid 24250 2025.11.20 17:17:15.358403 [ 1 ] {} Application: Forked a child process to watch 2025.11.20 17:17:15.797677 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24250 2025.11.20 17:17:15.798610 [ 1 ] {} Application: starting up 2025.11.20 17:17:15.798795 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.11.20 17:17:15.919799 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.11.20 17:17:15.981238 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.11.20 17:17:15.981313 [ 1 ] {} Application: Initializing DateLUT. 2025.11.20 17:17:15.981335 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.11.20 17:17:15.981428 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.11.20 17:17:15.981906 [ 1 ] {} Application: Initializing interserver credentials. 2025.11.20 17:17:15.984488 [ 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.11.20 17:17:15.985416 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.20 17:17:15.986423 [ 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.11.20 17:17:15.986446 [ 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.11.20 17:17:15.986462 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.11.20 17:17:15.987274 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.20 17:17:15.988626 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.11.20 17:17:15.995725 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.20 17:17:15.996636 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.11.20 17:17:15.998254 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.20 17:17:15.998330 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.20 17:17:15.999539 [ 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.11.20 17:17:15.999986 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.11.20 17:17:16.004378 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.11.20 17:17:16.004690 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.11.20 17:17:16.008188 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.11.20 17:17:16.008633 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.11.20 17:17:16.009120 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.11.20 17:17:16.009613 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.11.20 17:17:16.011135 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.11.20 17:17:16.011162 [ 1 ] {} Application: Loading metadata from /data/ 2025.11.20 17:17:16.011260 [ 141 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:17:16.011369 [ 141 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:17:16.020353 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.11.20 17:17:16.020379 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000176363 sec 2025.11.20 17:17:16.020401 [ 1 ] {} ReferentialDeps: No tables 2025.11.20 17:17:16.020414 [ 1 ] {} LoadingDeps: No tables 2025.11.20 17:17:16.021156 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.11.20 17:17:16.021798 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.11.20 17:17:16.033769 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.11.20 17:17:16.033825 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.11.20 17:17:16.033849 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.11.20 17:17:16.033862 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.11.20 17:17:16.033905 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.11.20 17:17:16.033925 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.11.20 17:17:16.036208 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.11.20 17:17:16.036263 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.11.20 17:17:16.036287 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.11.20 17:17:16.036440 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.11.20 17:17:16.036488 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.11.20 17:17:16.036501 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.11.20 17:17:16.036523 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.11.20 17:17:16.036536 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.11.20 17:17:16.036577 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.11.20 17:17:16.036598 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.11.20 17:17:16.062339 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.11.20 17:17:16.066933 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.11.20 17:17:16.066984 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.8222e-05 sec 2025.11.20 17:17:16.067007 [ 1 ] {} ReferentialDeps: No tables 2025.11.20 17:17:16.067027 [ 1 ] {} LoadingDeps: No tables 2025.11.20 17:17:16.067080 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.11.20 17:17:16.067387 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.11.20 17:17:16.067468 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.11.20 17:17:16.067491 [ 1 ] {} Application: Loaded metadata. 2025.11.20 17:17:16.067516 [ 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.11.20 17:17:16.067535 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.11.20 17:17:16.073515 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.11.20 17:17:16.073767 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2025.11.20 17:17:16.075300 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.661e-05 sec. 2025.11.20 17:17:16.075787 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.11.20 17:17:16.076611 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.11.20 17:17:16.076630 [ 1 ] {} Application: Ready for connections. 2025.11.20 17:17:16.300706 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57643 2025.11.20 17:17:16.301530 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.301597 [ 3 ] {} TCP-Session: 0aab3ecb-8f00-41cc-a447-944f54f05722 Authenticating user 'default' from [fd00:1122:3344:101::b]:57643 2025.11.20 17:17:16.301627 [ 3 ] {} TCP-Session: 0aab3ecb-8f00-41cc-a447-944f54f05722 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.301648 [ 3 ] {} TCP-Session: 0aab3ecb-8f00-41cc-a447-944f54f05722 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.301740 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.20 17:17:16.301767 [ 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.11.20 17:17:16.301790 [ 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.11.20 17:17:16.304469 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:32978 2025.11.20 17:17:16.304556 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55757 2025.11.20 17:17:16.304568 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51928 2025.11.20 17:17:16.304675 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.304729 [ 4 ] {} TCP-Session: 508e169d-751a-40c3-88f2-50665b7a8452 Authenticating user 'default' from [fd00:1122:3344:101::b]:32978 2025.11.20 17:17:16.304754 [ 4 ] {} TCP-Session: 508e169d-751a-40c3-88f2-50665b7a8452 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.304762 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38394 2025.11.20 17:17:16.304767 [ 4 ] {} TCP-Session: 508e169d-751a-40c3-88f2-50665b7a8452 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.304798 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.304769 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.304852 [ 5 ] {} TCP-Session: 738ac19b-f885-4080-b89d-6c1ea52bffc8 Authenticating user 'default' from [fd00:1122:3344:101::b]:51928 2025.11.20 17:17:16.304864 [ 254 ] {} TCP-Session: 99785463-d593-4569-bbb6-fde67c4bf792 Authenticating user 'default' from [fd00:1122:3344:101::b]:55757 2025.11.20 17:17:16.304904 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.304921 [ 5 ] {} TCP-Session: 738ac19b-f885-4080-b89d-6c1ea52bffc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.304925 [ 254 ] {} TCP-Session: 99785463-d593-4569-bbb6-fde67c4bf792 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.304961 [ 255 ] {} TCP-Session: d3c43572-c921-469d-a2bd-b825a09d31c5 Authenticating user 'default' from [fd00:1122:3344:101::b]:38394 2025.11.20 17:17:16.304979 [ 254 ] {} TCP-Session: 99785463-d593-4569-bbb6-fde67c4bf792 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305006 [ 255 ] {} TCP-Session: d3c43572-c921-469d-a2bd-b825a09d31c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305050 [ 255 ] {} TCP-Session: d3c43572-c921-469d-a2bd-b825a09d31c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.304964 [ 5 ] {} TCP-Session: 738ac19b-f885-4080-b89d-6c1ea52bffc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305072 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41908 2025.11.20 17:17:16.304989 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54150 2025.11.20 17:17:16.304970 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33041 2025.11.20 17:17:16.305250 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.305297 [ 258 ] {} TCP-Session: 51920f6a-39b9-40ec-9351-ff28047f9df4 Authenticating user 'default' from [fd00:1122:3344:101::b]:41908 2025.11.20 17:17:16.305313 [ 258 ] {} TCP-Session: 51920f6a-39b9-40ec-9351-ff28047f9df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305325 [ 258 ] {} TCP-Session: 51920f6a-39b9-40ec-9351-ff28047f9df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305379 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.305414 [ 257 ] {} TCP-Session: 7c62445e-2b9c-4ed3-bae1-9df524d57de9 Authenticating user 'default' from [fd00:1122:3344:101::b]:33041 2025.11.20 17:17:16.305413 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.305432 [ 257 ] {} TCP-Session: 7c62445e-2b9c-4ed3-bae1-9df524d57de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305462 [ 256 ] {} TCP-Session: 027eaf47-e2e1-485c-92bd-be53a82c65b4 Authenticating user 'default' from [fd00:1122:3344:101::b]:54150 2025.11.20 17:17:16.305473 [ 257 ] {} TCP-Session: 7c62445e-2b9c-4ed3-bae1-9df524d57de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305494 [ 256 ] {} TCP-Session: 027eaf47-e2e1-485c-92bd-be53a82c65b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.305528 [ 256 ] {} TCP-Session: 027eaf47-e2e1-485c-92bd-be53a82c65b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.736258 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57053 2025.11.20 17:17:16.736443 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.736573 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:57053 2025.11.20 17:17:16.736597 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.736609 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.736848 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.20 17:17:16.736888 [ 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.11.20 17:17:16.736981 [ 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.11.20 17:17:16.743706 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33852 2025.11.20 17:17:16.743771 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64050 2025.11.20 17:17:16.743948 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56150 2025.11.20 17:17:16.744051 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54238 2025.11.20 17:17:16.744065 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45184 2025.11.20 17:17:16.744796 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40404 2025.11.20 17:17:16.744950 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.744988 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39381 2025.11.20 17:17:16.745001 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Authenticating user 'default' from [fd00:1122:3344:101::d]:33852 2025.11.20 17:17:16.745112 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.745128 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746522 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52049 2025.11.20 17:17:16.746568 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746654 [ 264 ] {} TCP-Session: d4b239b9-a08e-4e3e-994a-84f3926063e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:54238 2025.11.20 17:17:16.746668 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746719 [ 266 ] {} TCP-Session: e9f4a23d-50cb-4a1e-81f1-740e8309050e Authenticating user 'default' from [fd00:1122:3344:101::d]:39381 2025.11.20 17:17:16.746674 [ 264 ] {} TCP-Session: d4b239b9-a08e-4e3e-994a-84f3926063e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746832 [ 266 ] {} TCP-Session: e9f4a23d-50cb-4a1e-81f1-740e8309050e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746837 [ 264 ] {} TCP-Session: d4b239b9-a08e-4e3e-994a-84f3926063e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746878 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746902 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746924 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746970 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746994 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:16.746994 [ 261 ] {} TCP-Session: 78648d25-8c2b-462c-9b22-d4bd8d42a3fa Authenticating user 'default' from [fd00:1122:3344:101::d]:64050 2025.11.20 17:17:16.747050 [ 267 ] {} TCP-Session: 1581be6a-0664-4f5b-b1e0-fde30122f810 Authenticating user 'default' from [fd00:1122:3344:101::d]:52049 2025.11.20 17:17:16.747074 [ 261 ] {} TCP-Session: 78648d25-8c2b-462c-9b22-d4bd8d42a3fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747070 [ 262 ] {} TCP-Session: c4ffb6f5-3bdc-48a3-a6eb-737f3862f615 Authenticating user 'default' from [fd00:1122:3344:101::d]:45184 2025.11.20 17:17:16.747051 [ 263 ] {} TCP-Session: e1b8bc4d-c231-4476-907a-e2aa5e4d3f9a Authenticating user 'default' from [fd00:1122:3344:101::d]:56150 2025.11.20 17:17:16.747173 [ 262 ] {} TCP-Session: c4ffb6f5-3bdc-48a3-a6eb-737f3862f615 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747160 [ 261 ] {} TCP-Session: 78648d25-8c2b-462c-9b22-d4bd8d42a3fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747154 [ 267 ] {} TCP-Session: 1581be6a-0664-4f5b-b1e0-fde30122f810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747303 [ 262 ] {} TCP-Session: c4ffb6f5-3bdc-48a3-a6eb-737f3862f615 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746953 [ 265 ] {} TCP-Session: 2d39663c-8670-4117-995f-562a4db48e41 Authenticating user 'default' from [fd00:1122:3344:101::d]:40404 2025.11.20 17:17:16.747367 [ 267 ] {} TCP-Session: 1581be6a-0664-4f5b-b1e0-fde30122f810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747394 [ 265 ] {} TCP-Session: 2d39663c-8670-4117-995f-562a4db48e41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746855 [ 266 ] {} TCP-Session: e9f4a23d-50cb-4a1e-81f1-740e8309050e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.746833 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.747481 [ 265 ] {} TCP-Session: 2d39663c-8670-4117-995f-562a4db48e41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747279 [ 263 ] {} TCP-Session: e1b8bc4d-c231-4476-907a-e2aa5e4d3f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.747604 [ 263 ] {} TCP-Session: e1b8bc4d-c231-4476-907a-e2aa5e4d3f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:16.750924 [ 259 ] {303c583d-8819-4550-aa58-8a12fe90d68f} executeQuery: (from [fd00:1122:3344:101::d]:57053) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:17:16.838097 [ 259 ] {303c583d-8819-4550-aa58-8a12fe90d68f} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57053) (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.11.20 17:17:16.838911 [ 259 ] {303c583d-8819-4550-aa58-8a12fe90d68f} 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.11.20 17:17:16.839013 [ 259 ] {303c583d-8819-4550-aa58-8a12fe90d68f} TCPHandler: Processed in 0.095091495 sec. 2025.11.20 17:17:16.839479 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.839744 [ 260 ] {87c60d46-91ca-439a-9d65-9c8c2e6daba2} executeQuery: (from [fd00:1122:3344:101::d]:33852) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:17:16.840258 [ 260 ] {87c60d46-91ca-439a-9d65-9c8c2e6daba2} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:33852) (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.11.20 17:17:16.840419 [ 260 ] {87c60d46-91ca-439a-9d65-9c8c2e6daba2} 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.11.20 17:17:16.840510 [ 260 ] {87c60d46-91ca-439a-9d65-9c8c2e6daba2} TCPHandler: Processed in 0.001219873 sec. 2025.11.20 17:17:16.840821 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.841586 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} executeQuery: (from [fd00:1122:3344:101::d]:57053) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.11.20 17:17:16.842174 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.11.20 17:17:16.847167 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.11.20 17:17:16.847209 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} TablesLoader: Parsed metadata of 0 tables in 1 databases in 7.6222e-05 sec 2025.11.20 17:17:16.847222 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} ReferentialDeps: No tables 2025.11.20 17:17:16.847233 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} LoadingDeps: No tables 2025.11.20 17:17:16.847262 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} DatabaseAtomic (oximeter): Starting up tables. 2025.11.20 17:17:16.847889 [ 259 ] {206e0d78-23fa-4a6c-a825-4628a2541a1c} TCPHandler: Processed in 0.007181965 sec. 2025.11.20 17:17:16.848043 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.848212 [ 259 ] {bf3ba57b-c875-4c99-bbaa-cde0ec7e61a2} executeQuery: (from [fd00:1122:3344:101::d]:57053) /* 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.11.20 17:17:16.848271 [ 259 ] {bf3ba57b-c875-4c99-bbaa-cde0ec7e61a2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.11.20 17:17:16.852955 [ 259 ] {bf3ba57b-c875-4c99-bbaa-cde0ec7e61a2} StoragePolicy (default): Storage policy default created, total volumes 1 2025.11.20 17:17:16.855101 [ 259 ] {bf3ba57b-c875-4c99-bbaa-cde0ec7e61a2} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6): Loading data parts 2025.11.20 17:17:16.856120 [ 259 ] {bf3ba57b-c875-4c99-bbaa-cde0ec7e61a2} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6): There are no data parts 2025.11.20 17:17:16.862016 [ 259 ] {bf3ba57b-c875-4c99-bbaa-cde0ec7e61a2} TCPHandler: Processed in 0.014027763 sec. 2025.11.20 17:17:16.862200 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.862380 [ 259 ] {c48b5b6e-a63b-42b7-9efe-01e4ba2fbe11} executeQuery: (from [fd00:1122:3344:101::d]:57053) /* 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.11.20 17:17:16.862449 [ 259 ] {c48b5b6e-a63b-42b7-9efe-01e4ba2fbe11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.11.20 17:17:16.873307 [ 259 ] {c48b5b6e-a63b-42b7-9efe-01e4ba2fbe11} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Loading data parts 2025.11.20 17:17:16.873690 [ 259 ] {c48b5b6e-a63b-42b7-9efe-01e4ba2fbe11} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): There are no data parts 2025.11.20 17:17:16.879536 [ 259 ] {c48b5b6e-a63b-42b7-9efe-01e4ba2fbe11} TCPHandler: Processed in 0.017392057 sec. 2025.11.20 17:17:16.879693 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.879922 [ 259 ] {f94b4faa-7de6-454b-b763-f420bda9a09b} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.879965 [ 259 ] {f94b4faa-7de6-454b-b763-f420bda9a09b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.11.20 17:17:16.886259 [ 259 ] {f94b4faa-7de6-454b-b763-f420bda9a09b} oximeter.measurements_i8 (0b9321d6-0527-472c-9300-f770ccb9ea15): Loading data parts 2025.11.20 17:17:16.886428 [ 259 ] {f94b4faa-7de6-454b-b763-f420bda9a09b} oximeter.measurements_i8 (0b9321d6-0527-472c-9300-f770ccb9ea15): There are no data parts 2025.11.20 17:17:16.888358 [ 259 ] {f94b4faa-7de6-454b-b763-f420bda9a09b} TCPHandler: Processed in 0.008720243 sec. 2025.11.20 17:17:16.888613 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.888788 [ 259 ] {f057ae6a-416b-4b46-81e6-6599748d7a98} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.888895 [ 259 ] {f057ae6a-416b-4b46-81e6-6599748d7a98} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.11.20 17:17:16.894883 [ 259 ] {f057ae6a-416b-4b46-81e6-6599748d7a98} oximeter.measurements_u8 (1a9e2825-c95b-40b8-9a0e-2ccf5eedfe3b): Loading data parts 2025.11.20 17:17:16.895149 [ 259 ] {f057ae6a-416b-4b46-81e6-6599748d7a98} oximeter.measurements_u8 (1a9e2825-c95b-40b8-9a0e-2ccf5eedfe3b): There are no data parts 2025.11.20 17:17:16.901327 [ 259 ] {f057ae6a-416b-4b46-81e6-6599748d7a98} TCPHandler: Processed in 0.01277101 sec. 2025.11.20 17:17:16.901480 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.901826 [ 259 ] {76cb6e84-41cc-4caf-9dbd-1ace309a78d1} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.901876 [ 259 ] {76cb6e84-41cc-4caf-9dbd-1ace309a78d1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.11.20 17:17:16.910732 [ 259 ] {76cb6e84-41cc-4caf-9dbd-1ace309a78d1} oximeter.measurements_i16 (8cf4a1b2-8671-44f6-8770-3791e4e8ec5c): Loading data parts 2025.11.20 17:17:16.910931 [ 259 ] {76cb6e84-41cc-4caf-9dbd-1ace309a78d1} oximeter.measurements_i16 (8cf4a1b2-8671-44f6-8770-3791e4e8ec5c): There are no data parts 2025.11.20 17:17:16.916999 [ 259 ] {76cb6e84-41cc-4caf-9dbd-1ace309a78d1} TCPHandler: Processed in 0.015569832 sec. 2025.11.20 17:17:16.917262 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.917426 [ 259 ] {3df102ae-4088-4575-8c3c-0b8b0bce6eca} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.917566 [ 259 ] {3df102ae-4088-4575-8c3c-0b8b0bce6eca} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.11.20 17:17:16.922766 [ 259 ] {3df102ae-4088-4575-8c3c-0b8b0bce6eca} oximeter.measurements_u16 (e751a70c-a12d-471e-b93d-355990cb04c3): Loading data parts 2025.11.20 17:17:16.923003 [ 259 ] {3df102ae-4088-4575-8c3c-0b8b0bce6eca} oximeter.measurements_u16 (e751a70c-a12d-471e-b93d-355990cb04c3): There are no data parts 2025.11.20 17:17:16.928465 [ 259 ] {3df102ae-4088-4575-8c3c-0b8b0bce6eca} TCPHandler: Processed in 0.011261261 sec. 2025.11.20 17:17:16.928619 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.928853 [ 259 ] {912dbfdf-6dfc-4727-bcc8-41c46edaf565} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.928898 [ 259 ] {912dbfdf-6dfc-4727-bcc8-41c46edaf565} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.11.20 17:17:16.933993 [ 259 ] {912dbfdf-6dfc-4727-bcc8-41c46edaf565} oximeter.measurements_i32 (34c17639-d3a3-4d63-9f05-7c205c0a51f3): Loading data parts 2025.11.20 17:17:16.934182 [ 259 ] {912dbfdf-6dfc-4727-bcc8-41c46edaf565} oximeter.measurements_i32 (34c17639-d3a3-4d63-9f05-7c205c0a51f3): There are no data parts 2025.11.20 17:17:16.940045 [ 259 ] {912dbfdf-6dfc-4727-bcc8-41c46edaf565} TCPHandler: Processed in 0.011477056 sec. 2025.11.20 17:17:16.940277 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.940436 [ 259 ] {c38983fa-0657-474b-9515-1c5a523da38c} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.940560 [ 259 ] {c38983fa-0657-474b-9515-1c5a523da38c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.11.20 17:17:16.945743 [ 259 ] {c38983fa-0657-474b-9515-1c5a523da38c} oximeter.measurements_u32 (cebbf230-6e17-4f13-be60-eeafe7e95f75): Loading data parts 2025.11.20 17:17:16.945999 [ 259 ] {c38983fa-0657-474b-9515-1c5a523da38c} oximeter.measurements_u32 (cebbf230-6e17-4f13-be60-eeafe7e95f75): There are no data parts 2025.11.20 17:17:16.948924 [ 259 ] {c38983fa-0657-474b-9515-1c5a523da38c} TCPHandler: Processed in 0.008696763 sec. 2025.11.20 17:17:16.949083 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.949331 [ 259 ] {b7541e87-3a5e-4953-bac2-56558159099a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.949374 [ 259 ] {b7541e87-3a5e-4953-bac2-56558159099a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.11.20 17:17:16.953113 [ 259 ] {b7541e87-3a5e-4953-bac2-56558159099a} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Loading data parts 2025.11.20 17:17:16.953382 [ 259 ] {b7541e87-3a5e-4953-bac2-56558159099a} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): There are no data parts 2025.11.20 17:17:16.956021 [ 259 ] {b7541e87-3a5e-4953-bac2-56558159099a} TCPHandler: Processed in 0.006988252 sec. 2025.11.20 17:17:16.956272 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.956428 [ 259 ] {761afba6-1f13-43ed-a074-a307399060c0} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.956549 [ 259 ] {761afba6-1f13-43ed-a074-a307399060c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.11.20 17:17:16.961632 [ 259 ] {761afba6-1f13-43ed-a074-a307399060c0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Loading data parts 2025.11.20 17:17:16.961823 [ 259 ] {761afba6-1f13-43ed-a074-a307399060c0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): There are no data parts 2025.11.20 17:17:16.965667 [ 259 ] {761afba6-1f13-43ed-a074-a307399060c0} TCPHandler: Processed in 0.009445118 sec. 2025.11.20 17:17:16.965834 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.966055 [ 259 ] {06dbba0d-46b2-4955-9fd7-e7a451da0e6a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.966143 [ 259 ] {06dbba0d-46b2-4955-9fd7-e7a451da0e6a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.11.20 17:17:16.971219 [ 259 ] {06dbba0d-46b2-4955-9fd7-e7a451da0e6a} oximeter.measurements_f32 (eba27a1d-9b07-4da3-9765-715f95fc4119): Loading data parts 2025.11.20 17:17:16.971419 [ 259 ] {06dbba0d-46b2-4955-9fd7-e7a451da0e6a} oximeter.measurements_f32 (eba27a1d-9b07-4da3-9765-715f95fc4119): There are no data parts 2025.11.20 17:17:16.977165 [ 259 ] {06dbba0d-46b2-4955-9fd7-e7a451da0e6a} TCPHandler: Processed in 0.011387513 sec. 2025.11.20 17:17:16.977397 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.977560 [ 259 ] {d5a5c81e-11fa-42fe-81ae-7344118e8a9d} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.977675 [ 259 ] {d5a5c81e-11fa-42fe-81ae-7344118e8a9d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.11.20 17:17:16.982871 [ 259 ] {d5a5c81e-11fa-42fe-81ae-7344118e8a9d} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Loading data parts 2025.11.20 17:17:16.983090 [ 259 ] {d5a5c81e-11fa-42fe-81ae-7344118e8a9d} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): There are no data parts 2025.11.20 17:17:16.986444 [ 259 ] {d5a5c81e-11fa-42fe-81ae-7344118e8a9d} TCPHandler: Processed in 0.009097491 sec. 2025.11.20 17:17:16.986618 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.986875 [ 259 ] {de1b01c1-6d9d-4d5d-a01b-75dc213df709} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.986956 [ 259 ] {de1b01c1-6d9d-4d5d-a01b-75dc213df709} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.11.20 17:17:16.992247 [ 259 ] {de1b01c1-6d9d-4d5d-a01b-75dc213df709} oximeter.measurements_string (438607c4-1621-4014-82bc-567284727dc0): Loading data parts 2025.11.20 17:17:16.992419 [ 259 ] {de1b01c1-6d9d-4d5d-a01b-75dc213df709} oximeter.measurements_string (438607c4-1621-4014-82bc-567284727dc0): There are no data parts 2025.11.20 17:17:16.993898 [ 259 ] {de1b01c1-6d9d-4d5d-a01b-75dc213df709} TCPHandler: Processed in 0.007340728 sec. 2025.11.20 17:17:16.994119 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:16.994280 [ 259 ] {33164a96-f726-43e6-a69e-ebb34944a92d} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:16.994395 [ 259 ] {33164a96-f726-43e6-a69e-ebb34944a92d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.11.20 17:17:16.997313 [ 259 ] {33164a96-f726-43e6-a69e-ebb34944a92d} oximeter.measurements_bytes (99676cbd-2e04-4871-9f41-d37a5d88bb33): Loading data parts 2025.11.20 17:17:16.997483 [ 259 ] {33164a96-f726-43e6-a69e-ebb34944a92d} oximeter.measurements_bytes (99676cbd-2e04-4871-9f41-d37a5d88bb33): There are no data parts 2025.11.20 17:17:17.001151 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 121.95 MiB, peak 121.95 MiB, free memory in arenas 0.00 B, will set to 132.27 MiB (RSS), difference: 10.32 MiB 2025.11.20 17:17:17.002041 [ 259 ] {33164a96-f726-43e6-a69e-ebb34944a92d} TCPHandler: Processed in 0.00796993 sec. 2025.11.20 17:17:17.002219 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.002445 [ 259 ] {60496e4c-7251-4507-b6f8-eaf01fb364c0} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.002533 [ 259 ] {60496e4c-7251-4507-b6f8-eaf01fb364c0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.11.20 17:17:17.007865 [ 259 ] {60496e4c-7251-4507-b6f8-eaf01fb364c0} oximeter.measurements_cumulativei64 (199b02f4-dfc9-4012-821f-478fe03f2533): Loading data parts 2025.11.20 17:17:17.008068 [ 259 ] {60496e4c-7251-4507-b6f8-eaf01fb364c0} oximeter.measurements_cumulativei64 (199b02f4-dfc9-4012-821f-478fe03f2533): There are no data parts 2025.11.20 17:17:17.011187 [ 259 ] {60496e4c-7251-4507-b6f8-eaf01fb364c0} TCPHandler: Processed in 0.009023629 sec. 2025.11.20 17:17:17.011404 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.011569 [ 259 ] {db8fb75d-bc02-4acb-8f94-3819033b8488} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.011689 [ 259 ] {db8fb75d-bc02-4acb-8f94-3819033b8488} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:17.014961 [ 259 ] {db8fb75d-bc02-4acb-8f94-3819033b8488} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Loading data parts 2025.11.20 17:17:17.015229 [ 259 ] {db8fb75d-bc02-4acb-8f94-3819033b8488} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): There are no data parts 2025.11.20 17:17:17.021349 [ 259 ] {db8fb75d-bc02-4acb-8f94-3819033b8488} TCPHandler: Processed in 0.009995298 sec. 2025.11.20 17:17:17.021519 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.021785 [ 259 ] {34fad02c-ec30-48cc-819b-a69663b3a3fc} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.021905 [ 259 ] {34fad02c-ec30-48cc-819b-a69663b3a3fc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.11.20 17:17:17.023954 [ 259 ] {34fad02c-ec30-48cc-819b-a69663b3a3fc} oximeter.measurements_cumulativef32 (33dd4cb5-1cdb-4de7-95cf-97d6f194aa15): Loading data parts 2025.11.20 17:17:17.024113 [ 259 ] {34fad02c-ec30-48cc-819b-a69663b3a3fc} oximeter.measurements_cumulativef32 (33dd4cb5-1cdb-4de7-95cf-97d6f194aa15): There are no data parts 2025.11.20 17:17:17.028033 [ 259 ] {34fad02c-ec30-48cc-819b-a69663b3a3fc} TCPHandler: Processed in 0.006566933 sec. 2025.11.20 17:17:17.028207 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.028408 [ 259 ] {b9c792df-ec74-4779-a23d-89797b764e57} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.028547 [ 259 ] {b9c792df-ec74-4779-a23d-89797b764e57} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.11.20 17:17:17.035028 [ 259 ] {b9c792df-ec74-4779-a23d-89797b764e57} oximeter.measurements_cumulativef64 (bf37101e-f84e-43b0-97d8-27290ed95408): Loading data parts 2025.11.20 17:17:17.035247 [ 259 ] {b9c792df-ec74-4779-a23d-89797b764e57} oximeter.measurements_cumulativef64 (bf37101e-f84e-43b0-97d8-27290ed95408): There are no data parts 2025.11.20 17:17:17.036979 [ 259 ] {b9c792df-ec74-4779-a23d-89797b764e57} TCPHandler: Processed in 0.008830866 sec. 2025.11.20 17:17:17.037232 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.037586 [ 259 ] {53513e66-9632-471d-b41c-a3328334c2a3} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.037792 [ 259 ] {53513e66-9632-471d-b41c-a3328334c2a3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.11.20 17:17:17.042183 [ 259 ] {53513e66-9632-471d-b41c-a3328334c2a3} oximeter.measurements_histogrami8 (0118ee4f-b218-44e5-99ac-6b8fa01de4c8): Loading data parts 2025.11.20 17:17:17.042379 [ 259 ] {53513e66-9632-471d-b41c-a3328334c2a3} oximeter.measurements_histogrami8 (0118ee4f-b218-44e5-99ac-6b8fa01de4c8): There are no data parts 2025.11.20 17:17:17.048614 [ 259 ] {53513e66-9632-471d-b41c-a3328334c2a3} TCPHandler: Processed in 0.011453455 sec. 2025.11.20 17:17:17.048783 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.049138 [ 259 ] {95115b3f-a46c-4e6a-9e9e-8ec315a570b2} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.049263 [ 259 ] {95115b3f-a46c-4e6a-9e9e-8ec315a570b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.11.20 17:17:17.054906 [ 259 ] {95115b3f-a46c-4e6a-9e9e-8ec315a570b2} oximeter.measurements_histogramu8 (51d39488-e642-4da4-a3a3-be6111a37a1b): Loading data parts 2025.11.20 17:17:17.055111 [ 259 ] {95115b3f-a46c-4e6a-9e9e-8ec315a570b2} oximeter.measurements_histogramu8 (51d39488-e642-4da4-a3a3-be6111a37a1b): There are no data parts 2025.11.20 17:17:17.060797 [ 259 ] {95115b3f-a46c-4e6a-9e9e-8ec315a570b2} TCPHandler: Processed in 0.012066696 sec. 2025.11.20 17:17:17.061024 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.061285 [ 259 ] {2b42aa94-10de-4d47-91e3-261e17df8dd6} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.061422 [ 259 ] {2b42aa94-10de-4d47-91e3-261e17df8dd6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.11.20 17:17:17.066849 [ 259 ] {2b42aa94-10de-4d47-91e3-261e17df8dd6} oximeter.measurements_histogrami16 (6dfafaee-ffef-412a-b371-23c618cef4dc): Loading data parts 2025.11.20 17:17:17.067047 [ 259 ] {2b42aa94-10de-4d47-91e3-261e17df8dd6} oximeter.measurements_histogrami16 (6dfafaee-ffef-412a-b371-23c618cef4dc): There are no data parts 2025.11.20 17:17:17.072670 [ 259 ] {2b42aa94-10de-4d47-91e3-261e17df8dd6} TCPHandler: Processed in 0.01170582 sec. 2025.11.20 17:17:17.072836 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.073129 [ 259 ] {659bc834-776d-46cc-8f03-a19b406d1e44} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.073285 [ 259 ] {659bc834-776d-46cc-8f03-a19b406d1e44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.11.20 17:17:17.075782 [ 259 ] {659bc834-776d-46cc-8f03-a19b406d1e44} oximeter.measurements_histogramu16 (0b63ae52-4a56-439e-b267-ab1df4f76e03): Loading data parts 2025.11.20 17:17:17.075941 [ 259 ] {659bc834-776d-46cc-8f03-a19b406d1e44} oximeter.measurements_histogramu16 (0b63ae52-4a56-439e-b267-ab1df4f76e03): There are no data parts 2025.11.20 17:17:17.082049 [ 259 ] {659bc834-776d-46cc-8f03-a19b406d1e44} TCPHandler: Processed in 0.009273874 sec. 2025.11.20 17:17:17.082309 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.082527 [ 259 ] {97db1fa8-82ac-463a-9cfb-93bd0e59298a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.082673 [ 259 ] {97db1fa8-82ac-463a-9cfb-93bd0e59298a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.11.20 17:17:17.086732 [ 259 ] {97db1fa8-82ac-463a-9cfb-93bd0e59298a} oximeter.measurements_histogrami32 (1941d543-7f5a-4255-b5ca-279eb20b63eb): Loading data parts 2025.11.20 17:17:17.086966 [ 259 ] {97db1fa8-82ac-463a-9cfb-93bd0e59298a} oximeter.measurements_histogrami32 (1941d543-7f5a-4255-b5ca-279eb20b63eb): There are no data parts 2025.11.20 17:17:17.089757 [ 259 ] {97db1fa8-82ac-463a-9cfb-93bd0e59298a} TCPHandler: Processed in 0.007499131 sec. 2025.11.20 17:17:17.089932 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.090201 [ 259 ] {8149fc60-010c-4810-a2c7-d2207c5e6c54} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.090350 [ 259 ] {8149fc60-010c-4810-a2c7-d2207c5e6c54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.11.20 17:17:17.095735 [ 259 ] {8149fc60-010c-4810-a2c7-d2207c5e6c54} oximeter.measurements_histogramu32 (29c9c4fb-45d9-4702-aaf8-b465ee649cbc): Loading data parts 2025.11.20 17:17:17.095918 [ 259 ] {8149fc60-010c-4810-a2c7-d2207c5e6c54} oximeter.measurements_histogramu32 (29c9c4fb-45d9-4702-aaf8-b465ee649cbc): There are no data parts 2025.11.20 17:17:17.102081 [ 259 ] {8149fc60-010c-4810-a2c7-d2207c5e6c54} TCPHandler: Processed in 0.012214329 sec. 2025.11.20 17:17:17.102331 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.102547 [ 259 ] {efa8f9f4-5345-4e56-9353-a62ce1637190} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.102681 [ 259 ] {efa8f9f4-5345-4e56-9353-a62ce1637190} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.11.20 17:17:17.107907 [ 259 ] {efa8f9f4-5345-4e56-9353-a62ce1637190} oximeter.measurements_histogrami64 (c4dc6550-1dae-4625-9785-425e47eccdf0): Loading data parts 2025.11.20 17:17:17.108116 [ 259 ] {efa8f9f4-5345-4e56-9353-a62ce1637190} oximeter.measurements_histogrami64 (c4dc6550-1dae-4625-9785-425e47eccdf0): There are no data parts 2025.11.20 17:17:17.114013 [ 259 ] {efa8f9f4-5345-4e56-9353-a62ce1637190} TCPHandler: Processed in 0.01173448 sec. 2025.11.20 17:17:17.114161 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.114374 [ 259 ] {413babc7-a571-4c4f-876d-461274aa56f6} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.114505 [ 259 ] {413babc7-a571-4c4f-876d-461274aa56f6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.11.20 17:17:17.119584 [ 259 ] {413babc7-a571-4c4f-876d-461274aa56f6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Loading data parts 2025.11.20 17:17:17.119715 [ 259 ] {413babc7-a571-4c4f-876d-461274aa56f6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): There are no data parts 2025.11.20 17:17:17.123677 [ 259 ] {413babc7-a571-4c4f-876d-461274aa56f6} TCPHandler: Processed in 0.00956823 sec. 2025.11.20 17:17:17.123903 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.124224 [ 259 ] {8bed299c-6b52-45c9-aeab-ba326999e2dd} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.124371 [ 259 ] {8bed299c-6b52-45c9-aeab-ba326999e2dd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.11.20 17:17:17.129874 [ 259 ] {8bed299c-6b52-45c9-aeab-ba326999e2dd} oximeter.measurements_histogramf32 (57460040-664c-46c5-8f4b-785b33059620): Loading data parts 2025.11.20 17:17:17.130130 [ 259 ] {8bed299c-6b52-45c9-aeab-ba326999e2dd} oximeter.measurements_histogramf32 (57460040-664c-46c5-8f4b-785b33059620): There are no data parts 2025.11.20 17:17:17.135957 [ 259 ] {8bed299c-6b52-45c9-aeab-ba326999e2dd} TCPHandler: Processed in 0.012113667 sec. 2025.11.20 17:17:17.136117 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.136350 [ 259 ] {f9bda91b-1566-4eb1-98fd-d64b2495bd04} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.136537 [ 259 ] {f9bda91b-1566-4eb1-98fd-d64b2495bd04} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.11.20 17:17:17.141988 [ 259 ] {f9bda91b-1566-4eb1-98fd-d64b2495bd04} oximeter.measurements_histogramf64 (1c99c234-46ba-48f1-95fa-cbf794185429): Loading data parts 2025.11.20 17:17:17.142187 [ 259 ] {f9bda91b-1566-4eb1-98fd-d64b2495bd04} oximeter.measurements_histogramf64 (1c99c234-46ba-48f1-95fa-cbf794185429): There are no data parts 2025.11.20 17:17:17.143807 [ 259 ] {f9bda91b-1566-4eb1-98fd-d64b2495bd04} TCPHandler: Processed in 0.007743456 sec. 2025.11.20 17:17:17.143999 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.144225 [ 259 ] {0c5586e0-72ef-434d-98ec-cdaae754bdbf} executeQuery: (from [fd00:1122:3344:101::d]:57053) /* 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.11.20 17:17:17.144354 [ 259 ] {0c5586e0-72ef-434d-98ec-cdaae754bdbf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.11.20 17:17:17.149479 [ 259 ] {0c5586e0-72ef-434d-98ec-cdaae754bdbf} oximeter.fields_bool (395bb677-33a8-45c0-bb5a-6664093cd9ee): Loading data parts 2025.11.20 17:17:17.149665 [ 259 ] {0c5586e0-72ef-434d-98ec-cdaae754bdbf} oximeter.fields_bool (395bb677-33a8-45c0-bb5a-6664093cd9ee): There are no data parts 2025.11.20 17:17:17.152384 [ 259 ] {0c5586e0-72ef-434d-98ec-cdaae754bdbf} TCPHandler: Processed in 0.008434449 sec. 2025.11.20 17:17:17.152526 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.152682 [ 259 ] {816c7541-fc45-4c77-b47b-543e590a788c} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.152801 [ 259 ] {816c7541-fc45-4c77-b47b-543e590a788c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.11.20 17:17:17.156138 [ 259 ] {816c7541-fc45-4c77-b47b-543e590a788c} oximeter.fields_i8 (a68e9873-8f73-4011-a2e8-efc451f0af10): Loading data parts 2025.11.20 17:17:17.156333 [ 259 ] {816c7541-fc45-4c77-b47b-543e590a788c} oximeter.fields_i8 (a68e9873-8f73-4011-a2e8-efc451f0af10): There are no data parts 2025.11.20 17:17:17.158604 [ 259 ] {816c7541-fc45-4c77-b47b-543e590a788c} TCPHandler: Processed in 0.006125985 sec. 2025.11.20 17:17:17.158744 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.159001 [ 259 ] {533834c9-0c67-407b-a136-729f83d1611d} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.159153 [ 259 ] {533834c9-0c67-407b-a136-729f83d1611d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.11.20 17:17:17.165187 [ 259 ] {533834c9-0c67-407b-a136-729f83d1611d} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Loading data parts 2025.11.20 17:17:17.165348 [ 259 ] {533834c9-0c67-407b-a136-729f83d1611d} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): There are no data parts 2025.11.20 17:17:17.170262 [ 259 ] {533834c9-0c67-407b-a136-729f83d1611d} TCPHandler: Processed in 0.011565667 sec. 2025.11.20 17:17:17.170421 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.170609 [ 259 ] {17a817fd-8328-4e8a-b7bf-81fe880b9f27} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.170792 [ 259 ] {17a817fd-8328-4e8a-b7bf-81fe880b9f27} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.11.20 17:17:17.176008 [ 259 ] {17a817fd-8328-4e8a-b7bf-81fe880b9f27} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Loading data parts 2025.11.20 17:17:17.176154 [ 259 ] {17a817fd-8328-4e8a-b7bf-81fe880b9f27} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): There are no data parts 2025.11.20 17:17:17.178986 [ 259 ] {17a817fd-8328-4e8a-b7bf-81fe880b9f27} TCPHandler: Processed in 0.008625502 sec. 2025.11.20 17:17:17.179184 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.179430 [ 259 ] {35066698-94b6-4999-8ef3-36ebaba1aa34} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.179557 [ 259 ] {35066698-94b6-4999-8ef3-36ebaba1aa34} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.11.20 17:17:17.184586 [ 259 ] {35066698-94b6-4999-8ef3-36ebaba1aa34} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Loading data parts 2025.11.20 17:17:17.184779 [ 259 ] {35066698-94b6-4999-8ef3-36ebaba1aa34} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): There are no data parts 2025.11.20 17:17:17.189710 [ 259 ] {35066698-94b6-4999-8ef3-36ebaba1aa34} TCPHandler: Processed in 0.010574998 sec. 2025.11.20 17:17:17.189874 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.190087 [ 259 ] {262ab2a4-60f5-4469-8cdf-6c9b2ea0493f} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.190241 [ 259 ] {262ab2a4-60f5-4469-8cdf-6c9b2ea0493f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.11.20 17:17:17.192431 [ 259 ] {262ab2a4-60f5-4469-8cdf-6c9b2ea0493f} oximeter.fields_i32 (12568952-6c8b-4f5a-9e88-d95eb6578cc6): Loading data parts 2025.11.20 17:17:17.192578 [ 259 ] {262ab2a4-60f5-4469-8cdf-6c9b2ea0493f} oximeter.fields_i32 (12568952-6c8b-4f5a-9e88-d95eb6578cc6): There are no data parts 2025.11.20 17:17:17.197241 [ 259 ] {262ab2a4-60f5-4469-8cdf-6c9b2ea0493f} TCPHandler: Processed in 0.00742545 sec. 2025.11.20 17:17:17.197414 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.197756 [ 259 ] {fe20a039-b368-4248-a40e-4d13b70850e3} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.197897 [ 259 ] {fe20a039-b368-4248-a40e-4d13b70850e3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.11.20 17:17:17.203610 [ 259 ] {fe20a039-b368-4248-a40e-4d13b70850e3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Loading data parts 2025.11.20 17:17:17.203822 [ 259 ] {fe20a039-b368-4248-a40e-4d13b70850e3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): There are no data parts 2025.11.20 17:17:17.209564 [ 259 ] {fe20a039-b368-4248-a40e-4d13b70850e3} TCPHandler: Processed in 0.012208689 sec. 2025.11.20 17:17:17.209731 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.209894 [ 259 ] {77a99a8e-6b09-4b78-a71e-a6c5b43019b7} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.210027 [ 259 ] {77a99a8e-6b09-4b78-a71e-a6c5b43019b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.11.20 17:17:17.215195 [ 259 ] {77a99a8e-6b09-4b78-a71e-a6c5b43019b7} oximeter.fields_i64 (163a71cb-52f0-4f08-af03-faea66e901a0): Loading data parts 2025.11.20 17:17:17.215370 [ 259 ] {77a99a8e-6b09-4b78-a71e-a6c5b43019b7} oximeter.fields_i64 (163a71cb-52f0-4f08-af03-faea66e901a0): There are no data parts 2025.11.20 17:17:17.221183 [ 259 ] {77a99a8e-6b09-4b78-a71e-a6c5b43019b7} TCPHandler: Processed in 0.011511386 sec. 2025.11.20 17:17:17.221414 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.221569 [ 259 ] {8a9e9149-420b-417f-9770-e5b281b9f15f} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.221692 [ 259 ] {8a9e9149-420b-417f-9770-e5b281b9f15f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.11.20 17:17:17.227146 [ 259 ] {8a9e9149-420b-417f-9770-e5b281b9f15f} oximeter.fields_u64 (3058f95d-6ddb-47a0-a49a-2a369b5f4c4c): Loading data parts 2025.11.20 17:17:17.227347 [ 259 ] {8a9e9149-420b-417f-9770-e5b281b9f15f} oximeter.fields_u64 (3058f95d-6ddb-47a0-a49a-2a369b5f4c4c): There are no data parts 2025.11.20 17:17:17.229990 [ 259 ] {8a9e9149-420b-417f-9770-e5b281b9f15f} TCPHandler: Processed in 0.008626192 sec. 2025.11.20 17:17:17.230136 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.230340 [ 259 ] {6f9af5d5-28af-49c3-bfe1-eb9dd738a4a0} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.230429 [ 259 ] {6f9af5d5-28af-49c3-bfe1-eb9dd738a4a0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.11.20 17:17:17.235778 [ 259 ] {6f9af5d5-28af-49c3-bfe1-eb9dd738a4a0} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Loading data parts 2025.11.20 17:17:17.235924 [ 259 ] {6f9af5d5-28af-49c3-bfe1-eb9dd738a4a0} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): There are no data parts 2025.11.20 17:17:17.240760 [ 259 ] {6f9af5d5-28af-49c3-bfe1-eb9dd738a4a0} TCPHandler: Processed in 0.01067217 sec. 2025.11.20 17:17:17.241036 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.241225 [ 259 ] {ca2355c0-47a9-481b-9ebc-e92115cbf1d2} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.241371 [ 259 ] {ca2355c0-47a9-481b-9ebc-e92115cbf1d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.11.20 17:17:17.244854 [ 259 ] {ca2355c0-47a9-481b-9ebc-e92115cbf1d2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Loading data parts 2025.11.20 17:17:17.245130 [ 259 ] {ca2355c0-47a9-481b-9ebc-e92115cbf1d2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): There are no data parts 2025.11.20 17:17:17.249774 [ 259 ] {ca2355c0-47a9-481b-9ebc-e92115cbf1d2} TCPHandler: Processed in 0.008799315 sec. 2025.11.20 17:17:17.250029 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.250415 [ 259 ] {0bf0a82a-c55f-48de-b738-7eb0210896bf} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:17.250544 [ 259 ] {0bf0a82a-c55f-48de-b738-7eb0210896bf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.11.20 17:17:17.257509 [ 259 ] {0bf0a82a-c55f-48de-b738-7eb0210896bf} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Loading data parts 2025.11.20 17:17:17.257674 [ 259 ] {0bf0a82a-c55f-48de-b738-7eb0210896bf} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): There are no data parts 2025.11.20 17:17:17.262599 [ 259 ] {0bf0a82a-c55f-48de-b738-7eb0210896bf} TCPHandler: Processed in 0.012662727 sec. 2025.11.20 17:17:17.262872 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.263130 [ 259 ] {8dd3be76-8f44-4ca3-88fb-9b0e8b325e39} executeQuery: (from [fd00:1122:3344:101::d]:57053) /* 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.11.20 17:17:17.263286 [ 259 ] {8dd3be76-8f44-4ca3-88fb-9b0e8b325e39} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.11.20 17:17:17.265745 [ 259 ] {8dd3be76-8f44-4ca3-88fb-9b0e8b325e39} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Loading data parts 2025.11.20 17:17:17.265875 [ 259 ] {8dd3be76-8f44-4ca3-88fb-9b0e8b325e39} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): There are no data parts 2025.11.20 17:17:17.271376 [ 259 ] {8dd3be76-8f44-4ca3-88fb-9b0e8b325e39} TCPHandler: Processed in 0.00855328 sec. 2025.11.20 17:17:17.271849 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:17.272154 [ 260 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.11.20 17:17:17.273500 [ 260 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.11.20 17:17:17.286127 [ 269 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:17.286170 [ 269 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.05 GiB. 2025.11.20 17:17:17.291272 [ 269 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:17.291983 [ 269 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:17.292268 [ 260 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} executeQuery: Read 1 rows, 16.00 B in 0.020241 sec., 49.40467368213033 rows/sec., 790.47 B/sec. 2025.11.20 17:17:17.292660 [ 260 ] {9388584e-8ef3-4b6e-94ee-f5d78a1ea539} TCPHandler: Processed in 0.020943273 sec. 2025.11.20 17:17:17.924505 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:33350 2025.11.20 17:17:17.924636 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.924677 [ 270 ] {} TCP-Session: 6227b6c1-cd9e-4090-9cd8-668e56a2c1cd Authenticating user 'default' from [fd00:1122:3344:101::a]:33350 2025.11.20 17:17:17.924814 [ 270 ] {} TCP-Session: 6227b6c1-cd9e-4090-9cd8-668e56a2c1cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.924830 [ 270 ] {} TCP-Session: 6227b6c1-cd9e-4090-9cd8-668e56a2c1cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.924898 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.20 17:17:17.925018 [ 270 ] {} 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.11.20 17:17:17.925036 [ 270 ] {} 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.11.20 17:17:17.928365 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48027 2025.11.20 17:17:17.928431 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44952 2025.11.20 17:17:17.928533 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59179 2025.11.20 17:17:17.928582 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.928632 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43495 2025.11.20 17:17:17.928657 [ 271 ] {} TCP-Session: 5460f3c2-886b-43f6-9da4-9dabf0226f48 Authenticating user 'default' from [fd00:1122:3344:101::a]:48027 2025.11.20 17:17:17.928739 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.928819 [ 272 ] {} TCP-Session: b1cd1b4e-bd17-457c-912e-c42369e45ef1 Authenticating user 'default' from [fd00:1122:3344:101::a]:44952 2025.11.20 17:17:17.928838 [ 271 ] {} TCP-Session: 5460f3c2-886b-43f6-9da4-9dabf0226f48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.928902 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.928925 [ 271 ] {} TCP-Session: 5460f3c2-886b-43f6-9da4-9dabf0226f48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.928946 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.928956 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53163 2025.11.20 17:17:17.928842 [ 272 ] {} TCP-Session: b1cd1b4e-bd17-457c-912e-c42369e45ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929061 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52991 2025.11.20 17:17:17.929060 [ 273 ] {} TCP-Session: e019addf-0aff-4b08-aef8-6632c46c21b0 Authenticating user 'default' from [fd00:1122:3344:101::a]:59179 2025.11.20 17:17:17.929154 [ 272 ] {} TCP-Session: b1cd1b4e-bd17-457c-912e-c42369e45ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929154 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.929202 [ 273 ] {} TCP-Session: e019addf-0aff-4b08-aef8-6632c46c21b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929091 [ 274 ] {} TCP-Session: eeaa0fb8-c558-4547-a9aa-bbdba7898d1e Authenticating user 'default' from [fd00:1122:3344:101::a]:43495 2025.11.20 17:17:17.929286 [ 273 ] {} TCP-Session: e019addf-0aff-4b08-aef8-6632c46c21b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.928787 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61807 2025.11.20 17:17:17.929333 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.929381 [ 274 ] {} TCP-Session: eeaa0fb8-c558-4547-a9aa-bbdba7898d1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929341 [ 276 ] {} TCP-Session: 2b5c1508-f733-4fa8-8476-6fef5ae22525 Authenticating user 'default' from [fd00:1122:3344:101::a]:53163 2025.11.20 17:17:17.929531 [ 277 ] {} TCP-Session: 61a05315-df18-4496-b47f-6cce88b945b7 Authenticating user 'default' from [fd00:1122:3344:101::a]:52991 2025.11.20 17:17:17.929554 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.929534 [ 276 ] {} TCP-Session: 2b5c1508-f733-4fa8-8476-6fef5ae22525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929543 [ 274 ] {} TCP-Session: eeaa0fb8-c558-4547-a9aa-bbdba7898d1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929693 [ 275 ] {} TCP-Session: f68d029e-b824-4b08-9d0b-4d2040c9f0ff Authenticating user 'default' from [fd00:1122:3344:101::a]:61807 2025.11.20 17:17:17.929667 [ 276 ] {} TCP-Session: 2b5c1508-f733-4fa8-8476-6fef5ae22525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929661 [ 277 ] {} TCP-Session: 61a05315-df18-4496-b47f-6cce88b945b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929820 [ 275 ] {} TCP-Session: f68d029e-b824-4b08-9d0b-4d2040c9f0ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929913 [ 277 ] {} TCP-Session: 61a05315-df18-4496-b47f-6cce88b945b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.929924 [ 275 ] {} TCP-Session: f68d029e-b824-4b08-9d0b-4d2040c9f0ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.957602 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62639 2025.11.20 17:17:17.957750 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.957785 [ 278 ] {} TCP-Session: d9a0e12f-0010-490f-8873-9013bd8a5209 Authenticating user 'default' from [fd00:1122:3344:101::c]:62639 2025.11.20 17:17:17.957806 [ 278 ] {} TCP-Session: d9a0e12f-0010-490f-8873-9013bd8a5209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.957933 [ 278 ] {} TCP-Session: d9a0e12f-0010-490f-8873-9013bd8a5209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.957996 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.20 17:17:17.958046 [ 278 ] {} 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.11.20 17:17:17.958163 [ 278 ] {} 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.11.20 17:17:17.963892 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61493 2025.11.20 17:17:17.963982 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37821 2025.11.20 17:17:17.964150 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62600 2025.11.20 17:17:17.964229 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.964165 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.964292 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60210 2025.11.20 17:17:17.964364 [ 280 ] {} TCP-Session: f5dd0df2-28f9-4156-9bd9-5350812eae43 Authenticating user 'default' from [fd00:1122:3344:101::c]:37821 2025.11.20 17:17:17.964421 [ 279 ] {} TCP-Session: b8a49f08-8ed2-4a20-a382-559e64532773 Authenticating user 'default' from [fd00:1122:3344:101::c]:61493 2025.11.20 17:17:17.964454 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.964491 [ 280 ] {} TCP-Session: f5dd0df2-28f9-4156-9bd9-5350812eae43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964523 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52047 2025.11.20 17:17:17.964527 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37795 2025.11.20 17:17:17.964519 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.964595 [ 280 ] {} TCP-Session: f5dd0df2-28f9-4156-9bd9-5350812eae43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964650 [ 282 ] {} TCP-Session: cf0b149e-2d72-4363-8587-b207edd41db7 Authenticating user 'default' from [fd00:1122:3344:101::c]:60210 2025.11.20 17:17:17.964515 [ 279 ] {} TCP-Session: b8a49f08-8ed2-4a20-a382-559e64532773 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964507 [ 281 ] {} TCP-Session: ac69b5ef-7c01-44db-9363-89c65b2c0040 Authenticating user 'default' from [fd00:1122:3344:101::c]:62600 2025.11.20 17:17:17.964756 [ 282 ] {} TCP-Session: cf0b149e-2d72-4363-8587-b207edd41db7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964739 [ 279 ] {} TCP-Session: b8a49f08-8ed2-4a20-a382-559e64532773 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964812 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.964890 [ 282 ] {} TCP-Session: cf0b149e-2d72-4363-8587-b207edd41db7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964867 [ 281 ] {} TCP-Session: ac69b5ef-7c01-44db-9363-89c65b2c0040 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964839 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.965002 [ 281 ] {} TCP-Session: ac69b5ef-7c01-44db-9363-89c65b2c0040 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.964992 [ 283 ] {} TCP-Session: d08385d3-cc4b-43fb-bbf8-2c131eadaaff Authenticating user 'default' from [fd00:1122:3344:101::c]:37795 2025.11.20 17:17:17.965037 [ 284 ] {} TCP-Session: 145c4fea-65f4-45d6-bf92-20e40f6e0168 Authenticating user 'default' from [fd00:1122:3344:101::c]:52047 2025.11.20 17:17:17.964603 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40405 2025.11.20 17:17:17.965125 [ 284 ] {} TCP-Session: 145c4fea-65f4-45d6-bf92-20e40f6e0168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.965141 [ 283 ] {} TCP-Session: d08385d3-cc4b-43fb-bbf8-2c131eadaaff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.965240 [ 283 ] {} TCP-Session: d08385d3-cc4b-43fb-bbf8-2c131eadaaff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.965253 [ 284 ] {} TCP-Session: 145c4fea-65f4-45d6-bf92-20e40f6e0168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.965325 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:17.965439 [ 285 ] {} TCP-Session: db4d145e-5634-4c0b-aea5-85f89fb2f445 Authenticating user 'default' from [fd00:1122:3344:101::c]:40405 2025.11.20 17:17:17.965560 [ 285 ] {} TCP-Session: db4d145e-5634-4c0b-aea5-85f89fb2f445 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:17.965575 [ 285 ] {} TCP-Session: db4d145e-5634-4c0b-aea5-85f89fb2f445 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:18.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 134.61 MiB, peak 134.61 MiB, free memory in arenas 0.00 B, will set to 139.70 MiB (RSS), difference: 5.09 MiB 2025.11.20 17:17:23.537835 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.11.20 17:17:23.537923 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.11.20 17:17:23.537940 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.11.20 17:17:23.538013 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.11.20 17:17:23.542619 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Loading data parts 2025.11.20 17:17:23.542810 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): There are no data parts 2025.11.20 17:17:23.547779 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:23.547961 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:23.556075 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:23.556656 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:23.556843 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Loading data parts 2025.11.20 17:17:23.556929 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.11.20 17:17:23.557040 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): There are no data parts 2025.11.20 17:17:23.580974 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:23.581121 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:23.587295 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:23.588447 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:23.592320 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.11.20 17:17:24.000163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 148.87 MiB, free memory in arenas 0.00 B, will set to 153.96 MiB (RSS), difference: 9.09 MiB 2025.11.20 17:17:26.036813 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.11.20 17:17:26.037159 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.11.20 17:17:26.041694 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Loading data parts 2025.11.20 17:17:26.041894 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): There are no data parts 2025.11.20 17:17:26.047496 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:26.047679 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:26.049458 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:26.050051 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:26.050381 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.11.20 17:17:27.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.18 MiB, peak 158.18 MiB, free memory in arenas 0.00 B, will set to 154.97 MiB (RSS), difference: -3.21 MiB 2025.11.20 17:17:31.011430 [ 104 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:17:31.011501 [ 104 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:17:31.057165 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.11.20 17:17:31.060100 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:31.060146 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:31.060834 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:31.061419 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:31.061578 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.11.20 17:17:31.092541 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.11.20 17:17:31.109856 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:31.109969 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:31.116403 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:31.117635 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:31.121828 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.11.20 17:17:32.001288 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.76 MiB, peak 159.76 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.02 MiB 2025.11.20 17:17:33.515287 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.515536 [ 259 ] {4d028803-9f23-421d-8859-51bc1a52e22f} executeQuery: (from [fd00:1122:3344:101::d]:57053) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.11.20 17:17:33.515892 [ 259 ] {4d028803-9f23-421d-8859-51bc1a52e22f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.516175 [ 259 ] {4d028803-9f23-421d-8859-51bc1a52e22f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.518775 [ 259 ] {4d028803-9f23-421d-8859-51bc1a52e22f} TCPHandler: Processed in 0.003617198 sec. 2025.11.20 17:17:33.528200 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.528399 [ 259 ] {730712d0-7ac5-4a7c-bc11-0bc025a4e42b} executeQuery: (from [fd00:1122:3344:101::d]:57053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.11.20 17:17:33.532516 [ 259 ] {730712d0-7ac5-4a7c-bc11-0bc025a4e42b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.532569 [ 259 ] {730712d0-7ac5-4a7c-bc11-0bc025a4e42b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.532966 [ 259 ] {730712d0-7ac5-4a7c-bc11-0bc025a4e42b} TCPHandler: Processed in 0.00482345 sec. 2025.11.20 17:17:33.533206 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.533333 [ 259 ] {5e87f7f5-3eba-49ae-b97f-a9fdce27fb90} executeQuery: (from [fd00:1122:3344:101::d]:57053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.11.20 17:17:33.533651 [ 259 ] {5e87f7f5-3eba-49ae-b97f-a9fdce27fb90} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.533695 [ 259 ] {5e87f7f5-3eba-49ae-b97f-a9fdce27fb90} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.534087 [ 259 ] {5e87f7f5-3eba-49ae-b97f-a9fdce27fb90} TCPHandler: Processed in 0.000930578 sec. 2025.11.20 17:17:33.534309 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.534426 [ 259 ] {cfad06fe-d3cf-4edb-9f7c-b334330ae09c} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:33.534687 [ 259 ] {cfad06fe-d3cf-4edb-9f7c-b334330ae09c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.534733 [ 259 ] {cfad06fe-d3cf-4edb-9f7c-b334330ae09c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.535052 [ 259 ] {cfad06fe-d3cf-4edb-9f7c-b334330ae09c} TCPHandler: Processed in 0.000792374 sec. 2025.11.20 17:17:33.535249 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.535358 [ 259 ] {c4a19a50-f11f-4faf-8ae7-8a790b233638} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:33.535596 [ 259 ] {c4a19a50-f11f-4faf-8ae7-8a790b233638} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.535637 [ 259 ] {c4a19a50-f11f-4faf-8ae7-8a790b233638} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.535977 [ 259 ] {c4a19a50-f11f-4faf-8ae7-8a790b233638} TCPHandler: Processed in 0.000824676 sec. 2025.11.20 17:17:33.536273 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.536389 [ 259 ] {142933a0-0dfb-4618-84c1-cb11f7c9b6fd} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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.11.20 17:17:33.536644 [ 259 ] {142933a0-0dfb-4618-84c1-cb11f7c9b6fd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.536688 [ 259 ] {142933a0-0dfb-4618-84c1-cb11f7c9b6fd} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.537079 [ 259 ] {142933a0-0dfb-4618-84c1-cb11f7c9b6fd} TCPHandler: Processed in 0.000855576 sec. 2025.11.20 17:17:33.539635 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.539757 [ 259 ] {91536766-5e59-44a9-9ff6-0c5060265ab9} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.11.20 17:17:33.540029 [ 259 ] {91536766-5e59-44a9-9ff6-0c5060265ab9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.540072 [ 259 ] {91536766-5e59-44a9-9ff6-0c5060265ab9} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.540408 [ 259 ] {91536766-5e59-44a9-9ff6-0c5060265ab9} TCPHandler: Processed in 0.000823806 sec. 2025.11.20 17:17:33.540655 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.540771 [ 259 ] {58620eef-528f-43fe-8759-51254cb3b271} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.11.20 17:17:33.541034 [ 259 ] {58620eef-528f-43fe-8759-51254cb3b271} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.541079 [ 259 ] {58620eef-528f-43fe-8759-51254cb3b271} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.541416 [ 259 ] {58620eef-528f-43fe-8759-51254cb3b271} TCPHandler: Processed in 0.000810525 sec. 2025.11.20 17:17:33.541661 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.541779 [ 259 ] {0e6fc094-89db-44a3-8aef-d7d506b8c798} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.542046 [ 259 ] {0e6fc094-89db-44a3-8aef-d7d506b8c798} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.542090 [ 259 ] {0e6fc094-89db-44a3-8aef-d7d506b8c798} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.542475 [ 259 ] {0e6fc094-89db-44a3-8aef-d7d506b8c798} TCPHandler: Processed in 0.000862006 sec. 2025.11.20 17:17:33.542720 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.542839 [ 259 ] {b0bf9593-fb73-4d95-b3fa-6d2b40594615} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.543105 [ 259 ] {b0bf9593-fb73-4d95-b3fa-6d2b40594615} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.543149 [ 259 ] {b0bf9593-fb73-4d95-b3fa-6d2b40594615} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.543463 [ 259 ] {b0bf9593-fb73-4d95-b3fa-6d2b40594615} TCPHandler: Processed in 0.000793535 sec. 2025.11.20 17:17:33.543730 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.543848 [ 259 ] {24a5f068-3672-42cc-9dfa-e0827eac2bc5} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.544114 [ 259 ] {24a5f068-3672-42cc-9dfa-e0827eac2bc5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.544157 [ 259 ] {24a5f068-3672-42cc-9dfa-e0827eac2bc5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.544491 [ 259 ] {24a5f068-3672-42cc-9dfa-e0827eac2bc5} TCPHandler: Processed in 0.000808995 sec. 2025.11.20 17:17:33.551551 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.551682 [ 259 ] {d5c341da-169b-441e-aa8a-652ff41605ef} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.551973 [ 259 ] {d5c341da-169b-441e-aa8a-652ff41605ef} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.552018 [ 259 ] {d5c341da-169b-441e-aa8a-652ff41605ef} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.552366 [ 259 ] {d5c341da-169b-441e-aa8a-652ff41605ef} TCPHandler: Processed in 0.000868327 sec. 2025.11.20 17:17:33.552703 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.552833 [ 259 ] {3c3ca59b-cddb-4593-9034-b1ded7f73d7b} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.553137 [ 259 ] {3c3ca59b-cddb-4593-9034-b1ded7f73d7b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.553187 [ 259 ] {3c3ca59b-cddb-4593-9034-b1ded7f73d7b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.553540 [ 259 ] {3c3ca59b-cddb-4593-9034-b1ded7f73d7b} TCPHandler: Processed in 0.000889146 sec. 2025.11.20 17:17:33.553762 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.553888 [ 259 ] {71e74e2d-b6b6-4e21-95fc-85234e82b84b} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.554178 [ 259 ] {71e74e2d-b6b6-4e21-95fc-85234e82b84b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.554224 [ 259 ] {71e74e2d-b6b6-4e21-95fc-85234e82b84b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.554594 [ 259 ] {71e74e2d-b6b6-4e21-95fc-85234e82b84b} TCPHandler: Processed in 0.000881126 sec. 2025.11.20 17:17:33.554867 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.554991 [ 259 ] {47db7805-881a-4773-a0e5-98405af6bcc1} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.555278 [ 259 ] {47db7805-881a-4773-a0e5-98405af6bcc1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.555322 [ 259 ] {47db7805-881a-4773-a0e5-98405af6bcc1} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.555671 [ 259 ] {47db7805-881a-4773-a0e5-98405af6bcc1} TCPHandler: Processed in 0.000854136 sec. 2025.11.20 17:17:33.555938 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.556062 [ 259 ] {12d71592-5569-450c-b580-abfc83eb0e37} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.556366 [ 259 ] {12d71592-5569-450c-b580-abfc83eb0e37} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.556411 [ 259 ] {12d71592-5569-450c-b580-abfc83eb0e37} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.556772 [ 259 ] {12d71592-5569-450c-b580-abfc83eb0e37} TCPHandler: Processed in 0.000883966 sec. 2025.11.20 17:17:33.557004 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.557129 [ 259 ] {033ee1ea-70c6-48a7-8c46-07448f0217a5} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.557412 [ 259 ] {033ee1ea-70c6-48a7-8c46-07448f0217a5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.557455 [ 259 ] {033ee1ea-70c6-48a7-8c46-07448f0217a5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.557978 [ 259 ] {033ee1ea-70c6-48a7-8c46-07448f0217a5} TCPHandler: Processed in 0.001023479 sec. 2025.11.20 17:17:33.558210 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.558337 [ 259 ] {a631e649-13d8-44d5-9a2d-1d86fd22c52a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.558623 [ 259 ] {a631e649-13d8-44d5-9a2d-1d86fd22c52a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.558667 [ 259 ] {a631e649-13d8-44d5-9a2d-1d86fd22c52a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.559011 [ 259 ] {a631e649-13d8-44d5-9a2d-1d86fd22c52a} TCPHandler: Processed in 0.000850726 sec. 2025.11.20 17:17:33.559240 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.559364 [ 259 ] {8a3a1884-a6cd-45a3-8cea-d0a82c62d347} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.559650 [ 259 ] {8a3a1884-a6cd-45a3-8cea-d0a82c62d347} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.559693 [ 259 ] {8a3a1884-a6cd-45a3-8cea-d0a82c62d347} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.560083 [ 259 ] {8a3a1884-a6cd-45a3-8cea-d0a82c62d347} TCPHandler: Processed in 0.000892176 sec. 2025.11.20 17:17:33.560330 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.560460 [ 259 ] {84262940-a47e-4f8f-9013-397e48df208b} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.560754 [ 259 ] {84262940-a47e-4f8f-9013-397e48df208b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.560802 [ 259 ] {84262940-a47e-4f8f-9013-397e48df208b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.561132 [ 259 ] {84262940-a47e-4f8f-9013-397e48df208b} TCPHandler: Processed in 0.000853626 sec. 2025.11.20 17:17:33.561354 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.561478 [ 259 ] {0aea45a9-0ebf-49bc-ab20-0ebd7e321b5e} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.561769 [ 259 ] {0aea45a9-0ebf-49bc-ab20-0ebd7e321b5e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.561813 [ 259 ] {0aea45a9-0ebf-49bc-ab20-0ebd7e321b5e} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.562155 [ 259 ] {0aea45a9-0ebf-49bc-ab20-0ebd7e321b5e} TCPHandler: Processed in 0.000850536 sec. 2025.11.20 17:17:33.562407 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.562530 [ 259 ] {71397373-d6b7-4d00-8cd4-a7b44ff20fe5} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.562815 [ 259 ] {71397373-d6b7-4d00-8cd4-a7b44ff20fe5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.562859 [ 259 ] {71397373-d6b7-4d00-8cd4-a7b44ff20fe5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.563181 [ 259 ] {71397373-d6b7-4d00-8cd4-a7b44ff20fe5} TCPHandler: Processed in 0.000823586 sec. 2025.11.20 17:17:33.563399 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.563521 [ 259 ] {a761af50-80ea-4f8d-ad6c-648eff1ea12c} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.563815 [ 259 ] {a761af50-80ea-4f8d-ad6c-648eff1ea12c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.563859 [ 259 ] {a761af50-80ea-4f8d-ad6c-648eff1ea12c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.564181 [ 259 ] {a761af50-80ea-4f8d-ad6c-648eff1ea12c} TCPHandler: Processed in 0.000831155 sec. 2025.11.20 17:17:33.564393 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.564516 [ 259 ] {e7c4b307-6cea-4687-a601-2030748a1894} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.564800 [ 259 ] {e7c4b307-6cea-4687-a601-2030748a1894} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.564852 [ 259 ] {e7c4b307-6cea-4687-a601-2030748a1894} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.565176 [ 259 ] {e7c4b307-6cea-4687-a601-2030748a1894} TCPHandler: Processed in 0.000830806 sec. 2025.11.20 17:17:33.565387 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.565509 [ 259 ] {2046af69-1f0e-4ce0-bd9d-9bfea17d212a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.565791 [ 259 ] {2046af69-1f0e-4ce0-bd9d-9bfea17d212a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.565834 [ 259 ] {2046af69-1f0e-4ce0-bd9d-9bfea17d212a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.566155 [ 259 ] {2046af69-1f0e-4ce0-bd9d-9bfea17d212a} TCPHandler: Processed in 0.000816995 sec. 2025.11.20 17:17:33.566928 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.567054 [ 259 ] {47477788-71d8-40fd-aa7c-32c955886865} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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_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.11.20 17:17:33.567348 [ 259 ] {47477788-71d8-40fd-aa7c-32c955886865} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.567397 [ 259 ] {47477788-71d8-40fd-aa7c-32c955886865} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.567709 [ 259 ] {47477788-71d8-40fd-aa7c-32c955886865} TCPHandler: Processed in 0.000831966 sec. 2025.11.20 17:17:33.567997 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.568127 [ 259 ] {5c1b6951-3a9b-4329-8277-a4122b8557c6} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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.11.20 17:17:33.568418 [ 259 ] {5c1b6951-3a9b-4329-8277-a4122b8557c6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.568462 [ 259 ] {5c1b6951-3a9b-4329-8277-a4122b8557c6} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.568794 [ 259 ] {5c1b6951-3a9b-4329-8277-a4122b8557c6} TCPHandler: Processed in 0.000845426 sec. 2025.11.20 17:17:33.569030 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.569155 [ 259 ] {9954ea47-6c0e-4017-9b08-eafb069baf53} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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.11.20 17:17:33.569460 [ 259 ] {9954ea47-6c0e-4017-9b08-eafb069baf53} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.569504 [ 259 ] {9954ea47-6c0e-4017-9b08-eafb069baf53} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.569812 [ 259 ] {9954ea47-6c0e-4017-9b08-eafb069baf53} TCPHandler: Processed in 0.000830526 sec. 2025.11.20 17:17:33.570035 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.570159 [ 259 ] {a08a34fa-0da2-465b-ac9e-583228f52010} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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.11.20 17:17:33.570453 [ 259 ] {a08a34fa-0da2-465b-ac9e-583228f52010} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.570495 [ 259 ] {a08a34fa-0da2-465b-ac9e-583228f52010} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.570821 [ 259 ] {a08a34fa-0da2-465b-ac9e-583228f52010} TCPHandler: Processed in 0.000835776 sec. 2025.11.20 17:17:33.571072 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.571197 [ 259 ] {715b08c7-15f7-4d9b-895b-08f95459a85a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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.11.20 17:17:33.571523 [ 259 ] {715b08c7-15f7-4d9b-895b-08f95459a85a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.571566 [ 259 ] {715b08c7-15f7-4d9b-895b-08f95459a85a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.571894 [ 259 ] {715b08c7-15f7-4d9b-895b-08f95459a85a} TCPHandler: Processed in 0.000870596 sec. 2025.11.20 17:17:33.572115 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.572240 [ 259 ] {37132f3b-ce6b-4db0-8c4a-23cdf5c90853} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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.11.20 17:17:33.572541 [ 259 ] {37132f3b-ce6b-4db0-8c4a-23cdf5c90853} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.572585 [ 259 ] {37132f3b-ce6b-4db0-8c4a-23cdf5c90853} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:33.572904 [ 259 ] {37132f3b-ce6b-4db0-8c4a-23cdf5c90853} TCPHandler: Processed in 0.000837196 sec. 2025.11.20 17:17:33.616228 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.616371 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.20 17:17:33.616429 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:33.619155 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.619203 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.619860 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.620361 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.620530 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} executeQuery: Read 31 rows, 6.92 KiB in 0.004199 sec., 7382.710169087879 rows/sec., 1.61 MiB/sec. 2025.11.20 17:17:33.620572 [ 259 ] {3c2fd987-59ec-4dda-bd1a-284f39da767e} TCPHandler: Processed in 0.004428323 sec. 2025.11.20 17:17:33.620737 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.620859 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:17:33.620913 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:17:33.623902 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.623936 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.624508 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.625021 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.625154 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} executeQuery: Read 24 rows, 2.04 KiB in 0.004322 sec., 5552.984729291994 rows/sec., 471.79 KiB/sec. 2025.11.20 17:17:33.625198 [ 259 ] {0c8b1646-d7ee-49f1-a968-25610f95b436} TCPHandler: Processed in 0.004525195 sec. 2025.11.20 17:17:33.625345 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.625442 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:17:33.625482 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:17:33.625899 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.625937 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.626381 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.626861 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.626993 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} executeQuery: Read 8 rows, 668.00 B in 0.001571 sec., 5092.297899427117 rows/sec., 415.24 KiB/sec. 2025.11.20 17:17:33.627037 [ 259 ] {f9e0f923-4b05-4462-af52-1e5601222d7c} TCPHandler: Processed in 0.001743432 sec. 2025.11.20 17:17:33.627148 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.627241 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:17:33.627277 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:17:33.628742 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.628778 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.629358 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.629846 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.629977 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} executeQuery: Read 1294 rows, 110.66 KiB in 0.002752 sec., 470203.488372093 rows/sec., 39.27 MiB/sec. 2025.11.20 17:17:33.630019 [ 259 ] {fa07af77-305a-472a-bab7-7ca13e4918d8} TCPHandler: Processed in 0.002920985 sec. 2025.11.20 17:17:33.630136 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.630231 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:17:33.630271 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:17:33.630679 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.630715 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.631187 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.631767 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.631895 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} executeQuery: Read 20 rows, 1.52 KiB in 0.001683 sec., 11883.541295306 rows/sec., 902.87 KiB/sec. 2025.11.20 17:17:33.631936 [ 259 ] {13d80982-d15f-4d91-bcf1-d4ce26f42def} TCPHandler: Processed in 0.001851145 sec. 2025.11.20 17:17:33.632049 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.632145 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:17:33.632183 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:17:33.632728 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.632761 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.633193 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.633664 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.633795 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} executeQuery: Read 252 rows, 17.85 KiB in 0.00167 sec., 150898.20359281436 rows/sec., 10.44 MiB/sec. 2025.11.20 17:17:33.633842 [ 259 ] {f9f4ed47-6062-4dd2-aace-f0e68e94d502} TCPHandler: Processed in 0.001841365 sec. 2025.11.20 17:17:33.633957 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.634054 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:17:33.634094 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:17:33.634489 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.634528 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.634956 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.635484 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.635616 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} executeQuery: Read 12 rows, 960.00 B in 0.001581 sec., 7590.132827324478 rows/sec., 592.98 KiB/sec. 2025.11.20 17:17:33.635660 [ 259 ] {861744f6-afe1-48b5-8cc9-500b1bd9fae7} TCPHandler: Processed in 0.001755283 sec. 2025.11.20 17:17:33.635772 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.635867 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:17:33.635906 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:17:33.636538 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.636578 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.637063 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.637506 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.637634 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} executeQuery: Read 536 rows, 41.08 KiB in 0.001786 sec., 300111.9820828667 rows/sec., 22.46 MiB/sec. 2025.11.20 17:17:33.637671 [ 259 ] {b91f583d-162d-459d-8a78-0a7df35f31ae} TCPHandler: Processed in 0.001949117 sec. 2025.11.20 17:17:33.637789 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.637886 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:17:33.637928 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:33.638687 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.638721 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.639357 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.639812 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.639950 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} executeQuery: Read 1208 rows, 84.76 KiB in 0.002083 sec., 579932.7892462794 rows/sec., 39.74 MiB/sec. 2025.11.20 17:17:33.639989 [ 259 ] {82623af0-35b4-4b3f-b783-6eb76810e440} TCPHandler: Processed in 0.002259832 sec. 2025.11.20 17:17:33.640110 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:33.640205 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:17:33.640249 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:17:33.640580 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:33.640617 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.04 GiB. 2025.11.20 17:17:33.641061 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:33.641594 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:33.641728 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} executeQuery: Read 8 rows, 560.00 B in 0.001542 sec., 5188.067444876783 rows/sec., 354.65 KiB/sec. 2025.11.20 17:17:33.641766 [ 259 ] {fb9332ca-0b73-445b-95b0-9c066e8a111f} TCPHandler: Processed in 0.001708602 sec. 2025.11.20 17:17:36.050828 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.11.20 17:17:36.054919 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:36.054974 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:36.056362 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:36.056875 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:36.057141 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.11.20 17:17:37.000194 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 156.51 MiB, peak 160.52 MiB, free memory in arenas 0.00 B, will set to 160.57 MiB (RSS), difference: 4.06 MiB 2025.11.20 17:17:37.302404 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:37.302584 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:17:37.302649 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:17:37.303252 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:37.303299 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:37.303881 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:37.304369 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:37.304521 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} executeQuery: Read 30 rows, 2.34 KiB in 0.001989 sec., 15082.956259426848 rows/sec., 1.15 MiB/sec. 2025.11.20 17:17:37.304562 [ 259 ] {2645be8d-7b8b-488f-bfa8-2d99f5fe8923} TCPHandler: Processed in 0.002285123 sec. 2025.11.20 17:17:37.304691 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:37.304790 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:17:37.304830 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:17:37.305241 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:37.305282 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:37.305730 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:37.306216 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:37.306348 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} executeQuery: Read 36 rows, 2.88 KiB in 0.001578 sec., 22813.68821292776 rows/sec., 1.78 MiB/sec. 2025.11.20 17:17:37.306385 [ 259 ] {521f70bc-bad9-4248-857c-18656d9b25ae} TCPHandler: Processed in 0.001744473 sec. 2025.11.20 17:17:37.306499 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:37.306594 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:17:37.306639 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:37.307028 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:37.307066 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:37.307531 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:37.308044 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:37.308179 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} executeQuery: Read 88 rows, 6.29 KiB in 0.001603 sec., 54897.06799750468 rows/sec., 3.83 MiB/sec. 2025.11.20 17:17:37.308218 [ 259 ] {633bb119-00f1-496d-8f29-15a174a247ce} TCPHandler: Processed in 0.001768493 sec. 2025.11.20 17:17:37.308928 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:37.309039 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:17:37.309092 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:17:37.309504 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:37.309544 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:37.309961 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:37.310399 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:37.310531 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} executeQuery: Read 32 rows, 2.19 KiB in 0.001515 sec., 21122.11221122112 rows/sec., 1.41 MiB/sec. 2025.11.20 17:17:37.310567 [ 259 ] {6b5d1c6f-762e-4f22-a812-1cd19864e912} TCPHandler: Processed in 0.001700482 sec. 2025.11.20 17:17:38.561715 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.11.20 17:17:38.562191 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:38.562237 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:38.562922 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:38.563383 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:38.563510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.11.20 17:17:38.621980 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.11.20 17:17:38.638030 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:38.638080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:38.644381 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:38.645421 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:38.648286 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.11.20 17:17:39.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 161.11 MiB, peak 165.11 MiB, free memory in arenas 0.00 B, will set to 162.46 MiB (RSS), difference: 1.36 MiB 2025.11.20 17:17:42.303844 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:42.304049 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:17:42.304117 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:17:42.304795 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:42.304833 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:42.305334 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:42.305792 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:42.305940 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} executeQuery: Read 30 rows, 2.34 KiB in 0.001944 sec., 15432.0987654321 rows/sec., 1.18 MiB/sec. 2025.11.20 17:17:42.305983 [ 259 ] {7ffb678f-fd8b-4ab1-9464-f72bdb1438a8} TCPHandler: Processed in 0.002268892 sec. 2025.11.20 17:17:42.306109 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:42.306203 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:17:42.306242 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:17:42.306658 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:42.306694 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:42.307070 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:42.307470 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:42.307595 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} executeQuery: Read 36 rows, 2.88 KiB in 0.00141 sec., 25531.91489361702 rows/sec., 1.99 MiB/sec. 2025.11.20 17:17:42.307634 [ 259 ] {9244ba20-6433-4f9d-86fc-d7ce1080e60d} TCPHandler: Processed in 0.001581799 sec. 2025.11.20 17:17:42.307737 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:42.307830 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:17:42.307873 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:42.308257 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:42.308293 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:42.308700 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:42.309102 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:42.309225 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} executeQuery: Read 110 rows, 7.86 KiB in 0.001413 sec., 77848.5491861288 rows/sec., 5.43 MiB/sec. 2025.11.20 17:17:42.309264 [ 259 ] {2dbf4fac-16c8-473a-86ba-a56a6b874647} TCPHandler: Processed in 0.00157341 sec. 2025.11.20 17:17:42.309391 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:42.309484 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:17:42.309524 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:17:42.309833 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:42.309868 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:42.310292 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:42.310703 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:42.310826 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} executeQuery: Read 40 rows, 2.73 KiB in 0.00136 sec., 29411.76470588235 rows/sec., 1.96 MiB/sec. 2025.11.20 17:17:42.310860 [ 259 ] {cc6ffe53-6f6c-4e78-8076-622b066c58df} TCPHandler: Processed in 0.001518579 sec. 2025.11.20 17:17:46.011743 [ 29 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:17:46.011806 [ 29 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:17:46.057448 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 186 2025.11.20 17:17:46.059261 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:46.059311 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:46.060668 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:17:46.061137 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:46.061381 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2025.11.20 17:17:46.063608 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.11.20 17:17:46.064157 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:46.064213 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:46.065026 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:46.065600 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:46.065745 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.11.20 17:17:46.148374 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.11.20 17:17:46.165900 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:46.165964 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:46.172381 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:46.173528 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:46.177176 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.11.20 17:17:47.303390 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:47.303605 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:17:47.303679 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:17:47.304326 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:47.304376 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:47.304899 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:47.305349 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:47.305502 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} executeQuery: Read 30 rows, 2.34 KiB in 0.001952 sec., 15368.852459016394 rows/sec., 1.17 MiB/sec. 2025.11.20 17:17:47.305544 [ 259 ] {c6022a24-864f-4bdb-8a08-82ce9515ab88} TCPHandler: Processed in 0.002296843 sec. 2025.11.20 17:17:47.305670 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:47.305767 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:17:47.305810 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:17:47.306240 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:47.306289 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:47.306730 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:47.307190 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:47.307322 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} executeQuery: Read 36 rows, 2.88 KiB in 0.001575 sec., 22857.14285714286 rows/sec., 1.79 MiB/sec. 2025.11.20 17:17:47.307360 [ 259 ] {de1f7abf-62f8-488a-8648-e4a73b06818f} TCPHandler: Processed in 0.001740952 sec. 2025.11.20 17:17:47.307473 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:47.307568 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:17:47.307613 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:47.307993 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:47.308030 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:47.308466 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:47.308941 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:47.309071 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} executeQuery: Read 110 rows, 7.86 KiB in 0.001521 sec., 72320.84155161078 rows/sec., 5.05 MiB/sec. 2025.11.20 17:17:47.309107 [ 259 ] {f1aae173-e43d-4a9b-940c-bcda884be256} TCPHandler: Processed in 0.001683881 sec. 2025.11.20 17:17:47.309225 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:47.309320 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:17:47.309366 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:17:47.309691 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:47.309728 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:47.310163 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:47.310559 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:47.310690 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} executeQuery: Read 40 rows, 2.73 KiB in 0.001389 sec., 28797.696184305256 rows/sec., 1.92 MiB/sec. 2025.11.20 17:17:47.310727 [ 259 ] {717c60d9-add4-44b1-bd93-75b02d38fe21} TCPHandler: Processed in 0.001551489 sec. 2025.11.20 17:17:47.772230 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57644 2025.11.20 17:17:47.776020 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.776066 [ 286 ] {} TCP-Session: ea83c059-5011-464a-a8ca-15263c691da9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57644 2025.11.20 17:17:47.776090 [ 286 ] {} TCP-Session: ea83c059-5011-464a-a8ca-15263c691da9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.776103 [ 286 ] {} TCP-Session: ea83c059-5011-464a-a8ca-15263c691da9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.776155 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.11.20 17:17:47.776181 [ 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.11.20 17:17:47.776197 [ 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.11.20 17:17:47.778579 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44624 2025.11.20 17:17:47.778764 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51591 2025.11.20 17:17:47.778767 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43600 2025.11.20 17:17:47.778841 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58632 2025.11.20 17:17:47.778936 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58125 2025.11.20 17:17:47.779057 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40198 2025.11.20 17:17:47.779343 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49657 2025.11.20 17:17:47.779551 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59669 2025.11.20 17:17:47.782461 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782483 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782503 [ 287 ] {} TCP-Session: df93b9d6-293d-4d02-b165-e7056792a891 Authenticating user 'default' from [fd00:1122:3344:101::e]:44624 2025.11.20 17:17:47.782510 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782529 [ 287 ] {} TCP-Session: df93b9d6-293d-4d02-b165-e7056792a891 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782527 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782560 [ 293 ] {} TCP-Session: eb3963f1-c8e2-4901-83da-a87386d74471 Authenticating user 'default' from [fd00:1122:3344:101::e]:49657 2025.11.20 17:17:47.782564 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782592 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782599 [ 293 ] {} TCP-Session: eb3963f1-c8e2-4901-83da-a87386d74471 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782620 [ 290 ] {} TCP-Session: 02cc26b3-e31f-41d1-b157-951c477d21ca Authenticating user 'default' from [fd00:1122:3344:101::e]:58632 2025.11.20 17:17:47.782636 [ 293 ] {} TCP-Session: eb3963f1-c8e2-4901-83da-a87386d74471 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782638 [ 289 ] {} TCP-Session: ae468666-0762-450d-b231-2e6fdceb09c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:51591 2025.11.20 17:17:47.782645 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782671 [ 289 ] {} TCP-Session: ae468666-0762-450d-b231-2e6fdceb09c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782646 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:47.782704 [ 292 ] {} TCP-Session: af543418-c5a6-4d97-8893-822782ea4538 Authenticating user 'default' from [fd00:1122:3344:101::e]:40198 2025.11.20 17:17:47.782706 [ 289 ] {} TCP-Session: ae468666-0762-450d-b231-2e6fdceb09c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782758 [ 288 ] {} TCP-Session: 7ba664ad-742f-466e-b388-5c602e87cc06 Authenticating user 'default' from [fd00:1122:3344:101::e]:43600 2025.11.20 17:17:47.782759 [ 292 ] {} TCP-Session: af543418-c5a6-4d97-8893-822782ea4538 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782653 [ 290 ] {} TCP-Session: 02cc26b3-e31f-41d1-b157-951c477d21ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782796 [ 288 ] {} TCP-Session: 7ba664ad-742f-466e-b388-5c602e87cc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782821 [ 290 ] {} TCP-Session: 02cc26b3-e31f-41d1-b157-951c477d21ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782838 [ 288 ] {} TCP-Session: 7ba664ad-742f-466e-b388-5c602e87cc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782799 [ 292 ] {} TCP-Session: af543418-c5a6-4d97-8893-822782ea4538 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782597 [ 291 ] {} TCP-Session: 026b6613-65ef-4b90-986c-95a165f1832f Authenticating user 'default' from [fd00:1122:3344:101::e]:58125 2025.11.20 17:17:47.782553 [ 287 ] {} TCP-Session: df93b9d6-293d-4d02-b165-e7056792a891 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782913 [ 291 ] {} TCP-Session: 026b6613-65ef-4b90-986c-95a165f1832f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782521 [ 294 ] {} TCP-Session: 176b13f3-181d-407e-8a3b-9121bc270dd8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59669 2025.11.20 17:17:47.782945 [ 291 ] {} TCP-Session: 026b6613-65ef-4b90-986c-95a165f1832f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782971 [ 294 ] {} TCP-Session: 176b13f3-181d-407e-8a3b-9121bc270dd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.782994 [ 294 ] {} TCP-Session: 176b13f3-181d-407e-8a3b-9121bc270dd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.784966 [ 286 ] {} TCP-Session: ea83c059-5011-464a-a8ca-15263c691da9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:47.785143 [ 286 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} executeQuery: (from [fd00:1122:3344:101::e]:57644) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:17:47.785444 [ 286 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:17:47.789645 [ 286 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:47.799429 [ 286 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:17:47.816827 [ 299 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} AggregatingTransform: Aggregating 2025.11.20 17:17:47.816969 [ 299 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} Aggregator: Aggregation method: without_key 2025.11.20 17:17:47.817596 [ 299 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00371552 sec. (269.141 rows/sec., 10.51 KiB/sec.) 2025.11.20 17:17:47.817619 [ 299 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} Aggregator: Merging aggregated data 2025.11.20 17:17:47.817653 [ 299 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.11.20 17:17:47.820856 [ 286 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} executeQuery: Read 1 rows, 40.00 B in 0.035765 sec., 27.96029637914162 rows/sec., 1.09 KiB/sec. 2025.11.20 17:17:47.821011 [ 286 ] {16abd71e-3c47-40d4-b467-3fbed92b350b} TCPHandler: Processed in 0.036179699 sec. 2025.11.20 17:17:47.823536 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823579 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823592 [ 286 ] {} TCP-Session: ea83c059-5011-464a-a8ca-15263c691da9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823609 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823638 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823656 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823674 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823691 [ 289 ] {} TCP-Session: ae468666-0762-450d-b231-2e6fdceb09c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823717 [ 290 ] {} TCP-Session: 02cc26b3-e31f-41d1-b157-951c477d21ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823741 [ 291 ] {} TCP-Session: 026b6613-65ef-4b90-986c-95a165f1832f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823695 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823687 [ 293 ] {} TCP-Session: eb3963f1-c8e2-4901-83da-a87386d74471 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823808 [ 294 ] {} TCP-Session: 176b13f3-181d-407e-8a3b-9121bc270dd8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823651 [ 287 ] {} TCP-Session: df93b9d6-293d-4d02-b165-e7056792a891 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823622 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823712 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:47.823905 [ 288 ] {} TCP-Session: 7ba664ad-742f-466e-b388-5c602e87cc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:47.823919 [ 292 ] {} TCP-Session: af543418-c5a6-4d97-8893-822782ea4538 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:48.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 164.53 MiB, peak 174.65 MiB, free memory in arenas 0.00 B, will set to 166.80 MiB (RSS), difference: 2.27 MiB 2025.11.20 17:17:51.836466 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65384 2025.11.20 17:17:51.836570 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.836597 [ 286 ] {} TCP-Session: c597b267-4077-42e4-a5c0-c26b564a7bb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:65384 2025.11.20 17:17:51.836623 [ 286 ] {} TCP-Session: c597b267-4077-42e4-a5c0-c26b564a7bb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.836638 [ 286 ] {} TCP-Session: c597b267-4077-42e4-a5c0-c26b564a7bb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.836836 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34137 2025.11.20 17:17:51.836850 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41964 2025.11.20 17:17:51.836881 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33625 2025.11.20 17:17:51.836932 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41147 2025.11.20 17:17:51.836956 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.836967 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45942 2025.11.20 17:17:51.836984 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.836993 [ 287 ] {} TCP-Session: 6a03a6b6-7882-4188-b09c-ee273f126ae8 Authenticating user 'default' from [fd00:1122:3344:101::e]:34137 2025.11.20 17:17:51.837012 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.837026 [ 288 ] {} TCP-Session: 55a0e43b-9188-4b7b-993e-f63f1ffc4328 Authenticating user 'default' from [fd00:1122:3344:101::e]:41964 2025.11.20 17:17:51.837042 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.837061 [ 287 ] {} TCP-Session: 6a03a6b6-7882-4188-b09c-ee273f126ae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837067 [ 289 ] {} TCP-Session: 53bb598f-74f3-4e71-b289-17e6bde2d7a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33625 2025.11.20 17:17:51.837087 [ 294 ] {} TCP-Session: d92a87f9-d905-4907-a902-5e9494288675 Authenticating user 'default' from [fd00:1122:3344:101::e]:45942 2025.11.20 17:17:51.837096 [ 287 ] {} TCP-Session: 6a03a6b6-7882-4188-b09c-ee273f126ae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837119 [ 289 ] {} TCP-Session: 53bb598f-74f3-4e71-b289-17e6bde2d7a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837124 [ 294 ] {} TCP-Session: d92a87f9-d905-4907-a902-5e9494288675 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837144 [ 289 ] {} TCP-Session: 53bb598f-74f3-4e71-b289-17e6bde2d7a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837160 [ 294 ] {} TCP-Session: d92a87f9-d905-4907-a902-5e9494288675 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837077 [ 288 ] {} TCP-Session: 55a0e43b-9188-4b7b-993e-f63f1ffc4328 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837015 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.837241 [ 288 ] {} TCP-Session: 55a0e43b-9188-4b7b-993e-f63f1ffc4328 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.836961 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44747 2025.11.20 17:17:51.837262 [ 291 ] {} TCP-Session: 5591f92b-36d1-4c17-bc5d-e8702441cf0e Authenticating user 'default' from [fd00:1122:3344:101::e]:41147 2025.11.20 17:17:51.836961 [ 286 ] {} TCP-Session: c597b267-4077-42e4-a5c0-c26b564a7bb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:51.837309 [ 291 ] {} TCP-Session: 5591f92b-36d1-4c17-bc5d-e8702441cf0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837333 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.837346 [ 291 ] {} TCP-Session: 5591f92b-36d1-4c17-bc5d-e8702441cf0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.836938 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33773 2025.11.20 17:17:51.836903 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43439 2025.11.20 17:17:51.837370 [ 293 ] {} TCP-Session: 48a251fe-711a-47b7-8874-18045b9980b0 Authenticating user 'default' from [fd00:1122:3344:101::e]:44747 2025.11.20 17:17:51.837451 [ 293 ] {} TCP-Session: 48a251fe-711a-47b7-8874-18045b9980b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837451 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.837466 [ 293 ] {} TCP-Session: 48a251fe-711a-47b7-8874-18045b9980b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837479 [ 286 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} executeQuery: (from [fd00:1122:3344:101::e]:65384) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:17:51.837489 [ 292 ] {} TCP-Session: cd66daea-92d5-471d-bd2c-d92b3f2ee9d1 Authenticating user 'default' from [fd00:1122:3344:101::e]:33773 2025.11.20 17:17:51.837472 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:51.837522 [ 292 ] {} TCP-Session: cd66daea-92d5-471d-bd2c-d92b3f2ee9d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837549 [ 290 ] {} TCP-Session: 8ab2cb42-a1d2-4009-9329-8289a6204225 Authenticating user 'default' from [fd00:1122:3344:101::e]:43439 2025.11.20 17:17:51.837551 [ 292 ] {} TCP-Session: cd66daea-92d5-471d-bd2c-d92b3f2ee9d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837577 [ 290 ] {} TCP-Session: 8ab2cb42-a1d2-4009-9329-8289a6204225 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837600 [ 290 ] {} TCP-Session: 8ab2cb42-a1d2-4009-9329-8289a6204225 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.837748 [ 286 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:17:51.837807 [ 286 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:51.838078 [ 286 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:17:51.839101 [ 313 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} AggregatingTransform: Aggregating 2025.11.20 17:17:51.839154 [ 313 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} Aggregator: Aggregation method: without_key 2025.11.20 17:17:51.839192 [ 313 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001018439 sec. (981.895 rows/sec., 38.36 KiB/sec.) 2025.11.20 17:17:51.839214 [ 313 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} Aggregator: Merging aggregated data 2025.11.20 17:17:51.840467 [ 286 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} executeQuery: Read 1 rows, 40.00 B in 0.003044 sec., 328.515111695138 rows/sec., 12.83 KiB/sec. 2025.11.20 17:17:51.840600 [ 286 ] {1ba3adc2-36aa-4c52-af42-af1cd09eb6ff} TCPHandler: Processed in 0.003750601 sec. 2025.11.20 17:17:51.840729 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840762 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840767 [ 286 ] {} TCP-Session: c597b267-4077-42e4-a5c0-c26b564a7bb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840787 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840804 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840823 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840845 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840866 [ 293 ] {} TCP-Session: 48a251fe-711a-47b7-8874-18045b9980b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840874 [ 290 ] {} TCP-Session: 8ab2cb42-a1d2-4009-9329-8289a6204225 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840885 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840908 [ 289 ] {} TCP-Session: 53bb598f-74f3-4e71-b289-17e6bde2d7a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840940 [ 294 ] {} TCP-Session: d92a87f9-d905-4907-a902-5e9494288675 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840854 [ 288 ] {} TCP-Session: 55a0e43b-9188-4b7b-993e-f63f1ffc4328 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840811 [ 287 ] {} TCP-Session: 6a03a6b6-7882-4188-b09c-ee273f126ae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.840909 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.840863 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:51.841076 [ 291 ] {} TCP-Session: 5591f92b-36d1-4c17-bc5d-e8702441cf0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:51.841090 [ 292 ] {} TCP-Session: cd66daea-92d5-471d-bd2c-d92b3f2ee9d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.064643 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59062 2025.11.20 17:17:52.064765 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.064797 [ 286 ] {} TCP-Session: 6d44ad98-38ea-47cd-91f1-cac7196a8b80 Authenticating user 'default' from [fd00:1122:3344:101::e]:59062 2025.11.20 17:17:52.064820 [ 286 ] {} TCP-Session: 6d44ad98-38ea-47cd-91f1-cac7196a8b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.064834 [ 286 ] {} TCP-Session: 6d44ad98-38ea-47cd-91f1-cac7196a8b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065009 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46438 2025.11.20 17:17:52.065035 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50170 2025.11.20 17:17:52.065045 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46925 2025.11.20 17:17:52.065078 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45111 2025.11.20 17:17:52.065099 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65014 2025.11.20 17:17:52.065121 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065149 [ 286 ] {} TCP-Session: 6d44ad98-38ea-47cd-91f1-cac7196a8b80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.065164 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065181 [ 290 ] {} TCP-Session: 74a2554a-00a6-4897-a31e-7ac54466d5d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50170 2025.11.20 17:17:52.065185 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065220 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065230 [ 290 ] {} TCP-Session: 74a2554a-00a6-4897-a31e-7ac54466d5d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065244 [ 292 ] {} TCP-Session: e40da374-118d-4511-9891-c5005858532e Authenticating user 'default' from [fd00:1122:3344:101::e]:45111 2025.11.20 17:17:52.065261 [ 293 ] {} TCP-Session: 2fadfc65-3ea7-4732-a726-a8babbfd1cc0 Authenticating user 'default' from [fd00:1122:3344:101::e]:65014 2025.11.20 17:17:52.065265 [ 290 ] {} TCP-Session: 74a2554a-00a6-4897-a31e-7ac54466d5d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065284 [ 292 ] {} TCP-Session: e40da374-118d-4511-9891-c5005858532e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065301 [ 293 ] {} TCP-Session: 2fadfc65-3ea7-4732-a726-a8babbfd1cc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065325 [ 292 ] {} TCP-Session: e40da374-118d-4511-9891-c5005858532e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065339 [ 293 ] {} TCP-Session: 2fadfc65-3ea7-4732-a726-a8babbfd1cc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065349 [ 286 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} executeQuery: (from [fd00:1122:3344:101::e]:59062) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:17:52.065213 [ 291 ] {} TCP-Session: 313d6407-dadb-4865-8255-b0157248c70c Authenticating user 'default' from [fd00:1122:3344:101::e]:46925 2025.11.20 17:17:52.065121 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065110 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38358 2025.11.20 17:17:52.065454 [ 287 ] {} TCP-Session: e328ac33-6f30-4f7b-a759-d6e9e06f4fc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:46438 2025.11.20 17:17:52.065443 [ 291 ] {} TCP-Session: 313d6407-dadb-4865-8255-b0157248c70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065482 [ 287 ] {} TCP-Session: e328ac33-6f30-4f7b-a759-d6e9e06f4fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065509 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065513 [ 291 ] {} TCP-Session: 313d6407-dadb-4865-8255-b0157248c70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065538 [ 294 ] {} TCP-Session: 2ef7dbeb-38af-434e-a867-d75ddcde5af3 Authenticating user 'default' from [fd00:1122:3344:101::e]:38358 2025.11.20 17:17:52.065522 [ 287 ] {} TCP-Session: e328ac33-6f30-4f7b-a759-d6e9e06f4fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065569 [ 294 ] {} TCP-Session: 2ef7dbeb-38af-434e-a867-d75ddcde5af3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065018 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46135 2025.11.20 17:17:52.065587 [ 294 ] {} TCP-Session: 2ef7dbeb-38af-434e-a867-d75ddcde5af3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065026 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59138 2025.11.20 17:17:52.065623 [ 286 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:17:52.065659 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065687 [ 288 ] {} TCP-Session: d990b1e6-7577-4f5b-8d12-32cc75405f8a Authenticating user 'default' from [fd00:1122:3344:101::e]:46135 2025.11.20 17:17:52.065691 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:17:52.065697 [ 286 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.065708 [ 288 ] {} TCP-Session: d990b1e6-7577-4f5b-8d12-32cc75405f8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065725 [ 289 ] {} TCP-Session: 7bba50e6-7faf-4b18-8a3c-f19b6b101ed8 Authenticating user 'default' from [fd00:1122:3344:101::e]:59138 2025.11.20 17:17:52.065755 [ 288 ] {} TCP-Session: d990b1e6-7577-4f5b-8d12-32cc75405f8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065778 [ 289 ] {} TCP-Session: 7bba50e6-7faf-4b18-8a3c-f19b6b101ed8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.065796 [ 289 ] {} TCP-Session: 7bba50e6-7faf-4b18-8a3c-f19b6b101ed8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.066002 [ 286 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:17:52.066873 [ 302 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} AggregatingTransform: Aggregating 2025.11.20 17:17:52.066920 [ 302 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} Aggregator: Aggregation method: without_key 2025.11.20 17:17:52.066959 [ 302 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000853167 sec. (1172.103 rows/sec., 45.79 KiB/sec.) 2025.11.20 17:17:52.066984 [ 302 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} Aggregator: Merging aggregated data 2025.11.20 17:17:52.068264 [ 286 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} executeQuery: Read 1 rows, 40.00 B in 0.002987 sec., 334.7840642785403 rows/sec., 13.08 KiB/sec. 2025.11.20 17:17:52.068439 [ 286 ] {2a31418c-7db4-40f8-9de1-79d39ad562f2} TCPHandler: Processed in 0.003401863 sec. 2025.11.20 17:17:52.068543 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068570 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068578 [ 286 ] {} TCP-Session: 6d44ad98-38ea-47cd-91f1-cac7196a8b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068593 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068615 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068631 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068648 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068669 [ 288 ] {} TCP-Session: d990b1e6-7577-4f5b-8d12-32cc75405f8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068670 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068703 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068700 [ 291 ] {} TCP-Session: 313d6407-dadb-4865-8255-b0157248c70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068745 [ 293 ] {} TCP-Session: 2fadfc65-3ea7-4732-a726-a8babbfd1cc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068731 [ 290 ] {} TCP-Session: 74a2554a-00a6-4897-a31e-7ac54466d5d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068688 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:17:52.068679 [ 294 ] {} TCP-Session: 2ef7dbeb-38af-434e-a867-d75ddcde5af3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068830 [ 292 ] {} TCP-Session: e40da374-118d-4511-9891-c5005858532e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068644 [ 289 ] {} TCP-Session: 7bba50e6-7faf-4b18-8a3c-f19b6b101ed8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.068614 [ 287 ] {} TCP-Session: e328ac33-6f30-4f7b-a759-d6e9e06f4fc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:17:52.298718 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.298975 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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.11.20 17:17:52.299329 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.303414 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.11.20 17:17:52.303687 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.303756 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.303940 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.11.20 17:17:52.305950 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.307908 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.307932 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.312168 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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.11.20 17:17:52.312292 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.333208 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} executeQuery: Read 31 rows, 1.30 KiB in 0.034341 sec., 902.7110451064325 rows/sec., 37.74 KiB/sec. 2025.11.20 17:17:52.333288 [ 259 ] {021d5d42-d93a-4ece-a723-ecf09ca74bb3} TCPHandler: Processed in 0.034711432 sec. 2025.11.20 17:17:52.333709 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.333857 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', '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.11.20 17:17:52.334085 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.334121 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', '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.11.20 17:17:52.334322 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.334383 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.334491 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.11.20 17:17:52.334521 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.334543 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.334558 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.334591 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', '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.11.20 17:17:52.334610 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.335037 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} executeQuery: Read 31 rows, 1.30 KiB in 0.00124 sec., 25000 rows/sec., 1.02 MiB/sec. 2025.11.20 17:17:52.335094 [ 259 ] {8765d027-c596-4ed1-9ebc-ab8a763d9d22} TCPHandler: Processed in 0.001440067 sec. 2025.11.20 17:17:52.335618 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.335756 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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.11.20 17:17:52.335971 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.336007 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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.11.20 17:17:52.336200 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.336254 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.336354 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.11.20 17:17:52.336385 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.336404 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.336418 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.336451 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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.11.20 17:17:52.336469 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.336864 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} executeQuery: Read 31 rows, 1.30 KiB in 0.001167 sec., 26563.838903170523 rows/sec., 1.08 MiB/sec. 2025.11.20 17:17:52.336920 [ 259 ] {84f7a98f-5a61-47a1-be1b-2f2c621e0709} TCPHandler: Processed in 0.001352765 sec. 2025.11.20 17:17:52.337135 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.337266 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.337470 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.337506 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity')" moved to PREWHERE 2025.11.20 17:17:52.337712 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.337767 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.337865 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.11.20 17:17:52.337895 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.337915 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.337930 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.337963 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity'))" 2025.11.20 17:17:52.337981 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.338420 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} executeQuery: Read 31 rows, 1.30 KiB in 0.001208 sec., 25662.251655629138 rows/sec., 1.05 MiB/sec. 2025.11.20 17:17:52.338476 [ 259 ] {2ead054e-b2d7-46eb-80de-c6a34b97b7fa} TCPHandler: Processed in 0.001391256 sec. 2025.11.20 17:17:52.338692 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.338822 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.339031 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.339073 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2025.11.20 17:17:52.339270 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.339325 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.339421 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.11.20 17:17:52.339450 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.339469 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.339486 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.339520 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:occupancy'))" 2025.11.20 17:17:52.339539 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.340262 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} executeQuery: Read 31 rows, 1.30 KiB in 0.001491 sec., 20791.41515761234 rows/sec., 869.15 KiB/sec. 2025.11.20 17:17:52.340368 [ 259 ] {1dbbbf7e-8bfd-4c4a-8fc4-345418984e60} TCPHandler: Processed in 0.001724713 sec. 2025.11.20 17:17:52.340582 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.340726 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.340932 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.340969 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.11.20 17:17:52.341171 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.341222 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.341321 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.11.20 17:17:52.341349 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.341367 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.341387 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.341420 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.11.20 17:17:52.341438 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.341862 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} executeQuery: Read 31 rows, 1.30 KiB in 0.0012 sec., 25833.333333333336 rows/sec., 1.05 MiB/sec. 2025.11.20 17:17:52.341948 [ 259 ] {d7922d6c-53a3-411d-9c36-5866dc873e10} TCPHandler: Processed in 0.001415716 sec. 2025.11.20 17:17:52.342164 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.342297 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.342505 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.342540 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2025.11.20 17:17:52.342742 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.342794 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.342891 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.11.20 17:17:52.342919 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.342938 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.342952 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.342985 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2025.11.20 17:17:52.343004 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.343399 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} executeQuery: Read 31 rows, 1.30 KiB in 0.001156 sec., 26816.608996539795 rows/sec., 1.09 MiB/sec. 2025.11.20 17:17:52.343483 [ 259 ] {2151d779-3c6d-4c31-84e3-e687b51d81f8} TCPHandler: Processed in 0.001369275 sec. 2025.11.20 17:17:52.343718 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.343851 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.344059 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.344093 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:17:52.344291 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.344345 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.344446 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.11.20 17:17:52.344475 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.344493 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.344508 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.344540 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.11.20 17:17:52.344558 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.344943 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} executeQuery: Read 31 rows, 1.30 KiB in 0.001147 sec., 27027.027027027027 rows/sec., 1.10 MiB/sec. 2025.11.20 17:17:52.345023 [ 259 ] {82e6f3e5-9ed5-484d-833e-97252b26106a} TCPHandler: Processed in 0.001355195 sec. 2025.11.20 17:17:52.345255 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.345399 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.345620 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.345658 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:17:52.345884 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.345944 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.346060 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.11.20 17:17:52.346093 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.346111 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.346126 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.346160 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2025.11.20 17:17:52.346177 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.346652 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} executeQuery: Read 31 rows, 1.30 KiB in 0.001317 sec., 23538.344722854974 rows/sec., 983.98 KiB/sec. 2025.11.20 17:17:52.346749 [ 259 ] {0fabf691-fa80-4a34-a353-c83f483aa7b0} TCPHandler: Processed in 0.001543299 sec. 2025.11.20 17:17:52.347041 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.347184 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.347458 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.347506 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:17:52.347810 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.347875 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.348012 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.11.20 17:17:52.348047 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.348070 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.348089 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.348133 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:17:52.348158 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.349437 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} executeQuery: Read 31 rows, 1.30 KiB in 0.00224 sec., 13839.285714285716 rows/sec., 578.53 KiB/sec. 2025.11.20 17:17:52.349558 [ 259 ] {fb092015-8fb8-4e1b-bbfd-ed93532a9cd8} TCPHandler: Processed in 0.002568948 sec. 2025.11.20 17:17:52.349866 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.350015 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.350247 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.350288 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:17:52.350511 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.350565 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.350671 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.11.20 17:17:52.350701 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.350719 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.350734 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.350769 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:17:52.350787 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.351246 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} executeQuery: Read 31 rows, 1.30 KiB in 0.00129 sec., 24031.007751937985 rows/sec., 1004.57 KiB/sec. 2025.11.20 17:17:52.351334 [ 259 ] {a86f2eb6-a0cc-4317-9339-81b80848aeae} TCPHandler: Processed in 0.001522129 sec. 2025.11.20 17:17:52.362466 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.362642 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:17:52.362921 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:17:52.362968 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:17:52.363210 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.363264 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:17:52.363367 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2025.11.20 17:17:52.363395 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:17:52.363413 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:17:52.363428 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:17:52.363461 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:17:52.363479 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 31 rows starting from 0 2025.11.20 17:17:52.363936 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} executeQuery: Read 31 rows, 1.30 KiB in 0.001369 sec., 22644.26588750913 rows/sec., 946.60 KiB/sec. 2025.11.20 17:17:52.364021 [ 259 ] {ddf75c28-2b1c-45dd-b4fe-bc968fe48202} TCPHandler: Processed in 0.00161991 sec. 2025.11.20 17:17:52.368907 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.369025 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.20 17:17:52.369067 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:17:52.369657 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.369703 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.370280 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:52.370761 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.370919 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} executeQuery: Read 12 rows, 4.37 KiB in 0.001926 sec., 6230.529595015576 rows/sec., 2.22 MiB/sec. 2025.11.20 17:17:52.370959 [ 259 ] {7be27d2c-55e0-4433-97ca-fd6060569b9d} TCPHandler: Processed in 0.002102639 sec. 2025.11.20 17:17:52.371095 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.371195 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.371237 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:17:52.371851 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.371891 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.372365 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:52.372852 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.372987 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} executeQuery: Read 410 rows, 26.63 KiB in 0.001811 sec., 226394.2573163998 rows/sec., 14.36 MiB/sec. 2025.11.20 17:17:52.373027 [ 259 ] {0082d22c-c83a-484c-85a8-ff5c9c8ad358} TCPHandler: Processed in 0.001988847 sec. 2025.11.20 17:17:52.373140 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.373235 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:17:52.373276 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:17:52.374318 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.374366 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.374969 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:17:52.375476 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.375636 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} executeQuery: Read 1086 rows, 87.78 KiB in 0.002418 sec., 449131.5136476427 rows/sec., 35.45 MiB/sec. 2025.11.20 17:17:52.375676 [ 259 ] {505a5235-4637-4f8c-8d28-19ec771bc8be} TCPHandler: Processed in 0.002585099 sec. 2025.11.20 17:17:52.375870 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.375968 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.376009 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:17:52.376479 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.376518 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.376940 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:52.377370 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.377501 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} executeQuery: Read 205 rows, 12.32 KiB in 0.001552 sec., 132087.62886597938 rows/sec., 7.75 MiB/sec. 2025.11.20 17:17:52.377541 [ 259 ] {7776fb1b-4e19-4c02-af19-bb0b698cacd7} TCPHandler: Processed in 0.001721853 sec. 2025.11.20 17:17:52.377659 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.377755 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.377796 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:17:52.378274 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.378312 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.378732 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:52.379169 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.379304 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} executeQuery: Read 212 rows, 14.00 KiB in 0.001567 sec., 135290.3637523931 rows/sec., 8.72 MiB/sec. 2025.11.20 17:17:52.379342 [ 259 ] {b2119dba-6473-4790-bc0c-0d7a0d039f8e} TCPHandler: Processed in 0.001733833 sec. 2025.11.20 17:17:52.379478 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.379602 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.379651 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:17:52.380178 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.380218 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.380676 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:17:52.381239 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.381375 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} executeQuery: Read 211 rows, 12.27 KiB in 0.001796 sec., 117483.29621380845 rows/sec., 6.67 MiB/sec. 2025.11.20 17:17:52.381413 [ 259 ] {a0b80446-3452-45fb-ba27-3e804c4e1bf6} TCPHandler: Processed in 0.001998847 sec. 2025.11.20 17:17:52.381520 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.381617 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:17:52.381658 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:17:52.382278 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.382316 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.382832 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:17:52.383415 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.383575 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} executeQuery: Read 651 rows, 46.23 KiB in 0.001977 sec., 329286.7981790592 rows/sec., 22.84 MiB/sec. 2025.11.20 17:17:52.383616 [ 259 ] {c1064aa0-240a-43e6-81c5-60dee2bc4761} TCPHandler: Processed in 0.002145191 sec. 2025.11.20 17:17:52.383724 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.383820 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:17:52.383861 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:17:52.384177 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.384213 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.384823 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:52.385299 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.385432 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} executeQuery: Read 6 rows, 321.00 B in 0.00163 sec., 3680.9815950920247 rows/sec., 192.32 KiB/sec. 2025.11.20 17:17:52.385469 [ 259 ] {a09741b0-b4cc-478d-bd18-bdaab361a42b} TCPHandler: Processed in 0.001796464 sec. 2025.11.20 17:17:52.385574 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.385670 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.385713 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:52.386100 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.386138 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.386605 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:17:52.387021 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.387174 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} executeQuery: Read 264 rows, 17.57 KiB in 0.001521 sec., 173570.01972386587 rows/sec., 11.28 MiB/sec. 2025.11.20 17:17:52.387212 [ 259 ] {fb3c13d5-1cdf-41df-ac18-02d938a66829} TCPHandler: Processed in 0.001688292 sec. 2025.11.20 17:17:52.387324 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.387419 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.387461 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:17:52.387772 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.387807 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.388288 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:17:52.388744 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.388875 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} executeQuery: Read 1 rows, 69.00 B in 0.001475 sec., 677.9661016949153 rows/sec., 45.68 KiB/sec. 2025.11.20 17:17:52.388913 [ 259 ] {57708b1e-d915-426b-a63f-729fdac8a6af} TCPHandler: Processed in 0.001639231 sec. 2025.11.20 17:17:52.389031 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:52.389126 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:17:52.389166 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:17:52.389480 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:52.389518 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:52.389932 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:17:52.390364 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:52.390519 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} executeQuery: Read 84 rows, 5.12 KiB in 0.00141 sec., 59574.46808510638 rows/sec., 3.55 MiB/sec. 2025.11.20 17:17:52.390558 [ 259 ] {347936c0-5726-4190-8b3b-bf95562fff3b} TCPHandler: Processed in 0.001576139 sec. 2025.11.20 17:17:53.565886 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 445 entries to flush up to offset 2336 2025.11.20 17:17:53.566445 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:53.566501 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:53.567253 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:17:53.567799 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:53.567971 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2336 2025.11.20 17:17:53.677296 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.11.20 17:17:53.693734 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:53.693780 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:17:53.699972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:17:53.701131 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:53.703964 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.11.20 17:17:54.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.24 MiB, peak 175.15 MiB, free memory in arenas 0.00 B, will set to 169.86 MiB (RSS), difference: 1.62 MiB 2025.11.20 17:17:56.061521 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 246 2025.11.20 17:17:56.064322 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:56.064367 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:56.065848 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:17:56.066416 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:56.066659 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 246 2025.11.20 17:17:57.303094 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:57.303291 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:17:57.303359 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:17:57.304005 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.304063 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.304596 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:17:57.305125 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.305258 [ 77 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:17:57.305287 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} executeQuery: Read 30 rows, 2.34 KiB in 0.002047 sec., 14655.593551538836 rows/sec., 1.12 MiB/sec. 2025.11.20 17:17:57.305304 [ 77 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.305327 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.305333 [ 259 ] {84aa58ee-e1d9-45f5-8113-3b43ea948dca} TCPHandler: Processed in 0.002369034 sec. 2025.11.20 17:17:57.305468 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:57.305572 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:17:57.305616 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:17:57.306045 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.306081 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.306570 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:17:57.307124 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.307230 [ 77 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:17:57.307262 [ 77 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.307268 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} executeQuery: Read 36 rows, 2.88 KiB in 0.001718 sec., 20954.598370197906 rows/sec., 1.64 MiB/sec. 2025.11.20 17:17:57.307281 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.307310 [ 259 ] {5f337bd6-bd1d-4105-b8f1-a7c6c2af6cb1} TCPHandler: Processed in 0.001895515 sec. 2025.11.20 17:17:57.307440 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:57.307539 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:17:57.307550 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:17:57.307549 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:17:57.307586 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:17:57.308013 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.308050 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.308519 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:17:57.309078 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.309184 [ 77 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:17:57.309212 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} executeQuery: Read 110 rows, 7.86 KiB in 0.001693 sec., 64973.41996455995 rows/sec., 4.53 MiB/sec. 2025.11.20 17:17:57.309221 [ 77 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.309246 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.309251 [ 259 ] {27827f0e-49a2-4169-80d4-b204bfdfe9aa} TCPHandler: Processed in 0.001862255 sec. 2025.11.20 17:17:57.309395 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:17:57.309410 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:17:57.309551 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:17:57.309595 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:17:57.309708 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:17:57.309724 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:17:57.309737 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:17:57.309829 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1294 rows starting from the beginning of the part 2025.11.20 17:17:57.309834 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 536 rows starting from the beginning of the part 2025.11.20 17:17:57.309851 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1208 rows starting from the beginning of the part 2025.11.20 17:17:57.310004 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:17:57.310007 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:17:57.310045 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 88 rows starting from the beginning of the part 2025.11.20 17:17:57.310052 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.310155 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:17:57.310123 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part 2025.11.20 17:17:57.310203 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.310087 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2025.11.20 17:17:57.310252 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 110 rows starting from the beginning of the part 2025.11.20 17:17:57.310296 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 36 rows starting from the beginning of the part 2025.11.20 17:17:57.310321 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 264 rows starting from the beginning of the part 2025.11.20 17:17:57.310341 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2025.11.20 17:17:57.310361 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 651 rows starting from the beginning of the part 2025.11.20 17:17:57.310383 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 110 rows starting from the beginning of the part 2025.11.20 17:17:57.310428 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1086 rows starting from the beginning of the part 2025.11.20 17:17:57.310429 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 36 rows starting from the beginning of the part 2025.11.20 17:17:57.310530 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2025.11.20 17:17:57.310793 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:17:57.311375 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.311490 [ 77 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:17:57.311522 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} executeQuery: Read 40 rows, 2.73 KiB in 0.001992 sec., 20080.321285140562 rows/sec., 1.34 MiB/sec. 2025.11.20 17:17:57.311523 [ 77 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:17:57.311557 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.78 GiB. 2025.11.20 17:17:57.311563 [ 259 ] {25580e94-f470-4fd6-b947-a302550a4667} TCPHandler: Processed in 0.002212511 sec. 2025.11.20 17:17:57.311690 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:17:57.311693 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1331 rows, containing 5 columns (5 merged, 0 gathered) in 0.004221629 sec., 315281.13910530746 rows/sec., 24.06 MiB/sec. 2025.11.20 17:17:57.311778 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:17:57.311810 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:17:57.311857 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 32 rows starting from the beginning of the part 2025.11.20 17:17:57.311894 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:17:57.311929 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2025.11.20 17:17:57.311961 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 84 rows starting from the beginning of the part 2025.11.20 17:17:57.311999 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2025.11.20 17:17:57.312134 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:17:57.312396 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2500 rows, containing 5 columns (5 merged, 0 gathered) in 0.006940331 sec., 360213.36734515976 rows/sec., 30.62 MiB/sec. 2025.11.20 17:17:57.312741 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.312839 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_6_1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:17:57.312873 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:17:57.312952 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.20 17:17:57.313538 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.313635 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_6_1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:17:57.313732 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.11.20 17:17:57.315005 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 244 rows, containing 4 columns (4 merged, 0 gathered) in 0.003413533 sec., 71480.19368788876 rows/sec., 4.59 MiB/sec. 2025.11.20 17:17:57.315255 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:17:57.315378 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1890 rows, containing 5 columns (5 merged, 0 gathered) in 0.006062104 sec., 311772.942199606 rows/sec., 21.30 MiB/sec. 2025.11.20 17:17:57.315856 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.315869 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:17:57.315930 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_6_1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:17:57.315998 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.20 17:17:57.316669 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:17:57.316756 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_6_1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:17:57.316841 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.11.20 17:18:01.011856 [ 71 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:18:01.011925 [ 71 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:18:01.069034 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2848 2025.11.20 17:18:01.069575 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:01.069631 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:01.070290 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:01.070809 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:01.070943 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2848 2025.11.20 17:18:01.070974 [ 71 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:01.071046 [ 71 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:01.071071 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:01.071184 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:18:01.071320 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:01.071366 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.11.20 17:18:01.071440 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.11.20 17:18:01.071491 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2025.11.20 17:18:01.071561 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2025.11.20 17:18:01.071611 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 445 rows starting from the beginning of the part 2025.11.20 17:18:01.071669 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2025.11.20 17:18:01.110533 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 4 columns (4 merged, 0 gathered) in 0.039393759 sec., 72295.71567415031 rows/sec., 1.03 MiB/sec. 2025.11.20 17:18:01.111438 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:01.111978 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:01.112058 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_6_1} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:01.112145 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2025.11.20 17:18:01.205012 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.11.20 17:18:01.221744 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:01.221801 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:01.228164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:01.229318 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:01.229595 [ 71 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:01.229637 [ 71 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:01.229657 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:01.229733 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.232764 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.11.20 17:18:01.233845 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:01.235116 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.239390 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.243509 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.247747 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.256961 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.261216 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:01.322336 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092629139 sec., 496.6039898092975 rows/sec., 2.57 MiB/sec. 2025.11.20 17:18:01.324776 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:01.327330 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_6_1} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:01.327440 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_6_1} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:01.329399 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.11.20 17:18:02.000177 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 172.24 MiB, peak 183.74 MiB, free memory in arenas 0.00 B, will set to 183.13 MiB (RSS), difference: 10.89 MiB 2025.11.20 17:18:02.315199 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.315476 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.315540 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:18:02.316397 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.316445 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.316967 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:02.317400 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.317545 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} executeQuery: Read 410 rows, 26.63 KiB in 0.002144 sec., 191231.34328358207 rows/sec., 12.13 MiB/sec. 2025.11.20 17:18:02.317592 [ 259 ] {70afe5c5-14db-460a-9ccb-36e4071747d7} TCPHandler: Processed in 0.002572908 sec. 2025.11.20 17:18:02.317717 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.317817 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:02.317860 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:02.318741 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.318777 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.319254 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:02.319701 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.319827 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} executeQuery: Read 1086 rows, 87.78 KiB in 0.002034 sec., 533923.3038348083 rows/sec., 42.14 MiB/sec. 2025.11.20 17:18:02.319864 [ 259 ] {a2b9cdb4-3c31-4acf-b725-0fd050683dae} TCPHandler: Processed in 0.002201272 sec. 2025.11.20 17:18:02.319973 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.320066 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.320104 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:02.320558 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.320672 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.321078 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:02.321513 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.321639 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} executeQuery: Read 205 rows, 12.32 KiB in 0.001591 sec., 128849.78001257071 rows/sec., 7.56 MiB/sec. 2025.11.20 17:18:02.321675 [ 259 ] {b7b3efe0-9f1b-4517-aa08-9f88c7bd4508} TCPHandler: Processed in 0.001748433 sec. 2025.11.20 17:18:02.321777 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.321869 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.321906 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:02.322441 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.322476 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.322877 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:02.323371 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.323493 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} executeQuery: Read 212 rows, 14.00 KiB in 0.001642 sec., 129110.84043848964 rows/sec., 8.33 MiB/sec. 2025.11.20 17:18:02.323528 [ 259 ] {9cf06e17-8817-49c3-abd4-dc6909ba52f8} TCPHandler: Processed in 0.001797693 sec. 2025.11.20 17:18:02.323632 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.323723 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.323760 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:18:02.324199 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.324234 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.324646 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:02.325116 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.325238 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} executeQuery: Read 211 rows, 12.27 KiB in 0.001533 sec., 137638.61709067188 rows/sec., 7.82 MiB/sec. 2025.11.20 17:18:02.325273 [ 259 ] {c0c4d5eb-877e-41bf-ab65-82931ff86264} TCPHandler: Processed in 0.001688471 sec. 2025.11.20 17:18:02.325375 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.325466 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:02.325503 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:02.326095 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.326129 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.326565 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:02.326993 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.327116 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} executeQuery: Read 651 rows, 46.23 KiB in 0.001668 sec., 390287.76978417265 rows/sec., 27.07 MiB/sec. 2025.11.20 17:18:02.327152 [ 259 ] {4635565a-88b8-46e9-bef5-a1ba89304015} TCPHandler: Processed in 0.001823675 sec. 2025.11.20 17:18:02.327253 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.327344 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:18:02.327384 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:18:02.327706 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.327741 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.328146 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:18:02.328573 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.328698 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} executeQuery: Read 6 rows, 321.00 B in 0.001372 sec., 4373.1778425655975 rows/sec., 228.48 KiB/sec. 2025.11.20 17:18:02.328732 [ 259 ] {b6bacd94-7e9a-4328-abd5-cdc5466253fc} TCPHandler: Processed in 0.001526548 sec. 2025.11.20 17:18:02.328834 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.328926 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.328966 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:02.329349 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.329385 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.329819 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:02.330280 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.330407 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} executeQuery: Read 264 rows, 17.57 KiB in 0.001499 sec., 176117.4116077385 rows/sec., 11.45 MiB/sec. 2025.11.20 17:18:02.330441 [ 259 ] {29329df1-7de6-4c47-bb37-9f62862e7574} TCPHandler: Processed in 0.001653391 sec. 2025.11.20 17:18:02.330546 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.330637 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.330676 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:18:02.330965 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.330998 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.331395 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:18:02.331824 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.331946 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} executeQuery: Read 1 rows, 69.00 B in 0.001327 sec., 753.5795026375282 rows/sec., 50.78 KiB/sec. 2025.11.20 17:18:02.331980 [ 259 ] {3dd64c62-f9ee-425f-9017-27a219af32c2} TCPHandler: Processed in 0.001480648 sec. 2025.11.20 17:18:02.332079 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:02.332169 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:02.332208 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:02.332514 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:02.332549 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:02.332958 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:02.333385 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:02.333509 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} executeQuery: Read 84 rows, 5.12 KiB in 0.001357 sec., 61901.252763448785 rows/sec., 3.68 MiB/sec. 2025.11.20 17:18:02.333543 [ 259 ] {82980ed7-59fe-4f44-a474-680caeb65c2d} TCPHandler: Processed in 0.001510069 sec. 2025.11.20 17:18:06.066892 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 274 2025.11.20 17:18:06.068954 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:06.069002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:06.070297 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:06.070788 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:06.071078 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 274 2025.11.20 17:18:07.328319 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.328668 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:18:07.329006 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:18:07.329045 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:18:07.329303 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:18:07.329369 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:18:07.329544 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2025.11.20 17:18:07.329723 [ 330 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:18:07.329743 [ 313 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.11.20 17:18:07.329936 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:18:07.329970 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:18:07.332104 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.11.20 17:18:07.332135 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Reading approx. 43 rows with 2 streams 2025.11.20 17:18:07.332198 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.332246 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.333334 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} executeQuery: Read 43 rows, 1.68 KiB in 0.004796 sec., 8965.80483736447 rows/sec., 351.04 KiB/sec. 2025.11.20 17:18:07.333453 [ 259 ] {ab379d29-ad7c-490e-80d0-a44b5305f3a0} TCPHandler: Processed in 0.005304369 sec. 2025.11.20 17:18:07.335784 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.336081 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:18:07.336544 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:18:07.336621 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:18:07.336841 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:18:07.336898 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:18:07.337006 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2025.11.20 17:18:07.337067 [ 304 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:18:07.337080 [ 330 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.11.20 17:18:07.337178 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:18:07.337204 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:18:07.337261 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.11.20 17:18:07.337279 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Reading approx. 43 rows with 2 streams 2025.11.20 17:18:07.337312 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.337342 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.338237 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} executeQuery: Read 43 rows, 1.68 KiB in 0.002288 sec., 18793.706293706295 rows/sec., 735.84 KiB/sec. 2025.11.20 17:18:07.338355 [ 259 ] {b738cd1c-61fe-427f-b7ff-bf7a5dacd812} TCPHandler: Processed in 0.002680581 sec. 2025.11.20 17:18:07.338583 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.338726 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:18:07.338955 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:18:07.338993 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:18:07.339223 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:18:07.339276 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:18:07.339384 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2025.11.20 17:18:07.339453 [ 313 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:18:07.339464 [ 335 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.11.20 17:18:07.339567 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:18:07.339593 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:18:07.339655 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.11.20 17:18:07.339672 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Reading approx. 43 rows with 2 streams 2025.11.20 17:18:07.339703 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.339739 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.340321 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} executeQuery: Read 43 rows, 1.68 KiB in 0.001655 sec., 25981.873111782475 rows/sec., 1017.28 KiB/sec. 2025.11.20 17:18:07.340415 [ 259 ] {2daeacad-ed41-4ab8-a66a-b01bb8a466e8} TCPHandler: Processed in 0.001884185 sec. 2025.11.20 17:18:07.340610 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.340750 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} executeQuery: (from [fd00:1122:3344:101::d]:57053) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:18:07.340978 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:18:07.341016 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:18:07.341238 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:18:07.341293 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:18:07.341394 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2025.11.20 17:18:07.341456 [ 313 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:18:07.341460 [ 304 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.11.20 17:18:07.341548 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:18:07.341571 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:18:07.341628 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.11.20 17:18:07.341645 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Reading approx. 43 rows with 2 streams 2025.11.20 17:18:07.341677 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.341709 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:18:07.342265 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} executeQuery: Read 43 rows, 1.68 KiB in 0.001574 sec., 27318.932655654382 rows/sec., 1.04 MiB/sec. 2025.11.20 17:18:07.342356 [ 259 ] {1724e199-55e3-4c00-8ca6-fe767eaa52c3} TCPHandler: Processed in 0.001794754 sec. 2025.11.20 17:18:07.349114 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.349268 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.20 17:18:07.349330 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:18:07.349951 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.349993 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.350574 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:07.351005 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.351151 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} executeQuery: Read 4 rows, 433.00 B in 0.001927 sec., 2075.765438505449 rows/sec., 219.44 KiB/sec. 2025.11.20 17:18:07.351190 [ 259 ] {1e72a575-b2b9-4407-8673-ece047b8c8d8} TCPHandler: Processed in 0.002152601 sec. 2025.11.20 17:18:07.351308 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.351403 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:18:07.351443 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:18:07.351849 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.351885 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.352332 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:18:07.352897 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.353028 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} executeQuery: Read 6 rows, 501.00 B in 0.001644 sec., 3649.63503649635 rows/sec., 297.60 KiB/sec. 2025.11.20 17:18:07.353065 [ 259 ] {929d1fe0-e473-469f-a090-a01c37b2c7c0} TCPHandler: Processed in 0.001810374 sec. 2025.11.20 17:18:07.353184 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.353283 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:07.353322 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:07.354391 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.354428 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.354976 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:07.355503 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.355633 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} executeQuery: Read 1267 rows, 107.69 KiB in 0.002368 sec., 535050.6756756757 rows/sec., 44.41 MiB/sec. 2025.11.20 17:18:07.355670 [ 259 ] {ad4c258b-e44c-4d80-b627-c08d3269f7a2} TCPHandler: Processed in 0.002543198 sec. 2025.11.20 17:18:07.355785 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.355880 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:07.355921 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:07.356325 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.356362 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.356792 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:07.357287 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.357418 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} executeQuery: Read 40 rows, 2.98 KiB in 0.001556 sec., 25706.940874035987 rows/sec., 1.87 MiB/sec. 2025.11.20 17:18:07.357456 [ 259 ] {89f560b1-033d-4f05-9235-713b0dfa16bb} TCPHandler: Processed in 0.001721772 sec. 2025.11.20 17:18:07.357554 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.357647 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:07.357687 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:07.358171 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.358208 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.358674 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:07.359234 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.359362 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} executeQuery: Read 228 rows, 15.81 KiB in 0.001733 sec., 131563.76226197346 rows/sec., 8.91 MiB/sec. 2025.11.20 17:18:07.359402 [ 259 ] {cd9ae263-03dd-4695-9c55-49235f752cb5} TCPHandler: Processed in 0.001897686 sec. 2025.11.20 17:18:07.359517 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.359633 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:07.359681 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:07.360422 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.360468 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.360943 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:07.361389 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.361524 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} executeQuery: Read 573 rows, 43.67 KiB in 0.001915 sec., 299216.7101827676 rows/sec., 22.27 MiB/sec. 2025.11.20 17:18:07.361563 [ 259 ] {51572104-2f91-4e2d-80bd-8d55efcaf060} TCPHandler: Processed in 0.002103909 sec. 2025.11.20 17:18:07.361684 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.361780 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:07.361824 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:07.362380 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.362419 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.362916 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:07.363363 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.363497 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} executeQuery: Read 847 rows, 58.38 KiB in 0.001736 sec., 487903.22580645164 rows/sec., 32.84 MiB/sec. 2025.11.20 17:18:07.363534 [ 259 ] {3591f547-899f-47e3-a4e0-998cf116ef08} TCPHandler: Processed in 0.001900085 sec. 2025.11.20 17:18:07.363647 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.363741 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:07.363794 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} 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.11.20 17:18:07.364554 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.364591 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.368642 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:18:07.369120 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.369256 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} executeQuery: Read 34 rows, 62.39 KiB in 0.005533 sec., 6144.948490872945 rows/sec., 11.01 MiB/sec. 2025.11.20 17:18:07.369313 [ 259 ] {dd20cb34-1d1d-441c-bb6c-32e599f03ae1} TCPHandler: Processed in 0.005716548 sec. 2025.11.20 17:18:07.369428 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.369524 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.20 17:18:07.369565 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.20 17:18:07.369888 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.369924 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.370504 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.11.20 17:18:07.370943 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.371077 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} executeQuery: Read 21 rows, 1.57 KiB in 0.001573 sec., 13350.286077558805 rows/sec., 997.05 KiB/sec. 2025.11.20 17:18:07.371115 [ 259 ] {012d1bc7-89e2-4471-9ff1-8fc57ba8882e} TCPHandler: Processed in 0.001736402 sec. 2025.11.20 17:18:07.371222 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:07.371317 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:07.371358 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:07.371681 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:07.371717 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:07.372123 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:07.372569 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:07.372699 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} executeQuery: Read 60 rows, 4.14 KiB in 0.0014 sec., 42857.142857142855 rows/sec., 2.89 MiB/sec. 2025.11.20 17:18:07.372735 [ 259 ] {50d5671a-76b3-4192-af91-9339b5a8db94} TCPHandler: Processed in 0.00156193 sec. 2025.11.20 17:18:08.571032 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3296 2025.11.20 17:18:08.571556 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:08.571598 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:08.572320 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:08.572771 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:08.572901 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3296 2025.11.20 17:18:08.732846 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.11.20 17:18:08.749757 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:08.749803 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:08.755513 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:08.756639 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:08.759608 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.11.20 17:18:12.316471 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.316669 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.316742 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:18:12.317508 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.317554 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.318068 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:12.318542 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.318695 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} executeQuery: Read 410 rows, 26.63 KiB in 0.00208 sec., 197115.38461538462 rows/sec., 12.50 MiB/sec. 2025.11.20 17:18:12.318740 [ 259 ] {2190e462-ea92-49d1-a36a-f7c38b482898} TCPHandler: Processed in 0.002404205 sec. 2025.11.20 17:18:12.318863 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.318960 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:12.319003 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:12.319907 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.319944 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.320420 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:12.320833 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.320968 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} executeQuery: Read 1112 rows, 89.84 KiB in 0.002027 sec., 548593.9812530833 rows/sec., 43.28 MiB/sec. 2025.11.20 17:18:12.321005 [ 259 ] {001eb40c-43f1-4a85-a278-c6e74db41a8e} TCPHandler: Processed in 0.002191161 sec. 2025.11.20 17:18:12.321116 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.321211 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.321252 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:12.321715 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.321753 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.322178 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:12.322680 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.322834 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} executeQuery: Read 205 rows, 12.32 KiB in 0.001641 sec., 124923.82693479586 rows/sec., 7.33 MiB/sec. 2025.11.20 17:18:12.322874 [ 259 ] {51afcf31-7f54-4924-bf1b-f631a508cf85} TCPHandler: Processed in 0.001808694 sec. 2025.11.20 17:18:12.322979 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.323074 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.323114 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:12.323577 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.323614 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.324020 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:12.324484 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.324637 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} executeQuery: Read 212 rows, 14.00 KiB in 0.001582 sec., 134007.58533501896 rows/sec., 8.64 MiB/sec. 2025.11.20 17:18:12.324678 [ 259 ] {ca6e9f96-2a39-4aef-b3ea-c6da4f0ec708} TCPHandler: Processed in 0.001748683 sec. 2025.11.20 17:18:12.324782 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.324877 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.324918 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:18:12.325371 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.325413 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.325821 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:12.326246 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.326375 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} executeQuery: Read 211 rows, 12.27 KiB in 0.001516 sec., 139182.0580474934 rows/sec., 7.90 MiB/sec. 2025.11.20 17:18:12.326414 [ 259 ] {150b5ff9-ed9e-4f72-afa6-b1682740f7a1} TCPHandler: Processed in 0.001680971 sec. 2025.11.20 17:18:12.326519 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.326615 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:12.326655 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:12.327276 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.327313 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.327749 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:12.328186 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.328318 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} executeQuery: Read 679 rows, 48.47 KiB in 0.001722 sec., 394308.9430894309 rows/sec., 27.49 MiB/sec. 2025.11.20 17:18:12.328356 [ 259 ] {bf4728ba-9aaa-4507-b3ce-0e53aefbd536} TCPHandler: Processed in 0.001886056 sec. 2025.11.20 17:18:12.328462 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.328557 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:18:12.328600 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:18:12.328926 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.328964 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.329371 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:12.329799 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.329931 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} executeQuery: Read 6 rows, 321.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 225.20 KiB/sec. 2025.11.20 17:18:12.329967 [ 259 ] {1d559ac0-1a02-412e-8532-fc4294e0823e} TCPHandler: Processed in 0.001554729 sec. 2025.11.20 17:18:12.330072 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.330165 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.330209 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:12.330622 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.330659 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.331136 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:12.331563 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.331696 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} executeQuery: Read 314 rows, 21.12 KiB in 0.001549 sec., 202711.4267269206 rows/sec., 13.32 MiB/sec. 2025.11.20 17:18:12.331734 [ 259 ] {4b28d645-4041-4d28-aba3-9a669eae6261} TCPHandler: Processed in 0.001712312 sec. 2025.11.20 17:18:12.331840 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.331935 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.331977 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:18:12.332281 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.332317 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.332721 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:12.333139 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.333270 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} executeQuery: Read 1 rows, 69.00 B in 0.001353 sec., 739.0983000739099 rows/sec., 49.80 KiB/sec. 2025.11.20 17:18:12.333306 [ 259 ] {b62329dd-f562-4c8b-a408-aac91f6e36d2} TCPHandler: Processed in 0.001515438 sec. 2025.11.20 17:18:12.333411 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:12.333506 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} executeQuery: (from [fd00:1122:3344:101::d]:57053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:12.333547 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:12.333867 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:12.333902 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:12.334316 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:12.334741 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:12.334870 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} executeQuery: Read 104 rows, 6.53 KiB in 0.001383 sec., 75198.84309472163 rows/sec., 4.61 MiB/sec. 2025.11.20 17:18:12.334907 [ 259 ] {140e0350-e260-4031-b43d-e244ae526467} TCPHandler: Processed in 0.001544839 sec. 2025.11.20 17:18:16.012169 [ 51 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:18:16.012251 [ 51 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:18:16.072137 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 322 2025.11.20 17:18:16.073908 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3808 2025.11.20 17:18:16.074631 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:16.074692 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:16.074730 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:16.074778 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:16.075648 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:16.076303 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:16.076375 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:16.076595 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3808 2025.11.20 17:18:16.076840 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:16.076966 [ 51 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:16.077000 [ 51 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:16.077022 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:16.077200 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 322 2025.11.20 17:18:16.077218 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:18:16.078038 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:16.078216 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:18:16.078667 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:18:16.079059 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part 2025.11.20 17:18:16.079443 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:18:16.079805 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2025.11.20 17:18:16.080169 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 48 rows starting from the beginning of the part 2025.11.20 17:18:16.086003 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 72 columns (72 merged, 0 gathered) in 0.008900237 sec., 36178.811867594086 rows/sec., 39.35 MiB/sec. 2025.11.20 17:18:16.086763 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:16.087466 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:16.087538 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_6_1} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:16.087659 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2025.11.20 17:18:16.260597 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.11.20 17:18:16.277679 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:16.277728 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:16.284048 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:16.285185 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:16.288208 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.11.20 17:18:16.746946 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:16.747006 [ 259 ] {} TCP-Session: 13f1009d-2b93-47f5-ba4c-b56290f578e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:17.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.68 MiB, peak 188.80 MiB, free memory in arenas 0.00 B, will set to 186.82 MiB (RSS), difference: 4.14 MiB 2025.11.20 17:18:17.307841 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:17.308059 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:17.308139 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:17.308954 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.308992 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.309531 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:17.310032 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.310181 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} executeQuery: Read 126 rows, 11.10 KiB in 0.002181 sec., 57771.664374140295 rows/sec., 4.97 MiB/sec. 2025.11.20 17:18:17.310220 [ 260 ] {33e728c3-57fd-4748-bb48-8d7f8bf89279} TCPHandler: Processed in 0.002518147 sec. 2025.11.20 17:18:17.310342 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:17.310437 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:17.310477 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:17.310874 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.310909 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.311291 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:17.311701 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.311831 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} executeQuery: Read 35 rows, 2.63 KiB in 0.001413 sec., 24769.992922859165 rows/sec., 1.82 MiB/sec. 2025.11.20 17:18:17.311868 [ 260 ] {8b61621d-2b60-4081-a420-a46ccb58b35c} TCPHandler: Processed in 0.00157897 sec. 2025.11.20 17:18:17.311872 [ 47 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:17.311960 [ 47 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.311967 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:17.311990 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.312075 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:17.312120 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:17.312189 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:18:17.312456 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:17.312527 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 20 rows starting from the beginning of the part 2025.11.20 17:18:17.312534 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.312587 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.312681 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 205 rows starting from the beginning of the part 2025.11.20 17:18:17.312787 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 205 rows starting from the beginning of the part 2025.11.20 17:18:17.312845 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2025.11.20 17:18:17.312888 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 205 rows starting from the beginning of the part 2025.11.20 17:18:17.312930 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part 2025.11.20 17:18:17.313001 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:17.313571 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.313709 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} executeQuery: Read 99 rows, 7.92 KiB in 0.001652 sec., 59927.3607748184 rows/sec., 4.68 MiB/sec. 2025.11.20 17:18:17.313748 [ 260 ] {a3e31221-1898-4ea4-9acd-aa6d4d7fb76f} TCPHandler: Processed in 0.001829644 sec. 2025.11.20 17:18:17.313861 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:17.313928 [ 201 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 710 rows, containing 5 columns (5 merged, 0 gathered) in 0.001823984 sec., 389257.80050702195 rows/sec., 25.08 MiB/sec. 2025.11.20 17:18:17.313955 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:17.314010 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:17.314232 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:17.314459 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.314509 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.314750 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.314842 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_6_1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:17.314929 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.11.20 17:18:17.315022 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:17.315452 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.315589 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} executeQuery: Read 160 rows, 11.41 KiB in 0.001653 sec., 96793.70840895342 rows/sec., 6.74 MiB/sec. 2025.11.20 17:18:17.315626 [ 260 ] {c103d23b-d25c-4e05-9293-3b3a5b88b067} TCPHandler: Processed in 0.001814265 sec. 2025.11.20 17:18:17.315729 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:17.315825 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:17.315879 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} 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.11.20 17:18:17.316738 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.316775 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.317449 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:18:17.317884 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.318020 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} executeQuery: Read 35 rows, 64.22 KiB in 0.002215 sec., 15801.35440180587 rows/sec., 28.32 MiB/sec. 2025.11.20 17:18:17.318069 [ 260 ] {9e5b4653-e42b-430d-bd9e-87b2c8012ef3} TCPHandler: Processed in 0.002389264 sec. 2025.11.20 17:18:17.318182 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:17.318276 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:17.318317 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:17.318657 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:17.318693 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:17.319092 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:17.319507 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:17.319635 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. 2025.11.20 17:18:17.319671 [ 260 ] {ed1ec792-d82d-48b0-8873-ae84e2c1da4c} TCPHandler: Processed in 0.001538368 sec. 2025.11.20 17:18:21.958947 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59223 2025.11.20 17:18:21.959065 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.959093 [ 259 ] {} TCP-Session: e2f6e03e-5d89-410c-8bc8-2dd937648620 Authenticating user 'default' from [fd00:1122:3344:101::e]:59223 2025.11.20 17:18:21.959115 [ 259 ] {} TCP-Session: e2f6e03e-5d89-410c-8bc8-2dd937648620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959129 [ 259 ] {} TCP-Session: e2f6e03e-5d89-410c-8bc8-2dd937648620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959320 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33683 2025.11.20 17:18:21.959385 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58068 2025.11.20 17:18:21.959421 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.959451 [ 259 ] {} TCP-Session: e2f6e03e-5d89-410c-8bc8-2dd937648620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:21.959463 [ 286 ] {} TCP-Session: b2e0c5ad-6ea9-4f00-b63b-5adce9624879 Authenticating user 'default' from [fd00:1122:3344:101::e]:33683 2025.11.20 17:18:21.959469 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58883 2025.11.20 17:18:21.959486 [ 286 ] {} TCP-Session: b2e0c5ad-6ea9-4f00-b63b-5adce9624879 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959507 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.959519 [ 286 ] {} TCP-Session: b2e0c5ad-6ea9-4f00-b63b-5adce9624879 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959481 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38883 2025.11.20 17:18:21.959549 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.959545 [ 287 ] {} TCP-Session: 0c3f195c-8e53-4056-82a0-9d6fc976fd44 Authenticating user 'default' from [fd00:1122:3344:101::e]:58068 2025.11.20 17:18:21.959604 [ 292 ] {} TCP-Session: 066a72bc-922e-4b78-9f75-0b2559ce6515 Authenticating user 'default' from [fd00:1122:3344:101::e]:58883 2025.11.20 17:18:21.959618 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} executeQuery: (from [fd00:1122:3344:101::e]:59223) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:18:21.959632 [ 287 ] {} TCP-Session: 0c3f195c-8e53-4056-82a0-9d6fc976fd44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959635 [ 292 ] {} TCP-Session: 066a72bc-922e-4b78-9f75-0b2559ce6515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959658 [ 287 ] {} TCP-Session: 0c3f195c-8e53-4056-82a0-9d6fc976fd44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959672 [ 292 ] {} TCP-Session: 066a72bc-922e-4b78-9f75-0b2559ce6515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959455 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57186 2025.11.20 17:18:21.959460 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44630 2025.11.20 17:18:21.959750 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.959453 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60486 2025.11.20 17:18:21.959800 [ 293 ] {} TCP-Session: b5123397-34dd-48aa-8372-81e483aff749 Authenticating user 'default' from [fd00:1122:3344:101::e]:38883 2025.11.20 17:18:21.959460 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35927 2025.11.20 17:18:21.959849 [ 293 ] {} TCP-Session: b5123397-34dd-48aa-8372-81e483aff749 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959879 [ 293 ] {} TCP-Session: b5123397-34dd-48aa-8372-81e483aff749 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.959890 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:18:21.959951 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:18:21.960071 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.960073 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.960107 [ 289 ] {} TCP-Session: f2ec8d8a-5fd3-45ce-be63-cba5658d50c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:44630 2025.11.20 17:18:21.960106 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.960130 [ 291 ] {} TCP-Session: d52d1548-b55e-4401-9995-8ffb56658f89 Authenticating user 'default' from [fd00:1122:3344:101::e]:35927 2025.11.20 17:18:21.960137 [ 289 ] {} TCP-Session: f2ec8d8a-5fd3-45ce-be63-cba5658d50c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960170 [ 288 ] {} TCP-Session: 7703df9b-2852-40f3-8cdb-78ff767d5895 Authenticating user 'default' from [fd00:1122:3344:101::e]:57186 2025.11.20 17:18:21.960178 [ 291 ] {} TCP-Session: d52d1548-b55e-4401-9995-8ffb56658f89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960177 [ 289 ] {} TCP-Session: f2ec8d8a-5fd3-45ce-be63-cba5658d50c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960207 [ 291 ] {} TCP-Session: d52d1548-b55e-4401-9995-8ffb56658f89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960205 [ 288 ] {} TCP-Session: 7703df9b-2852-40f3-8cdb-78ff767d5895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960238 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:18:21.960245 [ 288 ] {} TCP-Session: 7703df9b-2852-40f3-8cdb-78ff767d5895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960176 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:18:21.960327 [ 290 ] {} TCP-Session: d4463be8-dfcb-4a47-b2a7-2658d1871d37 Authenticating user 'default' from [fd00:1122:3344:101::e]:60486 2025.11.20 17:18:21.960333 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} Aggregator: Compile expression max()(UInt64) 0 2025.11.20 17:18:21.960355 [ 290 ] {} TCP-Session: d4463be8-dfcb-4a47-b2a7-2658d1871d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:21.960382 [ 290 ] {} TCP-Session: d4463be8-dfcb-4a47-b2a7-2658d1871d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 187.09 MiB, peak 190.37 MiB, free memory in arenas 0.00 B, will set to 188.61 MiB (RSS), difference: 1.51 MiB 2025.11.20 17:18:22.318700 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.318879 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.318945 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:18:22.319709 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.319758 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.324391 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:22.324737 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.324951 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} executeQuery: Read 410 rows, 26.63 KiB in 0.006116 sec., 67037.27926749509 rows/sec., 4.25 MiB/sec. 2025.11.20 17:18:22.325018 [ 260 ] {2fb91d88-f388-4ff3-84b5-6127aaf6db2d} TCPHandler: Processed in 0.006454571 sec. 2025.11.20 17:18:22.325181 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.325303 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:22.325363 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:22.326999 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.327063 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.327678 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:22.327919 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.328045 [ 42 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:22.328077 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} executeQuery: Read 1112 rows, 89.84 KiB in 0.002805 sec., 396434.9376114082 rows/sec., 31.28 MiB/sec. 2025.11.20 17:18:22.328090 [ 42 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.328120 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.328132 [ 260 ] {415f5b39-81f0-446a-bd7e-85b39af583c5} TCPHandler: Processed in 0.003017887 sec. 2025.11.20 17:18:22.328212 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:18:22.328263 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.328340 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:22.328385 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2350 rows starting from the beginning of the part 2025.11.20 17:18:22.328435 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.328457 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1086 rows starting from the beginning of the part 2025.11.20 17:18:22.328491 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:22.328517 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1267 rows starting from the beginning of the part 2025.11.20 17:18:22.328574 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:18:22.328623 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 126 rows starting from the beginning of the part 2025.11.20 17:18:22.328675 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:18:22.328984 [ 313 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} AggregatingTransform: Aggregating 2025.11.20 17:18:22.329023 [ 313 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} Aggregator: Aggregation method: without_key 2025.11.20 17:18:22.329063 [ 313 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001429017 sec. (699.782 rows/sec., 27.34 KiB/sec.) 2025.11.20 17:18:22.329068 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.329085 [ 313 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} Aggregator: Merging aggregated data 2025.11.20 17:18:22.329127 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.329651 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:22.329945 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.330090 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} executeQuery: Read 205 rows, 12.32 KiB in 0.001727 sec., 118702.95309785755 rows/sec., 6.96 MiB/sec. 2025.11.20 17:18:22.330141 [ 260 ] {7cfce5cd-1ea8-4653-8833-d794660ddd2b} TCPHandler: Processed in 0.001933087 sec. 2025.11.20 17:18:22.330365 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.330447 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} executeQuery: Read 1 rows, 40.00 B in 0.370876 sec., 2.6963189853212395 rows/sec., 107.85 B/sec. 2025.11.20 17:18:22.330465 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.330554 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:22.330656 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.11.20 17:18:22.330681 [ 259 ] {aeb4b1ab-98b2-4b41-b574-2b0ebd775a03} TCPHandler: Processed in 0.371337971 sec. 2025.11.20 17:18:22.330830 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.330866 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.330882 [ 289 ] {} TCP-Session: f2ec8d8a-5fd3-45ce-be63-cba5658d50c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.330887 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.330922 [ 288 ] {} TCP-Session: 7703df9b-2852-40f3-8cdb-78ff767d5895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.330916 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.330960 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.331003 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.331018 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.331048 [ 290 ] {} TCP-Session: d4463be8-dfcb-4a47-b2a7-2658d1871d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.331055 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.331071 [ 259 ] {} TCP-Session: e2f6e03e-5d89-410c-8bc8-2dd937648620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.331055 [ 292 ] {} TCP-Session: 066a72bc-922e-4b78-9f75-0b2559ce6515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.331109 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.331002 [ 286 ] {} TCP-Session: b2e0c5ad-6ea9-4f00-b63b-5adce9624879 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.330980 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.330947 [ 293 ] {} TCP-Session: b5123397-34dd-48aa-8372-81e483aff749 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.331207 [ 291 ] {} TCP-Session: d52d1548-b55e-4401-9995-8ffb56658f89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.330939 [ 287 ] {} TCPHandler: Done processing connection. 2025.11.20 17:18:22.331274 [ 287 ] {} TCP-Session: 0c3f195c-8e53-4056-82a0-9d6fc976fd44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:18:22.331463 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:22.331691 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.331797 [ 42 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:22.331823 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} executeQuery: Read 212 rows, 14.00 KiB in 0.001381 sec., 153511.94786386675 rows/sec., 9.90 MiB/sec. 2025.11.20 17:18:22.331834 [ 42 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.331865 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.331869 [ 260 ] {b2c9e287-09fc-4aef-82b5-e3a5e3445588} TCPHandler: Processed in 0.001558969 sec. 2025.11.20 17:18:22.331960 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::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.11.20 17:18:22.331992 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.332090 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:22.332092 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.332169 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 252 rows starting from the beginning of the part 2025.11.20 17:18:22.332198 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:18:22.332243 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.11.20 17:18:22.332298 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.11.20 17:18:22.332345 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.11.20 17:18:22.332425 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.11.20 17:18:22.332470 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.11.20 17:18:22.332684 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.332727 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:22.333062 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:22.333289 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.333428 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} executeQuery: Read 211 rows, 12.27 KiB in 0.001354 sec., 155834.56425406205 rows/sec., 8.85 MiB/sec. 2025.11.20 17:18:22.333467 [ 260 ] {4d0c5e36-9dd0-49e3-86c8-21c78354bb96} TCPHandler: Processed in 0.001525269 sec. 2025.11.20 17:18:22.333624 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.333674 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1328 rows, containing 5 columns (5 merged, 0 gathered) in 0.001755413 sec., 756517.1273085023 rows/sec., 52.76 MiB/sec. 2025.11.20 17:18:22.333736 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:22.333777 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:22.333921 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:22.334320 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.334413 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_6_1} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:22.334507 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.11.20 17:18:22.334512 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.334563 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.334568 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 7053 rows, containing 5 columns (5 merged, 0 gathered) in 0.00639905 sec., 1102194.8570490933 rows/sec., 93.08 MiB/sec. 2025.11.20 17:18:22.334911 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:22.335085 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:22.335302 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.335413 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_11_2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:22.335515 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. 2025.11.20 17:18:22.337884 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.338035 [ 42 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:22.338073 [ 42 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.338095 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.338105 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} executeQuery: Read 679 rows, 48.47 KiB in 0.004381 sec., 154987.44578863273 rows/sec., 10.80 MiB/sec. 2025.11.20 17:18:22.338188 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:18:22.338191 [ 260 ] {8c2f75d1-4ee2-47c6-b237-89479844c37f} TCPHandler: Processed in 0.004635017 sec. 2025.11.20 17:18:22.338318 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:22.338365 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1151 rows starting from the beginning of the part 2025.11.20 17:18:22.338402 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.338451 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 651 rows starting from the beginning of the part 2025.11.20 17:18:22.338506 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 573 rows starting from the beginning of the part 2025.11.20 17:18:22.338508 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:18:22.338551 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 679 rows starting from the beginning of the part 2025.11.20 17:18:22.338564 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:18:22.338595 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 99 rows starting from the beginning of the part 2025.11.20 17:18:22.338638 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 679 rows starting from the beginning of the part 2025.11.20 17:18:22.338967 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.339004 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.339329 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:22.339565 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.339705 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} executeQuery: Read 6 rows, 321.00 B in 0.001219 sec., 4922.067268252666 rows/sec., 257.16 KiB/sec. 2025.11.20 17:18:22.339753 [ 260 ] {048c6b56-f46d-48ee-8cb6-858b7b725edd} TCPHandler: Processed in 0.001432647 sec. 2025.11.20 17:18:22.339871 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.339967 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.340011 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:22.340088 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3832 rows, containing 5 columns (5 merged, 0 gathered) in 0.001944436 sec., 1970751.4158347202 rows/sec., 147.73 MiB/sec. 2025.11.20 17:18:22.340315 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:22.340467 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.340510 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.340637 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.340764 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_11_2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:22.340860 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.11.20 17:18:22.340894 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:22.341121 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.341234 [ 42 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:22.341254 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} executeQuery: Read 314 rows, 21.12 KiB in 0.001306 sec., 240428.79019908115 rows/sec., 15.79 MiB/sec. 2025.11.20 17:18:22.341291 [ 42 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.341305 [ 260 ] {d1e45606-91fb-4ae1-bb27-a751121e2ed9} TCPHandler: Processed in 0.001482397 sec. 2025.11.20 17:18:22.341329 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.341415 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:18:22.341443 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.341519 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:22.341542 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.341553 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1890 rows starting from the beginning of the part 2025.11.20 17:18:22.341592 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:18:22.341619 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 264 rows starting from the beginning of the part 2025.11.20 17:18:22.341666 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 847 rows starting from the beginning of the part 2025.11.20 17:18:22.341709 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 314 rows starting from the beginning of the part 2025.11.20 17:18:22.341752 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.11.20 17:18:22.341790 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 314 rows starting from the beginning of the part 2025.11.20 17:18:22.341952 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.341993 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.342307 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:22.342555 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.342689 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} executeQuery: Read 1 rows, 69.00 B in 0.001165 sec., 858.3690987124463 rows/sec., 57.84 KiB/sec. 2025.11.20 17:18:22.342726 [ 260 ] {7d7a4a38-5fa6-4242-b310-a4f64772eeb4} TCPHandler: Processed in 0.001333235 sec. 2025.11.20 17:18:22.342842 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:22.342941 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:22.342982 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:22.343326 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.343337 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3789 rows, containing 5 columns (5 merged, 0 gathered) in 0.001953666 sec., 1939430.7931857337 rows/sec., 130.87 MiB/sec. 2025.11.20 17:18:22.343364 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.343700 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:22.343707 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:22.344001 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.344047 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.344111 [ 42 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:22.344132 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} executeQuery: Read 104 rows, 6.53 KiB in 0.001208 sec., 86092.71523178807 rows/sec., 5.28 MiB/sec. 2025.11.20 17:18:22.344158 [ 42 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:22.344133 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_11_2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:22.344188 [ 260 ] {40cb9ce5-3115-42ef-bc68-8faa392d03da} TCPHandler: Processed in 0.001394846 sec. 2025.11.20 17:18:22.344195 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.03 GiB. 2025.11.20 17:18:22.344262 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. 2025.11.20 17:18:22.344327 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:18:22.344426 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:22.344457 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 244 rows starting from the beginning of the part 2025.11.20 17:18:22.344510 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 84 rows starting from the beginning of the part 2025.11.20 17:18:22.344550 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:18:22.344588 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 104 rows starting from the beginning of the part 2025.11.20 17:18:22.344626 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.11.20 17:18:22.344664 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 104 rows starting from the beginning of the part 2025.11.20 17:18:22.345484 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 656 rows, containing 4 columns (4 merged, 0 gathered) in 0.001184333 sec., 553898.27016557 rows/sec., 35.05 MiB/sec. 2025.11.20 17:18:22.345640 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:22.345905 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:22.345977 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_11_2} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:22.346033 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:18:23.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 190.86 MiB, peak 203.57 MiB, free memory in arenas 0.00 B, will set to 208.20 MiB (RSS), difference: 17.34 MiB 2025.11.20 17:18:23.576728 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4256 2025.11.20 17:18:23.577262 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:23.577310 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:23.577809 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:23.578051 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:23.578182 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4256 2025.11.20 17:18:23.788335 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.11.20 17:18:23.804177 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:23.804231 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:23.810187 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:23.810899 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:23.813615 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.11.20 17:18:24.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 208.72 MiB, peak 212.72 MiB, free memory in arenas 0.00 B, will set to 209.97 MiB (RSS), difference: 1.25 MiB 2025.11.20 17:18:26.077485 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 356 2025.11.20 17:18:26.079748 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:26.079796 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:26.083017 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:26.083320 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:26.083659 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 356 2025.11.20 17:18:27.307708 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:27.307878 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:27.307941 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:27.308620 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:27.308661 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:27.309028 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:27.309240 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:27.309383 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} executeQuery: Read 126 rows, 11.10 KiB in 0.001552 sec., 81185.56701030929 rows/sec., 6.98 MiB/sec. 2025.11.20 17:18:27.309423 [ 260 ] {881160fb-705d-4c33-89c1-1e81af9c1e27} TCPHandler: Processed in 0.001836795 sec. 2025.11.20 17:18:27.309554 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:27.309654 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:27.309695 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:27.310157 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:27.310193 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:27.310493 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:27.310698 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:27.310846 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} executeQuery: Read 35 rows, 2.63 KiB in 0.00121 sec., 28925.619834710746 rows/sec., 2.12 MiB/sec. 2025.11.20 17:18:27.310886 [ 260 ] {314fa719-b78d-48c2-b5f3-a664a5c6c33b} TCPHandler: Processed in 0.001383625 sec. 2025.11.20 17:18:27.311001 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:27.311094 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:27.311133 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:27.311623 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:27.311658 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:27.311952 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:27.312156 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:27.312318 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} executeQuery: Read 99 rows, 7.92 KiB in 0.001241 sec., 79774.37550362611 rows/sec., 6.23 MiB/sec. 2025.11.20 17:18:27.312360 [ 260 ] {aa136a82-916c-4dc9-9cb8-1e0eba681596} TCPHandler: Processed in 0.001405436 sec. 2025.11.20 17:18:27.312572 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:27.312734 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:27.312797 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:27.313324 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:27.313364 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:27.313699 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:27.313901 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:27.314027 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} executeQuery: Read 160 rows, 11.41 KiB in 0.001341 sec., 119313.94481730052 rows/sec., 8.31 MiB/sec. 2025.11.20 17:18:27.314075 [ 260 ] {fc0a189b-6423-48a9-9ecc-ff8901ce9190} TCPHandler: Processed in 0.00161832 sec. 2025.11.20 17:18:27.314191 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:27.314283 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:27.314337 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} 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.11.20 17:18:27.315142 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:27.315176 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:27.315727 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:27.315935 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:27.316063 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} executeQuery: Read 35 rows, 64.22 KiB in 0.001798 sec., 19466.07341490545 rows/sec., 34.88 MiB/sec. 2025.11.20 17:18:27.316110 [ 260 ] {5c2ef717-3f5d-4b6e-b971-91d995334855} TCPHandler: Processed in 0.001966686 sec. 2025.11.20 17:18:27.316218 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:27.316312 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:27.316353 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:27.316693 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:27.316727 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:27.317016 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:27.317209 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:27.317329 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2025.11.20 17:18:27.317362 [ 260 ] {c4cec0a4-ac89-4db6-9fba-982500bb0d63} TCPHandler: Processed in 0.001190182 sec. 2025.11.20 17:18:31.012305 [ 50 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:18:31.012371 [ 50 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:18:31.078424 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4768 2025.11.20 17:18:31.078953 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:31.079000 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:31.079497 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:31.079753 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:31.079883 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4768 2025.11.20 17:18:31.313853 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.11.20 17:18:31.330217 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:31.330267 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:31.336436 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:31.337121 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:31.339998 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.11.20 17:18:32.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 210.56 MiB, peak 214.56 MiB, free memory in arenas 0.00 B, will set to 211.62 MiB (RSS), difference: 1.06 MiB 2025.11.20 17:18:32.316901 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.317076 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.317140 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:18:32.317886 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.317938 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.318360 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:32.318590 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.318727 [ 66 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:32.318742 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} executeQuery: Read 410 rows, 26.63 KiB in 0.001714 sec., 239206.53442240373 rows/sec., 15.17 MiB/sec. 2025.11.20 17:18:32.318807 [ 66 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.318830 [ 260 ] {e38d3c95-7317-41df-954b-07b1ef4bd46f} TCPHandler: Processed in 0.002056699 sec. 2025.11.20 17:18:32.318837 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.318952 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.318972 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::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.11.20 17:18:32.319055 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:32.319103 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:32.319119 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:32.319160 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.11.20 17:18:32.319231 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2025.11.20 17:18:32.319281 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2025.11.20 17:18:32.319328 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2025.11.20 17:18:32.319371 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2025.11.20 17:18:32.319411 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2025.11.20 17:18:32.319904 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.319947 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.320338 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:32.320523 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.00161041 sec., 1287870.790668215 rows/sec., 86.90 MiB/sec. 2025.11.20 17:18:32.320547 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.320696 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} executeQuery: Read 1112 rows, 89.84 KiB in 0.001664 sec., 668269.2307692309 rows/sec., 52.73 MiB/sec. 2025.11.20 17:18:32.320719 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:32.320735 [ 260 ] {3023630a-c1ef-40e6-8048-7ed82436b594} TCPHandler: Processed in 0.001832194 sec. 2025.11.20 17:18:32.320847 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.320944 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.320987 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:32.321040 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.321119 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_6_1} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:32.321207 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.11.20 17:18:32.321445 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.321485 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.321811 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:32.322016 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.322138 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} executeQuery: Read 205 rows, 12.32 KiB in 0.001214 sec., 168863.2619439868 rows/sec., 9.91 MiB/sec. 2025.11.20 17:18:32.322174 [ 260 ] {46d65736-7601-4a54-85d4-cc49b94bfa2a} TCPHandler: Processed in 0.001374905 sec. 2025.11.20 17:18:32.322277 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.322370 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.322408 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:32.322848 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.322883 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.323188 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:32.323399 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.323519 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} executeQuery: Read 212 rows, 14.00 KiB in 0.001168 sec., 181506.8493150685 rows/sec., 11.71 MiB/sec. 2025.11.20 17:18:32.323553 [ 260 ] {ead9338a-9e29-4602-84d1-aa101b2655c2} TCPHandler: Processed in 0.001323145 sec. 2025.11.20 17:18:32.323664 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.323755 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.323794 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:18:32.324225 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.324260 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.324542 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:32.324748 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.324861 [ 34 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:32.324866 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} executeQuery: Read 211 rows, 12.27 KiB in 0.001128 sec., 187056.73758865247 rows/sec., 10.62 MiB/sec. 2025.11.20 17:18:32.324905 [ 34 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.324924 [ 260 ] {d2e9d720-b913-4ad6-a9ed-d744d3cdf920} TCPHandler: Processed in 0.001307265 sec. 2025.11.20 17:18:32.324930 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.325035 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.325055 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::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.11.20 17:18:32.325131 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:32.325174 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:32.325179 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:32.325222 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.11.20 17:18:32.325290 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2025.11.20 17:18:32.325334 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2025.11.20 17:18:32.325380 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2025.11.20 17:18:32.325419 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2025.11.20 17:18:32.325468 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2025.11.20 17:18:32.325777 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.325817 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.326161 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:32.326350 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001348436 sec., 791287.0911188963 rows/sec., 48.13 MiB/sec. 2025.11.20 17:18:32.326365 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.326500 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} executeQuery: Read 679 rows, 48.47 KiB in 0.001387 sec., 489545.78226387885 rows/sec., 34.13 MiB/sec. 2025.11.20 17:18:32.326535 [ 260 ] {1e756afb-6616-4646-b0be-253bfb8b5e76} TCPHandler: Processed in 0.001547609 sec. 2025.11.20 17:18:32.326566 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:32.326639 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.326731 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:18:32.326771 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:18:32.326843 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.326928 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_6_1} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:32.327044 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:18:32.327118 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.327152 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.327446 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:32.327655 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.327778 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} executeQuery: Read 6 rows, 321.00 B in 0.001065 sec., 5633.802816901409 rows/sec., 294.34 KiB/sec. 2025.11.20 17:18:32.327812 [ 260 ] {4a1eb0ac-7e5a-4178-9d1b-d7620bc10076} TCPHandler: Processed in 0.001219843 sec. 2025.11.20 17:18:32.327920 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.328010 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.328051 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:32.328453 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.328488 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.328810 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:32.329022 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.329145 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} executeQuery: Read 314 rows, 21.12 KiB in 0.001152 sec., 272569.44444444444 rows/sec., 17.91 MiB/sec. 2025.11.20 17:18:32.329179 [ 260 ] {a9e50b6e-9ede-498b-b265-4778d6cf9a59} TCPHandler: Processed in 0.001305475 sec. 2025.11.20 17:18:32.329282 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.329374 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.329413 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:18:32.329721 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.329759 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.330045 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:32.330237 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.330353 [ 34 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.20 17:18:32.330361 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} executeQuery: Read 1 rows, 69.00 B in 0.001005 sec., 995.0248756218905 rows/sec., 67.05 KiB/sec. 2025.11.20 17:18:32.330394 [ 34 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.330414 [ 260 ] {0f431a8d-a86e-4b61-b1c2-7af09051f337} TCPHandler: Processed in 0.001178512 sec. 2025.11.20 17:18:32.330417 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.330523 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::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.11.20 17:18:32.330535 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:32.330636 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:32.330653 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:32.330672 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.11.20 17:18:32.330698 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:32.330729 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.11.20 17:18:32.330776 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.11.20 17:18:32.330812 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.11.20 17:18:32.330850 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.11.20 17:18:32.331025 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:32.331064 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:32.331397 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:32.331565 [ 200 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001076881 sec., 4643.038553006321 rows/sec., 312.86 KiB/sec. 2025.11.20 17:18:32.331622 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.331671 [ 200 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.20 17:18:32.331743 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} executeQuery: Read 104 rows, 6.53 KiB in 0.001108 sec., 93862.81588447653 rows/sec., 5.75 MiB/sec. 2025.11.20 17:18:32.331782 [ 260 ] {973485d3-ecd2-4812-901f-c1e438798284} TCPHandler: Processed in 0.001293505 sec. 2025.11.20 17:18:32.331933 [ 200 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:32.331992 [ 200 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_5_1} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.20 17:18:32.332051 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.11.20 17:18:36.084072 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 388 2025.11.20 17:18:36.086410 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:36.086467 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:36.087659 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:36.087936 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:36.088280 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 388 2025.11.20 17:18:37.335101 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.335322 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:18:37.335403 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:18:37.336159 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.336204 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.336576 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:18:37.336797 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.336943 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} executeQuery: Read 12 rows, 1002.00 B in 0.001682 sec., 7134.363852556481 rows/sec., 581.76 KiB/sec. 2025.11.20 17:18:37.336983 [ 260 ] {431cc670-27c9-471c-987f-5d30302088e0} TCPHandler: Processed in 0.002033889 sec. 2025.11.20 17:18:37.337100 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.337192 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:37.337230 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:37.338327 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.338363 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.338734 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:18:37.338948 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.339072 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} executeQuery: Read 1282 rows, 109.08 KiB in 0.001897 sec., 675803.9008961518 rows/sec., 56.15 MiB/sec. 2025.11.20 17:18:37.339108 [ 260 ] {bba1c405-50ef-4b5c-a84f-a95790388b77} TCPHandler: Processed in 0.002055198 sec. 2025.11.20 17:18:37.339216 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.339308 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:37.339346 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:37.339749 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.339793 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.340083 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:37.340286 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.340406 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} executeQuery: Read 52 rows, 3.85 KiB in 0.001116 sec., 46594.98207885305 rows/sec., 3.37 MiB/sec. 2025.11.20 17:18:37.340442 [ 260 ] {55a274e9-4a7e-41e6-9685-5923aa980e81} TCPHandler: Processed in 0.001273464 sec. 2025.11.20 17:18:37.340546 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.340637 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:37.340675 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:37.341153 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.341187 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.341488 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:37.341690 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.341819 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} executeQuery: Read 228 rows, 15.81 KiB in 0.001199 sec., 190158.46538782318 rows/sec., 12.88 MiB/sec. 2025.11.20 17:18:37.341855 [ 260 ] {7e91b803-6c59-47d3-b747-e8e92f7370a3} TCPHandler: Processed in 0.001355865 sec. 2025.11.20 17:18:37.341958 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.342048 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:37.342086 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:37.342686 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.342721 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.343038 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:18:37.343239 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.343360 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} executeQuery: Read 578 rows, 44.07 KiB in 0.001329 sec., 434913.46877351386 rows/sec., 32.38 MiB/sec. 2025.11.20 17:18:37.343396 [ 260 ] {d46ff627-d478-4b03-b26e-5d95bf328e36} TCPHandler: Processed in 0.001484248 sec. 2025.11.20 17:18:37.343500 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.343592 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:37.343634 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:37.344166 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.344201 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.344556 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:18:37.344751 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.344881 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} executeQuery: Read 850 rows, 58.59 KiB in 0.001307 sec., 650344.2999234889 rows/sec., 43.78 MiB/sec. 2025.11.20 17:18:37.344916 [ 260 ] {92842209-8a99-468d-8b9c-2d7b20ee0588} TCPHandler: Processed in 0.001462427 sec. 2025.11.20 17:18:37.345026 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.345117 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:37.345170 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} 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.11.20 17:18:37.345986 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.346021 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.346558 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:18:37.346771 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.346909 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} executeQuery: Read 40 rows, 73.40 KiB in 0.00181 sec., 22099.447513812156 rows/sec., 39.60 MiB/sec. 2025.11.20 17:18:37.346958 [ 260 ] {5bcfee89-d8ec-4248-90a7-74860559ec5d} TCPHandler: Processed in 0.001978118 sec. 2025.11.20 17:18:37.347067 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.347158 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.20 17:18:37.347199 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.20 17:18:37.347505 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.347540 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.347833 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.11.20 17:18:37.348032 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.348151 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} executeQuery: Read 6 rows, 434.00 B in 0.00101 sec., 5940.59405940594 rows/sec., 419.63 KiB/sec. 2025.11.20 17:18:37.348184 [ 260 ] {bed59bcb-a47b-409a-b63e-cd3945467987} TCPHandler: Processed in 0.001164162 sec. 2025.11.20 17:18:37.348289 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:37.348380 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:37.348419 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:37.348734 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:37.348768 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:37.349060 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:18:37.349259 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:37.349378 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} executeQuery: Read 60 rows, 4.14 KiB in 0.001016 sec., 59055.118110236224 rows/sec., 3.98 MiB/sec. 2025.11.20 17:18:37.349412 [ 260 ] {806937d1-19b8-439e-85d6-822ca9576c9c} TCPHandler: Processed in 0.001169612 sec. 2025.11.20 17:18:38.580206 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5216 2025.11.20 17:18:38.580713 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:38.580747 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:38.581218 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:38.581440 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:38.581562 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5216 2025.11.20 17:18:38.581603 [ 127 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:38.581678 [ 127 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:38.581702 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:38.581826 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:18:38.582036 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:38.582100 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2848 rows starting from the beginning of the part 2025.11.20 17:18:38.582202 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2025.11.20 17:18:38.582273 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2025.11.20 17:18:38.582341 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2025.11.20 17:18:38.582409 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2025.11.20 17:18:38.582475 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2025.11.20 17:18:38.584035 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002266202 sec., 2301648.308491476 rows/sec., 32.93 MiB/sec. 2025.11.20 17:18:38.584900 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:38.585225 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:38.585304 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_11_2} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:38.585400 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.11.20 17:18:38.840303 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.11.20 17:18:38.857057 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:38.857117 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:38.863357 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:38.864025 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:38.864308 [ 127 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:38.864360 [ 127 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:38.864379 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:38.864481 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.867339 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.11.20 17:18:38.868616 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:38.869999 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.874483 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.878551 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.882540 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.887055 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.891203 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:18:38.941981 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077546425 sec., 1070.3265817863298 rows/sec., 5.53 MiB/sec. 2025.11.20 17:18:38.943512 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:38.945266 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_11_2} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:38.945363 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_11_2} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:38.946523 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.11.20 17:18:39.000287 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 212.99 MiB, peak 222.90 MiB, free memory in arenas 0.00 B, will set to 222.83 MiB (RSS), difference: 9.83 MiB 2025.11.20 17:18:42.317814 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.318045 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.318117 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:18:42.318912 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.318952 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.319346 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:42.319575 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.319714 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} executeQuery: Read 410 rows, 26.63 KiB in 0.001729 sec., 237131.2897628687 rows/sec., 15.04 MiB/sec. 2025.11.20 17:18:42.319753 [ 260 ] {9c470c10-5309-4fee-8c05-27fad8af0aae} TCPHandler: Processed in 0.00208741 sec. 2025.11.20 17:18:42.319875 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.319969 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:42.320008 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:42.320819 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.320854 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.321209 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:18:42.321412 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.321534 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} executeQuery: Read 1112 rows, 89.84 KiB in 0.001584 sec., 702020.2020202021 rows/sec., 55.39 MiB/sec. 2025.11.20 17:18:42.321569 [ 260 ] {747b37f6-eec3-4eb0-ac35-d627db3a476b} TCPHandler: Processed in 0.001750003 sec. 2025.11.20 17:18:42.321680 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.321772 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.321811 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:42.322257 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.322292 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.322613 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:18:42.322817 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.322930 [ 153 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:18:42.322954 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} executeQuery: Read 205 rows, 12.32 KiB in 0.001201 sec., 170691.09075770192 rows/sec., 10.01 MiB/sec. 2025.11.20 17:18:42.322999 [ 153 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.323006 [ 260 ] {08cb7f24-a60d-4692-8f63-2d3fc7754c1d} TCPHandler: Processed in 0.001373275 sec. 2025.11.20 17:18:42.323030 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.323132 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.323149 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:18:42.323234 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.323277 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:42.323296 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:42.323335 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 266 rows starting from the beginning of the part 2025.11.20 17:18:42.323428 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 205 rows starting from the beginning of the part 2025.11.20 17:18:42.323480 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 35 rows starting from the beginning of the part 2025.11.20 17:18:42.323527 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 205 rows starting from the beginning of the part 2025.11.20 17:18:42.323595 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 52 rows starting from the beginning of the part 2025.11.20 17:18:42.323641 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 205 rows starting from the beginning of the part 2025.11.20 17:18:42.323736 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.323777 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.324158 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:42.324390 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.324519 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} executeQuery: Read 212 rows, 14.00 KiB in 0.001303 sec., 162701.4581734459 rows/sec., 10.49 MiB/sec. 2025.11.20 17:18:42.324556 [ 260 ] {519b8050-8c73-45e7-8a4f-ca43b4ccf435} TCPHandler: Processed in 0.001472298 sec. 2025.11.20 17:18:42.324646 [ 188 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 968 rows, containing 5 columns (5 merged, 0 gathered) in 0.001554029 sec., 622896.9987046574 rows/sec., 40.28 MiB/sec. 2025.11.20 17:18:42.324660 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.324768 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.324807 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:18:42.324880 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:18:42.325224 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.325270 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.325302 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_11_2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:18:42.325313 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.325404 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:18:42.325646 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:42.325865 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.325991 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} executeQuery: Read 211 rows, 12.27 KiB in 0.001242 sec., 169887.27858293074 rows/sec., 9.65 MiB/sec. 2025.11.20 17:18:42.326028 [ 260 ] {e111f7aa-1aad-49d1-8615-5dd91f415254} TCPHandler: Processed in 0.001416896 sec. 2025.11.20 17:18:42.326135 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.326229 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:42.326268 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:42.326878 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.326913 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.327241 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:18:42.327452 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.327577 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} executeQuery: Read 679 rows, 48.47 KiB in 0.001365 sec., 497435.8974358975 rows/sec., 34.68 MiB/sec. 2025.11.20 17:18:42.327613 [ 260 ] {78074ff7-138d-451f-957a-e9eaada4db55} TCPHandler: Processed in 0.001527259 sec. 2025.11.20 17:18:42.327717 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.327810 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:18:42.327850 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:18:42.328181 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.328216 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.328515 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:42.328720 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.328815 [ 153 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:42.328846 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} executeQuery: Read 6 rows, 321.00 B in 0.001053 sec., 5698.005698005699 rows/sec., 297.70 KiB/sec. 2025.11.20 17:18:42.328848 [ 153 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.328899 [ 260 ] {2490763e-750f-4c83-b937-49cbb777d0c0} TCPHandler: Processed in 0.001231123 sec. 2025.11.20 17:18:42.328903 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.329007 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::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.11.20 17:18:42.329019 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.329125 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:42.329130 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.329166 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.11.20 17:18:42.329189 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:42.329235 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.11.20 17:18:42.329287 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.11.20 17:18:42.329328 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.11.20 17:18:42.329370 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.11.20 17:18:42.329409 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.11.20 17:18:42.329628 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.329669 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.330055 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:18:42.330218 [ 192 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001250263 sec., 28793.94175465482 rows/sec., 1.47 MiB/sec. 2025.11.20 17:18:42.330274 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.330373 [ 192 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:42.330403 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} executeQuery: Read 314 rows, 21.12 KiB in 0.001291 sec., 243222.30828814872 rows/sec., 15.98 MiB/sec. 2025.11.20 17:18:42.330439 [ 260 ] {bc569b93-1a8f-47ad-a23f-11145b0aa0a2} TCPHandler: Processed in 0.001469877 sec. 2025.11.20 17:18:42.330540 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.330634 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.330676 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:18:42.330692 [ 192 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.330769 [ 192 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_6_1} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:42.330867 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.11.20 17:18:42.330991 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.331024 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.331313 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:42.331518 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.331641 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} executeQuery: Read 1 rows, 69.00 B in 0.001025 sec., 975.6097560975609 rows/sec., 65.74 KiB/sec. 2025.11.20 17:18:42.331676 [ 260 ] {bb8af208-ae47-4ab0-8ae5-6da2fdd869cd} TCPHandler: Processed in 0.001184572 sec. 2025.11.20 17:18:42.331782 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:42.331883 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:42.331923 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:42.332243 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:42.332279 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:42.332585 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:18:42.332783 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:42.332913 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} executeQuery: Read 104 rows, 6.53 KiB in 0.001056 sec., 98484.84848484848 rows/sec., 6.03 MiB/sec. 2025.11.20 17:18:42.332948 [ 260 ] {066287d8-d6da-4aeb-a08c-c01f018e11b4} TCPHandler: Processed in 0.001215113 sec. 2025.11.20 17:18:46.012404 [ 133 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:18:46.012471 [ 133 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:18:46.081717 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5728 2025.11.20 17:18:46.082211 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:46.082255 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:46.082721 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:46.083011 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:46.083136 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5728 2025.11.20 17:18:46.088605 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 426 2025.11.20 17:18:46.091237 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:46.091287 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:46.092507 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:18:46.092803 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:46.093146 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 426 2025.11.20 17:18:46.367500 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.11.20 17:18:46.385094 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:46.385136 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:46.390825 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:46.391531 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:46.394343 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.11.20 17:18:47.307897 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:47.308074 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:47.308137 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:47.308878 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.308924 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.309313 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:18:47.309519 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.309656 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} executeQuery: Read 136 rows, 12.08 KiB in 0.001677 sec., 81097.19737626714 rows/sec., 7.03 MiB/sec. 2025.11.20 17:18:47.309693 [ 260 ] {0293de54-362a-46c9-b6f5-9d20230bf7f9} TCPHandler: Processed in 0.001974558 sec. 2025.11.20 17:18:47.309687 [ 147 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:18:47.309785 [ 147 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.309810 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:47.309819 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.309990 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:47.310038 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:47.310093 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:18:47.310298 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:47.310342 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 2449 rows starting from the beginning of the part 2025.11.20 17:18:47.310404 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 126 rows starting from the beginning of the part 2025.11.20 17:18:47.310445 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:18:47.310486 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1282 rows starting from the beginning of the part 2025.11.20 17:18:47.310509 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.310521 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:18:47.310558 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.310583 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 136 rows starting from the beginning of the part 2025.11.20 17:18:47.310896 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:18:47.311124 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.311252 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} executeQuery: Read 40 rows, 3.01 KiB in 0.001281 sec., 31225.604996096798 rows/sec., 2.29 MiB/sec. 2025.11.20 17:18:47.311289 [ 260 ] {3b1f5e54-b23c-4e73-9406-a1f8b814a6f5} TCPHandler: Processed in 0.001472428 sec. 2025.11.20 17:18:47.311398 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:47.311490 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:47.311528 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:47.311970 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.312005 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.312316 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:18:47.312518 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.312631 [ 147 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:18:47.312640 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} executeQuery: Read 104 rows, 8.32 KiB in 0.001168 sec., 89041.09589041096 rows/sec., 6.95 MiB/sec. 2025.11.20 17:18:47.312671 [ 147 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.312693 [ 260 ] {bbfb3343-1f75-4462-832f-7471f85f18ba} TCPHandler: Processed in 0.001340865 sec. 2025.11.20 17:18:47.312695 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.312740 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 6217 rows, containing 5 columns (5 merged, 0 gathered) in 0.002724562 sec., 2281834.6581946015 rows/sec., 194.02 MiB/sec. 2025.11.20 17:18:47.312816 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:47.312828 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:18:47.312909 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:47.312923 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:47.312956 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1233 rows starting from the beginning of the part 2025.11.20 17:18:47.312960 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:47.313037 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 99 rows starting from the beginning of the part 2025.11.20 17:18:47.313086 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 679 rows starting from the beginning of the part 2025.11.20 17:18:47.313101 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:18:47.313131 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 578 rows starting from the beginning of the part 2025.11.20 17:18:47.313180 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 679 rows starting from the beginning of the part 2025.11.20 17:18:47.313223 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2025.11.20 17:18:47.313383 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.313415 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.313446 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_16_3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:18:47.313450 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.313533 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2025.11.20 17:18:47.313799 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:18:47.314009 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.314127 [ 147 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:18:47.314132 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} executeQuery: Read 160 rows, 11.41 KiB in 0.001241 sec., 128928.28364222402 rows/sec., 8.98 MiB/sec. 2025.11.20 17:18:47.314168 [ 147 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.314187 [ 260 ] {7e95b869-2dd6-447a-a1ce-6563db2bd0cd} TCPHandler: Processed in 0.001417297 sec. 2025.11.20 17:18:47.314192 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.314302 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:47.314310 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:18:47.314380 [ 192 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3372 rows, containing 5 columns (5 merged, 0 gathered) in 0.00159129 sec., 2119035.4995004055 rows/sec., 160.44 MiB/sec. 2025.11.20 17:18:47.314397 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:47.314458 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:47.314535 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} 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.11.20 17:18:47.314537 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3789 rows starting from the beginning of the part 2025.11.20 17:18:47.314618 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:18:47.314661 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 314 rows starting from the beginning of the part 2025.11.20 17:18:47.314661 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:18:47.314700 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 850 rows starting from the beginning of the part 2025.11.20 17:18:47.314808 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 314 rows starting from the beginning of the part 2025.11.20 17:18:47.314851 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:18:47.315086 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.315177 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_16_3} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:18:47.315270 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.20 17:18:47.315391 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.315432 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.316007 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:18:47.316227 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.316365 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} executeQuery: Read 40 rows, 73.40 KiB in 0.001985 sec., 20151.133501259446 rows/sec., 36.11 MiB/sec. 2025.11.20 17:18:47.316414 [ 260 ] {324a4c03-42fd-4b01-b17a-638d708b3992} TCPHandler: Processed in 0.002159091 sec. 2025.11.20 17:18:47.316520 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:47.316613 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:47.316653 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:47.316917 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5587 rows, containing 5 columns (5 merged, 0 gathered) in 0.00265979 sec., 2100541.7720947894 rows/sec., 141.53 MiB/sec. 2025.11.20 17:18:47.316988 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.317027 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.317328 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:18:47.317345 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:18:47.317589 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.317661 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.317717 [ 147 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:18:47.317726 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} executeQuery: Read 60 rows, 4.14 KiB in 0.001131 sec., 53050.39787798408 rows/sec., 3.58 MiB/sec. 2025.11.20 17:18:47.317765 [ 147 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:47.317729 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_16_3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:18:47.317832 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.02 GiB. 2025.11.20 17:18:47.317833 [ 260 ] {8bf9e1f5-8625-442b-a48c-cb1e95239e29} TCPHandler: Processed in 0.001357695 sec. 2025.11.20 17:18:47.317900 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.11.20 17:18:47.317938 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:18:47.318024 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:47.318047 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 656 rows starting from the beginning of the part 2025.11.20 17:18:47.318093 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:18:47.318126 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 104 rows starting from the beginning of the part 2025.11.20 17:18:47.318158 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:18:47.318188 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 104 rows starting from the beginning of the part 2025.11.20 17:18:47.318217 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:18:47.318907 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1044 rows, containing 4 columns (4 merged, 0 gathered) in 0.001027969 sec., 1015594.8282487117 rows/sec., 64.58 MiB/sec. 2025.11.20 17:18:47.319072 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:18:47.319312 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:47.319371 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_16_3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:18:47.319421 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.11.20 17:18:52.317708 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.317925 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.318000 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:18:52.318871 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.318923 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.319333 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:52.319562 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.319720 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} executeQuery: Read 410 rows, 26.63 KiB in 0.001848 sec., 221861.47186147186 rows/sec., 14.07 MiB/sec. 2025.11.20 17:18:52.319770 [ 260 ] {feccf988-1608-4a89-9f73-2f3bf2353484} TCPHandler: Processed in 0.002197662 sec. 2025.11.20 17:18:52.319890 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.319990 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:52.320033 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:52.320953 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.320997 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.321379 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:18:52.321592 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.321728 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} executeQuery: Read 1112 rows, 89.84 KiB in 0.001761 sec., 631459.3980692788 rows/sec., 49.82 MiB/sec. 2025.11.20 17:18:52.321766 [ 260 ] {5dfa2dcc-a982-4774-b446-c86de699245b} TCPHandler: Processed in 0.001926056 sec. 2025.11.20 17:18:52.321879 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.321974 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.322015 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:52.322476 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.322513 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.322820 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:52.323048 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.323175 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} executeQuery: Read 205 rows, 12.32 KiB in 0.001221 sec., 167895.1678951679 rows/sec., 9.85 MiB/sec. 2025.11.20 17:18:52.323211 [ 260 ] {8458a9bf-32a0-4c37-a31a-3c85bbfbdcc6} TCPHandler: Processed in 0.001381526 sec. 2025.11.20 17:18:52.323309 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.323401 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.323441 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:18:52.323905 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.323940 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.324240 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:52.324447 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.324572 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} executeQuery: Read 212 rows, 14.00 KiB in 0.001189 sec., 178301.09335576114 rows/sec., 11.50 MiB/sec. 2025.11.20 17:18:52.324608 [ 260 ] {eacde8a8-e148-4e7d-a5e9-e5c02eee3cc4} TCPHandler: Processed in 0.001345936 sec. 2025.11.20 17:18:52.324712 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.324804 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.324843 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:18:52.325290 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.325325 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.325624 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:18:52.325826 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.325948 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} executeQuery: Read 211 rows, 12.27 KiB in 0.001161 sec., 181739.87941429802 rows/sec., 10.32 MiB/sec. 2025.11.20 17:18:52.325984 [ 260 ] {8bc98798-9335-4171-83e0-a8b882841664} TCPHandler: Processed in 0.001319875 sec. 2025.11.20 17:18:52.326094 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.326196 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:52.326237 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:52.326909 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.326948 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.327301 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:18:52.327512 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.327642 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} executeQuery: Read 679 rows, 48.47 KiB in 0.001463 sec., 464114.83253588516 rows/sec., 32.35 MiB/sec. 2025.11.20 17:18:52.327683 [ 260 ] {14ac7a2f-729f-4dee-a263-07e59f6613d0} TCPHandler: Processed in 0.001640481 sec. 2025.11.20 17:18:52.327797 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.327894 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:18:52.327935 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:18:52.328275 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.328311 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.328612 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:52.328839 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.328967 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} executeQuery: Read 6 rows, 321.00 B in 0.001091 sec., 5499.541704857928 rows/sec., 287.33 KiB/sec. 2025.11.20 17:18:52.329008 [ 260 ] {86cd2613-3ea4-4016-9283-fab07658e4d5} TCPHandler: Processed in 0.001261234 sec. 2025.11.20 17:18:52.329119 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.329215 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.329258 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:52.329712 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.329749 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.330184 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:18:52.330465 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.330595 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} executeQuery: Read 314 rows, 21.12 KiB in 0.001399 sec., 224446.032880629 rows/sec., 14.74 MiB/sec. 2025.11.20 17:18:52.330632 [ 260 ] {417343e4-c703-487e-a068-13154ac8278f} TCPHandler: Processed in 0.00156178 sec. 2025.11.20 17:18:52.330744 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.330840 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.330881 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:18:52.331203 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.331239 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.331529 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:18:52.331736 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.331863 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} executeQuery: Read 1 rows, 69.00 B in 0.001042 sec., 959.6928982725528 rows/sec., 64.67 KiB/sec. 2025.11.20 17:18:52.331899 [ 260 ] {61d84571-f268-495b-b0c3-1fc782416e2f} TCPHandler: Processed in 0.001204052 sec. 2025.11.20 17:18:52.332004 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:52.332099 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:52.332141 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:52.332493 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:52.332529 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:52.332843 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:18:52.333052 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:52.333178 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} executeQuery: Read 104 rows, 6.53 KiB in 0.001097 sec., 94804.01093892433 rows/sec., 5.81 MiB/sec. 2025.11.20 17:18:52.333214 [ 260 ] {27cda291-26b4-40e3-819f-26bfd6573bbf} TCPHandler: Processed in 0.001258384 sec. 2025.11.20 17:18:53.583285 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6176 2025.11.20 17:18:53.583841 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:53.583893 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:53.584446 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:53.584682 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:53.584805 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6176 2025.11.20 17:18:53.895361 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.11.20 17:18:53.910981 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:53.911026 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:53.916893 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:18:53.917618 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:53.920273 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.11.20 17:18:56.093387 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 458 2025.11.20 17:18:56.095657 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:56.095696 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:56.096894 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:18:56.097183 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:56.097472 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 458 2025.11.20 17:18:57.309464 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:57.309664 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:18:57.309732 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:18:57.310447 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.310497 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.310922 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:18:57.311176 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.311339 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} executeQuery: Read 136 rows, 12.08 KiB in 0.001727 sec., 78749.2762015055 rows/sec., 6.83 MiB/sec. 2025.11.20 17:18:57.311382 [ 260 ] {e89fd962-6cca-4a68-a221-0a28bd918545} TCPHandler: Processed in 0.002060648 sec. 2025.11.20 17:18:57.311497 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:57.311593 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:18:57.311635 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:18:57.312057 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.312094 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.312400 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:18:57.312620 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.312749 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} executeQuery: Read 40 rows, 3.01 KiB in 0.001176 sec., 34013.60544217687 rows/sec., 2.50 MiB/sec. 2025.11.20 17:18:57.312788 [ 260 ] {0b6ca02a-3341-4012-8d9a-73db5b952f6f} TCPHandler: Processed in 0.001340845 sec. 2025.11.20 17:18:57.312898 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:57.312998 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:18:57.313047 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:18:57.313490 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.313528 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.313850 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:18:57.314077 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.314214 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} executeQuery: Read 104 rows, 8.32 KiB in 0.001235 sec., 84210.52631578948 rows/sec., 6.58 MiB/sec. 2025.11.20 17:18:57.314252 [ 260 ] {910d2b94-b65d-41ca-99d3-1aab69cf2d9e} TCPHandler: Processed in 0.001404836 sec. 2025.11.20 17:18:57.314366 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:57.314461 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:57.314505 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:18:57.314924 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.314960 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.315296 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:18:57.315511 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.315645 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} executeQuery: Read 160 rows, 11.41 KiB in 0.001202 sec., 133111.48086522464 rows/sec., 9.27 MiB/sec. 2025.11.20 17:18:57.315681 [ 260 ] {9f355329-cd44-4843-958e-7d816537149d} TCPHandler: Processed in 0.001365056 sec. 2025.11.20 17:18:57.315803 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:57.315925 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:18:57.315993 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} 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.11.20 17:18:57.316949 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.316988 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.317537 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:18:57.317758 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.317865 [ 134 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.11.20 17:18:57.317892 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} executeQuery: Read 40 rows, 73.40 KiB in 0.002051 sec., 19502.681618722574 rows/sec., 34.95 MiB/sec. 2025.11.20 17:18:57.317939 [ 134 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.318029 [ 260 ] {a72d579b-a799-497c-8bb9-dfcc1937f554} TCPHandler: Processed in 0.002286523 sec. 2025.11.20 17:18:57.318033 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.318151 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:18:57.318158 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:18:57.318273 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:18:57.318314 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:18:57.318358 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:18:57.318411 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 34 rows starting from the beginning of the part 2025.11.20 17:18:57.318562 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 35 rows starting from the beginning of the part 2025.11.20 17:18:57.318664 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:18:57.318701 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:18:57.318713 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 35 rows starting from the beginning of the part 2025.11.20 17:18:57.318837 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part 2025.11.20 17:18:57.318954 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 40 rows starting from the beginning of the part 2025.11.20 17:18:57.319012 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:18:57.319059 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part 2025.11.20 17:18:57.319236 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.319376 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.11.20 17:18:57.319413 [ 260 ] {a2c96399-fe54-4ac8-bc20-f9f45df20c70} TCPHandler: Processed in 0.001304364 sec. 2025.11.20 17:18:57.321502 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 224 rows, containing 19 columns (19 merged, 0 gathered) in 0.003388064 sec., 66114.4535640413 rows/sec., 118.47 MiB/sec. 2025.11.20 17:18:57.322120 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.11.20 17:18:57.322567 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:18:57.322657 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_6_1} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.11.20 17:18:57.322786 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2025.11.20 17:19:01.012527 [ 129 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:19:01.012591 [ 129 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:19:01.084949 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6688 2025.11.20 17:19:01.085478 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:01.085529 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:01.086136 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:19:01.086377 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:01.086512 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6688 2025.11.20 17:19:01.420407 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.11.20 17:19:01.436602 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:01.436653 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:01.442404 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:19:01.443109 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:01.446044 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.11.20 17:19:02.317567 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.317759 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.317827 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:19:02.318571 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.318612 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.319049 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:19:02.319269 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.319413 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} executeQuery: Read 410 rows, 26.63 KiB in 0.001708 sec., 240046.83840749413 rows/sec., 15.23 MiB/sec. 2025.11.20 17:19:02.319455 [ 260 ] {abd0bd53-db52-43ca-a4be-315872180827} TCPHandler: Processed in 0.002041269 sec. 2025.11.20 17:19:02.319568 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.319664 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:02.319706 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:02.320556 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.320593 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.320985 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:02.321191 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.321316 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} executeQuery: Read 1112 rows, 89.84 KiB in 0.001671 sec., 665469.7785757032 rows/sec., 52.51 MiB/sec. 2025.11.20 17:19:02.321354 [ 260 ] {f96ed904-6e78-475e-b15b-a109190fc391} TCPHandler: Processed in 0.001834434 sec. 2025.11.20 17:19:02.321487 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.321581 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.321621 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:02.322097 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.322132 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.322433 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:19:02.322643 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.322769 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} executeQuery: Read 205 rows, 12.32 KiB in 0.001206 sec., 169983.41625207296 rows/sec., 9.97 MiB/sec. 2025.11.20 17:19:02.322805 [ 260 ] {99bc5eed-a824-4d9f-81b4-14eb9bee09f8} TCPHandler: Processed in 0.001367106 sec. 2025.11.20 17:19:02.322913 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.323007 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.323046 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:02.323504 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.323538 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.323847 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:02.324111 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.324216 [ 126 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:19:02.324239 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} executeQuery: Read 212 rows, 14.00 KiB in 0.001248 sec., 169871.79487179487 rows/sec., 10.96 MiB/sec. 2025.11.20 17:19:02.324281 [ 126 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.324289 [ 260 ] {e340e3f1-46b3-4e14-bbbb-9192372d252a} TCPHandler: Processed in 0.001423766 sec. 2025.11.20 17:19:02.324311 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.324405 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.324452 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::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.11.20 17:19:02.324503 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.324548 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:19:02.324613 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:02.324655 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 464 rows starting from the beginning of the part 2025.11.20 17:19:02.324758 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:02.324815 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.11.20 17:19:02.324868 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:02.324928 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:02.324971 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:02.325070 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.325111 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.325520 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:19:02.325746 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.325882 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} executeQuery: Read 211 rows, 12.27 KiB in 0.001396 sec., 151146.13180515758 rows/sec., 8.58 MiB/sec. 2025.11.20 17:19:02.325921 [ 260 ] {953167e4-8bab-4e0b-a06e-7d0b80594c2e} TCPHandler: Processed in 0.001564209 sec. 2025.11.20 17:19:02.326032 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.326125 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:02.326164 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:02.326201 [ 197 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001811734 sec., 850014.406088311 rows/sec., 59.12 MiB/sec. 2025.11.20 17:19:02.326447 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:19:02.326763 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.326847 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.326848 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_11_2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:19:02.326891 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.326966 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.20 17:19:02.327247 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:02.327473 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.327599 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} executeQuery: Read 679 rows, 48.47 KiB in 0.001492 sec., 455093.8337801608 rows/sec., 31.72 MiB/sec. 2025.11.20 17:19:02.327637 [ 260 ] {ba268a51-8c65-4f41-b63d-bd9ea1b78155} TCPHandler: Processed in 0.001653611 sec. 2025.11.20 17:19:02.327743 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.327840 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:19:02.327882 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:19:02.328220 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.328257 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.328571 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:19:02.328782 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.328911 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} executeQuery: Read 6 rows, 321.00 B in 0.001089 sec., 5509.641873278238 rows/sec., 287.86 KiB/sec. 2025.11.20 17:19:02.328949 [ 260 ] {6589d593-1e2d-4526-9cb4-0c8447392ddf} TCPHandler: Processed in 0.001253864 sec. 2025.11.20 17:19:02.329058 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.329156 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.329200 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:02.329635 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.329671 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.330039 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:02.330266 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.330394 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} executeQuery: Read 314 rows, 21.12 KiB in 0.001257 sec., 249801.1137629276 rows/sec., 16.41 MiB/sec. 2025.11.20 17:19:02.330432 [ 260 ] {f27d43ec-efaf-46fb-be15-8713961bbbc2} TCPHandler: Processed in 0.001423497 sec. 2025.11.20 17:19:02.330532 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.330626 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.330668 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:19:02.330986 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.331022 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.331316 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:19:02.331519 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.331645 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} executeQuery: Read 1 rows, 69.00 B in 0.001037 sec., 964.3201542912248 rows/sec., 64.98 KiB/sec. 2025.11.20 17:19:02.331679 [ 260 ] {214517f1-f309-4403-9bec-7d92900ca67e} TCPHandler: Processed in 0.001195492 sec. 2025.11.20 17:19:02.331787 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:02.331881 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:02.331923 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:02.332246 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:02.332280 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:02.332581 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:02.332786 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:02.332910 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} executeQuery: Read 104 rows, 6.53 KiB in 0.001047 sec., 99331.42311365808 rows/sec., 6.09 MiB/sec. 2025.11.20 17:19:02.332945 [ 260 ] {cd3985b0-a36c-4f9c-9a68-3c9975c603e7} TCPHandler: Processed in 0.001205713 sec. 2025.11.20 17:19:06.097787 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 490 2025.11.20 17:19:06.100341 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:06.100384 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:06.101571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:06.101846 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:06.101989 [ 120 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:19:06.102062 [ 120 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:06.102088 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:06.102102 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 490 2025.11.20 17:19:06.102189 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:19:06.102774 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:06.102937 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 322 rows starting from the beginning of the part 2025.11.20 17:19:06.103322 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2025.11.20 17:19:06.103646 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 32 rows starting from the beginning of the part 2025.11.20 17:19:06.103962 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part 2025.11.20 17:19:06.104299 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 32 rows starting from the beginning of the part 2025.11.20 17:19:06.104633 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part 2025.11.20 17:19:06.110456 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 72 columns (72 merged, 0 gathered) in 0.008306416 sec., 58990.54417693503 rows/sec., 56.49 MiB/sec. 2025.11.20 17:19:06.111376 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:19:06.111900 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:06.111974 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_11_2} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:19:06.112105 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.92 MiB. 2025.11.20 17:19:07.334283 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.334461 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:19:07.334526 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:19:07.335131 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.335178 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.335553 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:19:07.335784 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.335929 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} executeQuery: Read 6 rows, 501.00 B in 0.001516 sec., 3957.78364116095 rows/sec., 322.73 KiB/sec. 2025.11.20 17:19:07.335971 [ 260 ] {633fc6fe-2213-40d1-809a-facbe91c4bc4} TCPHandler: Processed in 0.001820224 sec. 2025.11.20 17:19:07.336094 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.336188 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:07.336228 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:07.337289 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.337325 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.337700 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:07.337905 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.338033 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} executeQuery: Read 1279 rows, 108.86 KiB in 0.001863 sec., 686527.1068169619 rows/sec., 57.06 MiB/sec. 2025.11.20 17:19:07.338070 [ 260 ] {f9144a4a-7b6f-4293-8f05-23dc2d003bed} TCPHandler: Processed in 0.002024398 sec. 2025.11.20 17:19:07.338176 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.338281 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:07.338322 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:07.338755 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.338793 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.339114 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:19:07.339327 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.339432 [ 118 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:19:07.339457 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} executeQuery: Read 46 rows, 3.43 KiB in 0.001193 sec., 38558.256496227994 rows/sec., 2.81 MiB/sec. 2025.11.20 17:19:07.339500 [ 118 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.339510 [ 260 ] {84bf3639-37cf-44fc-b72e-bc0118aad0c1} TCPHandler: Processed in 0.001384166 sec. 2025.11.20 17:19:07.339532 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.339639 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.339642 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:19:07.339744 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:07.339789 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:07.339795 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:07.339852 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 277 rows starting from the beginning of the part 2025.11.20 17:19:07.339945 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:07.339996 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:07.340040 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:07.340079 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:07.340124 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 46 rows starting from the beginning of the part 2025.11.20 17:19:07.340393 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.340444 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.340856 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:07.341076 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001475408 sec., 551034.019064557 rows/sec., 36.36 MiB/sec. 2025.11.20 17:19:07.341115 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.341263 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} executeQuery: Read 228 rows, 15.81 KiB in 0.001537 sec., 148340.92387768382 rows/sec., 10.04 MiB/sec. 2025.11.20 17:19:07.341303 [ 260 ] {6e323ead-bf76-4f95-8dea-17e8a90a483d} TCPHandler: Processed in 0.001713782 sec. 2025.11.20 17:19:07.341316 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:19:07.341416 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.341518 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:07.341561 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:07.341681 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.341776 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_16_3} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:19:07.341878 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:19:07.342219 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.342263 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.342614 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:07.342832 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.342958 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} executeQuery: Read 566 rows, 43.10 KiB in 0.001459 sec., 387936.9431117204 rows/sec., 28.85 MiB/sec. 2025.11.20 17:19:07.342996 [ 260 ] {7667c67b-270d-4d48-987a-bdb550430241} TCPHandler: Processed in 0.001629591 sec. 2025.11.20 17:19:07.343108 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.343202 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:07.343247 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:07.343833 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.343869 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.344264 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:07.344475 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.344601 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} executeQuery: Read 847 rows, 58.38 KiB in 0.001417 sec., 597741.7078334509 rows/sec., 40.23 MiB/sec. 2025.11.20 17:19:07.344638 [ 260 ] {562879c4-f3d1-4061-aed6-26da17c10ec8} TCPHandler: Processed in 0.00157977 sec. 2025.11.20 17:19:07.344749 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.344843 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:07.344898 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} 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.11.20 17:19:07.345726 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.345762 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.346315 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:19:07.346540 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.346675 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} executeQuery: Read 40 rows, 73.40 KiB in 0.001849 sec., 21633.31530557058 rows/sec., 38.77 MiB/sec. 2025.11.20 17:19:07.346725 [ 260 ] {9ea10382-95b6-4722-a7f4-88eac63e0e5d} TCPHandler: Processed in 0.002026258 sec. 2025.11.20 17:19:07.346839 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:07.346934 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:07.346975 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:07.347314 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:07.347350 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:07.347646 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:07.347854 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:07.347980 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.11.20 17:19:07.348015 [ 260 ] {40e2a92e-1c0c-448e-9d7e-8888da50701f} TCPHandler: Processed in 0.001225743 sec. 2025.11.20 17:19:08.586688 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7136 2025.11.20 17:19:08.587234 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:08.587268 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:08.587736 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:19:08.587963 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:08.588089 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7136 2025.11.20 17:19:08.946248 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.11.20 17:19:08.961950 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:08.962002 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:08.967215 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:19:08.967928 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:08.970624 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.11.20 17:19:12.318913 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.319085 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.319148 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:19:12.319843 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.319892 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.320302 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:19:12.320626 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.320805 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} executeQuery: Read 410 rows, 26.63 KiB in 0.001765 sec., 232294.61756373936 rows/sec., 14.74 MiB/sec. 2025.11.20 17:19:12.320855 [ 260 ] {aad5f6cb-8450-4a9b-8d1d-854019155359} TCPHandler: Processed in 0.002069849 sec. 2025.11.20 17:19:12.320982 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.321097 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:12.321145 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:12.321900 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.321936 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.322294 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:12.322496 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.322605 [ 111 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:12.322621 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} executeQuery: Read 1112 rows, 89.84 KiB in 0.001549 sec., 717882.5048418334 rows/sec., 56.64 MiB/sec. 2025.11.20 17:19:12.322686 [ 111 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.322698 [ 260 ] {3d943fcc-9114-4be1-af11-e640d3140437} TCPHandler: Processed in 0.001776563 sec. 2025.11.20 17:19:12.322719 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.322817 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.322859 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:19:12.322917 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.322960 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:12.323021 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:12.323062 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2462 rows starting from the beginning of the part 2025.11.20 17:19:12.323132 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:19:12.323180 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 136 rows starting from the beginning of the part 2025.11.20 17:19:12.323226 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:19:12.323276 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1279 rows starting from the beginning of the part 2025.11.20 17:19:12.323319 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:19:12.323411 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.323453 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.323779 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:19:12.323988 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.324119 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} executeQuery: Read 205 rows, 12.32 KiB in 0.001221 sec., 167895.1678951679 rows/sec., 9.85 MiB/sec. 2025.11.20 17:19:12.324157 [ 260 ] {5a7766a7-4e84-4e88-a910-5aa57b51bd04} TCPHandler: Processed in 0.001388756 sec. 2025.11.20 17:19:12.324259 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.324352 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.324392 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:12.324837 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.324872 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.325170 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:19:12.325388 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.325516 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} executeQuery: Read 212 rows, 14.00 KiB in 0.001182 sec., 179357.0219966159 rows/sec., 11.57 MiB/sec. 2025.11.20 17:19:12.325552 [ 260 ] {f08ad946-03c3-4770-8067-41abdafebfb4} TCPHandler: Processed in 0.001341756 sec. 2025.11.20 17:19:12.325648 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7213 rows, containing 5 columns (5 merged, 0 gathered) in 0.002853353 sec., 2527903.1371162278 rows/sec., 213.87 MiB/sec. 2025.11.20 17:19:12.325658 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.325781 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.325824 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:19:12.326072 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:12.326290 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.326335 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.326437 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.326532 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_21_4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:12.326630 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2025.11.20 17:19:12.326685 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:19:12.326912 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.327049 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} executeQuery: Read 211 rows, 12.27 KiB in 0.001284 sec., 164330.21806853582 rows/sec., 9.33 MiB/sec. 2025.11.20 17:19:12.327088 [ 260 ] {ffeccc7b-edc8-47fa-8d93-562d5c2275ce} TCPHandler: Processed in 0.001480288 sec. 2025.11.20 17:19:12.327195 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.327293 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:12.327333 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:12.327933 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.327970 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.328308 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:12.328544 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.328647 [ 111 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:12.328674 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} executeQuery: Read 679 rows, 48.47 KiB in 0.001399 sec., 485346.6761972837 rows/sec., 33.83 MiB/sec. 2025.11.20 17:19:12.328679 [ 111 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.328715 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.328721 [ 260 ] {1ebd809f-9340-4929-bdf0-d028dba586ea} TCPHandler: Processed in 0.001574729 sec. 2025.11.20 17:19:12.328786 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:19:12.328854 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.328880 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:12.328912 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1249 rows starting from the beginning of the part 2025.11.20 17:19:12.328956 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 679 rows starting from the beginning of the part 2025.11.20 17:19:12.328988 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:19:12.328992 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:12.329051 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 679 rows starting from the beginning of the part 2025.11.20 17:19:12.329051 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:19:12.329088 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 566 rows starting from the beginning of the part 2025.11.20 17:19:12.329127 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 679 rows starting from the beginning of the part 2025.11.20 17:19:12.329440 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.329483 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.329830 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:19:12.330053 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.330188 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} executeQuery: Read 6 rows, 321.00 B in 0.001226 sec., 4893.964110929853 rows/sec., 255.69 KiB/sec. 2025.11.20 17:19:12.330226 [ 260 ] {fa8a9aec-b6f6-4769-8cd9-c3c2cbc3e0f3} TCPHandler: Processed in 0.001432726 sec. 2025.11.20 17:19:12.330338 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.330361 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3956 rows, containing 5 columns (5 merged, 0 gathered) in 0.00160197 sec., 2469459.4780176906 rows/sec., 185.66 MiB/sec. 2025.11.20 17:19:12.330435 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.330483 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:12.330525 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:12.330758 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.330824 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_21_4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:12.330890 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.11.20 17:19:12.330895 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.330940 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.331295 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:12.331540 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.331644 [ 111 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:12.331670 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} executeQuery: Read 314 rows, 21.12 KiB in 0.001255 sec., 250199.203187251 rows/sec., 16.44 MiB/sec. 2025.11.20 17:19:12.331676 [ 111 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.331712 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.331715 [ 260 ] {08065ebf-7618-4259-bdc1-13a19e8a6c63} TCPHandler: Processed in 0.001426636 sec. 2025.11.20 17:19:12.331792 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:19:12.331849 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.331902 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:12.331936 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5587 rows starting from the beginning of the part 2025.11.20 17:19:12.331975 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.331990 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 314 rows starting from the beginning of the part 2025.11.20 17:19:12.332034 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:19:12.332045 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:19:12.332097 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 314 rows starting from the beginning of the part 2025.11.20 17:19:12.332135 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 847 rows starting from the beginning of the part 2025.11.20 17:19:12.332173 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 314 rows starting from the beginning of the part 2025.11.20 17:19:12.332421 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.332464 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.332783 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:19:12.332996 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.333127 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} executeQuery: Read 1 rows, 69.00 B in 0.001176 sec., 850.3401360544218 rows/sec., 57.30 KiB/sec. 2025.11.20 17:19:12.333165 [ 260 ] {c72c4bae-947f-4482-9bb1-ef9337b55e00} TCPHandler: Processed in 0.001377336 sec. 2025.11.20 17:19:12.333271 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:12.333367 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:12.333409 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:12.333731 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.333767 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.334108 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:12.334328 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.334423 [ 111 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:12.334446 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} executeQuery: Read 104 rows, 6.53 KiB in 0.001112 sec., 93525.17985611511 rows/sec., 5.73 MiB/sec. 2025.11.20 17:19:12.334452 [ 111 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:12.334489 [ 260 ] {af657216-8cee-44cc-b59a-e2e74b35f11c} TCPHandler: Processed in 0.001288434 sec. 2025.11.20 17:19:12.334493 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:12.334573 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:12.334652 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:12.334674 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1044 rows starting from the beginning of the part 2025.11.20 17:19:12.334712 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:12.334743 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:12.334771 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:12.334800 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:12.334823 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7536 rows, containing 5 columns (5 merged, 0 gathered) in 0.003106698 sec., 2425726.607478422 rows/sec., 163.03 MiB/sec. 2025.11.20 17:19:12.334830 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:12.335439 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:12.335674 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1476 rows, containing 4 columns (4 merged, 0 gathered) in 0.001106971 sec., 1333368.2634865774 rows/sec., 84.55 MiB/sec. 2025.11.20 17:19:12.335756 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.335835 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_21_4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:12.335912 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.11.20 17:19:12.335965 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:12.336284 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:12.336360 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_21_4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:12.336464 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.11.20 17:19:16.012834 [ 107 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:19:16.012927 [ 107 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:19:16.088247 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7648 2025.11.20 17:19:16.088755 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:16.088797 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:16.089282 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:19:16.089518 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:16.089649 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7648 2025.11.20 17:19:16.089648 [ 107 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:19:16.089708 [ 107 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:16.089727 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:16.089846 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:19:16.089996 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:16.090032 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5216 rows starting from the beginning of the part 2025.11.20 17:19:16.090092 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2025.11.20 17:19:16.090132 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2025.11.20 17:19:16.090170 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2025.11.20 17:19:16.090204 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2025.11.20 17:19:16.090242 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2025.11.20 17:19:16.091576 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001781813 sec., 4292257.380544423 rows/sec., 61.40 MiB/sec. 2025.11.20 17:19:16.092298 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:19:16.092570 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:16.092640 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_16_3} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:19:16.092712 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.11.20 17:19:16.102381 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 526 2025.11.20 17:19:16.104715 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:16.104753 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:16.105941 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:16.106206 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:16.106458 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 526 2025.11.20 17:19:16.470802 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.11.20 17:19:16.486544 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:16.486602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:16.492412 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:19:16.493132 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:16.493430 [ 107 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:19:16.493509 [ 107 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:16.493546 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:16.493671 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.495887 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.11.20 17:19:16.496736 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:16.497457 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.500662 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.503962 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.507552 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.511662 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.515586 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:16.567636 [ 190 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.074003759 sec., 1635.0520789085863 rows/sec., 8.45 MiB/sec. 2025.11.20 17:19:16.570135 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:19:16.572120 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_16_3} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:16.572218 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_16_3} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:19:16.574070 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.11.20 17:19:17.000247 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 230.08 MiB, peak 240.04 MiB, free memory in arenas 0.00 B, will set to 239.04 MiB (RSS), difference: 8.96 MiB 2025.11.20 17:19:17.001670 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00106556 sec. 2025.11.20 17:19:17.309329 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:17.309556 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:17.309621 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:17.310275 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:17.310328 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:17.310765 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:19:17.310998 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:17.311176 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} executeQuery: Read 136 rows, 12.08 KiB in 0.001681 sec., 80904.2236763831 rows/sec., 7.02 MiB/sec. 2025.11.20 17:19:17.311217 [ 260 ] {ed7753b0-f552-4ddf-b257-f171e44df90e} TCPHandler: Processed in 0.002049988 sec. 2025.11.20 17:19:17.311332 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:17.311428 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:17.311468 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:17.311868 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:17.311903 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:17.312199 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:19:17.312412 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:17.312587 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} executeQuery: Read 40 rows, 3.01 KiB in 0.001196 sec., 33444.816053511706 rows/sec., 2.46 MiB/sec. 2025.11.20 17:19:17.312621 [ 260 ] {714d3120-80ac-4782-83f4-974b2aa027d9} TCPHandler: Processed in 0.001360506 sec. 2025.11.20 17:19:17.312721 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:17.312808 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:17.312845 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:17.313224 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:17.313323 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:17.313626 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:19:17.313831 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:17.313955 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} executeQuery: Read 104 rows, 8.32 KiB in 0.001131 sec., 91954.02298850575 rows/sec., 7.18 MiB/sec. 2025.11.20 17:19:17.313992 [ 260 ] {74815183-15fa-4a8e-aa43-637bb44e5c6e} TCPHandler: Processed in 0.001291134 sec. 2025.11.20 17:19:17.314102 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:17.314195 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:17.314238 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:17.314625 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:17.314661 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:17.314991 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:19:17.315213 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:17.315342 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.11.20 17:19:17.315379 [ 260 ] {c9d9b552-0166-4540-a5c3-de054071602d} TCPHandler: Processed in 0.001325075 sec. 2025.11.20 17:19:17.315484 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:17.315577 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:17.315630 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} 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.11.20 17:19:17.316408 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:17.316443 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:17.317012 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:19:17.317234 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:17.317373 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} executeQuery: Read 40 rows, 73.40 KiB in 0.001813 sec., 22062.87920573635 rows/sec., 39.54 MiB/sec. 2025.11.20 17:19:17.317424 [ 260 ] {60ffc9fd-ff3a-427f-a2d2-cc6d14d2182a} TCPHandler: Processed in 0.001988917 sec. 2025.11.20 17:19:17.317529 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:17.317623 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:17.317664 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:17.317984 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:17.318019 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.01 GiB. 2025.11.20 17:19:17.318324 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:19:17.318527 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:17.318653 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.11.20 17:19:17.318688 [ 260 ] {ecba185d-a4a2-453e-981b-3d638c25e612} TCPHandler: Processed in 0.001208093 sec. 2025.11.20 17:19:21.976279 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56306 2025.11.20 17:19:21.976400 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.976440 [ 288 ] {} TCP-Session: 7f444ba5-7aee-4484-b43c-72a28033a3ee Authenticating user 'default' from [fd00:1122:3344:101::e]:56306 2025.11.20 17:19:21.976462 [ 288 ] {} TCP-Session: 7f444ba5-7aee-4484-b43c-72a28033a3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.976474 [ 288 ] {} TCP-Session: 7f444ba5-7aee-4484-b43c-72a28033a3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.976691 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46597 2025.11.20 17:19:21.976715 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62971 2025.11.20 17:19:21.976739 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60961 2025.11.20 17:19:21.976761 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51196 2025.11.20 17:19:21.976752 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50967 2025.11.20 17:19:21.976733 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46919 2025.11.20 17:19:21.976717 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46456 2025.11.20 17:19:21.976770 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41928 2025.11.20 17:19:21.977004 [ 288 ] {} TCP-Session: 7f444ba5-7aee-4484-b43c-72a28033a3ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:21.977160 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977200 [ 293 ] {} TCP-Session: cede7b01-aa59-4cf9-8a9a-dab5b889ddb5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60961 2025.11.20 17:19:21.977217 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977222 [ 293 ] {} TCP-Session: cede7b01-aa59-4cf9-8a9a-dab5b889ddb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977235 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977260 [ 293 ] {} TCP-Session: cede7b01-aa59-4cf9-8a9a-dab5b889ddb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977260 [ 259 ] {} TCP-Session: 1ac25103-9a68-4bb6-88ea-9ad9580a2a70 Authenticating user 'default' from [fd00:1122:3344:101::e]:51196 2025.11.20 17:19:21.977287 [ 286 ] {} TCP-Session: 565de9da-9d95-4805-a21a-649edbf22db2 Authenticating user 'default' from [fd00:1122:3344:101::e]:41928 2025.11.20 17:19:21.977256 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977312 [ 259 ] {} TCP-Session: 1ac25103-9a68-4bb6-88ea-9ad9580a2a70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977316 [ 286 ] {} TCP-Session: 565de9da-9d95-4805-a21a-649edbf22db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977340 [ 259 ] {} TCP-Session: 1ac25103-9a68-4bb6-88ea-9ad9580a2a70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977344 [ 292 ] {} TCP-Session: 9028224d-6376-423b-9894-eef6bdac882b Authenticating user 'default' from [fd00:1122:3344:101::e]:46919 2025.11.20 17:19:21.977349 [ 286 ] {} TCP-Session: 565de9da-9d95-4805-a21a-649edbf22db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977372 [ 292 ] {} TCP-Session: 9028224d-6376-423b-9894-eef6bdac882b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977228 [ 288 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} executeQuery: (from [fd00:1122:3344:101::e]:56306) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:19:21.977394 [ 292 ] {} TCP-Session: 9028224d-6376-423b-9894-eef6bdac882b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977465 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977465 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977502 [ 290 ] {} TCP-Session: d9e7bd38-4cfe-4ecf-8ee4-1946745400ff Authenticating user 'default' from [fd00:1122:3344:101::e]:46456 2025.11.20 17:19:21.977512 [ 294 ] {} TCP-Session: 79106ced-5fab-461c-8e8d-31bf57dba5fd Authenticating user 'default' from [fd00:1122:3344:101::e]:50967 2025.11.20 17:19:21.977526 [ 290 ] {} TCP-Session: d9e7bd38-4cfe-4ecf-8ee4-1946745400ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977530 [ 294 ] {} TCP-Session: 79106ced-5fab-461c-8e8d-31bf57dba5fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977541 [ 290 ] {} TCP-Session: d9e7bd38-4cfe-4ecf-8ee4-1946745400ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977547 [ 294 ] {} TCP-Session: 79106ced-5fab-461c-8e8d-31bf57dba5fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977546 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977589 [ 289 ] {} TCP-Session: ebc12940-5ceb-4441-9bb5-0b9c99fee93a Authenticating user 'default' from [fd00:1122:3344:101::e]:46597 2025.11.20 17:19:21.977608 [ 289 ] {} TCP-Session: ebc12940-5ceb-4441-9bb5-0b9c99fee93a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977622 [ 289 ] {} TCP-Session: ebc12940-5ceb-4441-9bb5-0b9c99fee93a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977635 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:21.977670 [ 291 ] {} TCP-Session: 68e6304b-2584-4e00-92d8-a2f52e6a2c66 Authenticating user 'default' from [fd00:1122:3344:101::e]:62971 2025.11.20 17:19:21.977687 [ 291 ] {} TCP-Session: 68e6304b-2584-4e00-92d8-a2f52e6a2c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977699 [ 291 ] {} TCP-Session: 68e6304b-2584-4e00-92d8-a2f52e6a2c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.977863 [ 288 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:19:21.977921 [ 288 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:19:21.978238 [ 288 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:19:21.979355 [ 326 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} AggregatingTransform: Aggregating 2025.11.20 17:19:21.979412 [ 326 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} Aggregator: Aggregation method: without_key 2025.11.20 17:19:21.979456 [ 326 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001115711 sec. (896.289 rows/sec., 35.01 KiB/sec.) 2025.11.20 17:19:21.979476 [ 326 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} Aggregator: Merging aggregated data 2025.11.20 17:19:21.981208 [ 288 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} executeQuery: Read 1 rows, 40.00 B in 0.004063 sec., 246.12355402412012 rows/sec., 9.61 KiB/sec. 2025.11.20 17:19:21.981343 [ 288 ] {97c008ff-e9b0-4a7d-942c-42b26e79794c} TCPHandler: Processed in 0.004611297 sec. 2025.11.20 17:19:21.981482 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981508 [ 288 ] {} TCP-Session: 7f444ba5-7aee-4484-b43c-72a28033a3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981518 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981536 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981555 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981568 [ 289 ] {} TCP-Session: ebc12940-5ceb-4441-9bb5-0b9c99fee93a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981575 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981608 [ 291 ] {} TCP-Session: 68e6304b-2584-4e00-92d8-a2f52e6a2c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981614 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981636 [ 293 ] {} TCP-Session: cede7b01-aa59-4cf9-8a9a-dab5b889ddb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981647 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981672 [ 290 ] {} TCP-Session: d9e7bd38-4cfe-4ecf-8ee4-1946745400ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981631 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981697 [ 286 ] {} TCP-Session: 565de9da-9d95-4805-a21a-649edbf22db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981598 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:21.981731 [ 292 ] {} TCP-Session: 9028224d-6376-423b-9894-eef6bdac882b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981590 [ 259 ] {} TCP-Session: 1ac25103-9a68-4bb6-88ea-9ad9580a2a70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:21.981771 [ 294 ] {} TCP-Session: 79106ced-5fab-461c-8e8d-31bf57dba5fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.008518 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42603 2025.11.20 17:19:22.008624 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.008652 [ 288 ] {} TCP-Session: a53151bc-6e1e-4001-99f8-f97736689c2f Authenticating user 'default' from [fd00:1122:3344:101::e]:42603 2025.11.20 17:19:22.008674 [ 288 ] {} TCP-Session: a53151bc-6e1e-4001-99f8-f97736689c2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.008687 [ 288 ] {} TCP-Session: a53151bc-6e1e-4001-99f8-f97736689c2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.008921 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50946 2025.11.20 17:19:22.008925 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35481 2025.11.20 17:19:22.008960 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52451 2025.11.20 17:19:22.008984 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.008972 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40597 2025.11.20 17:19:22.009045 [ 288 ] {} TCP-Session: a53151bc-6e1e-4001-99f8-f97736689c2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.009055 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.009028 [ 291 ] {} TCP-Session: ac6e2c89-9a83-4650-a675-b7f27facb31d Authenticating user 'default' from [fd00:1122:3344:101::e]:50946 2025.11.20 17:19:22.009120 [ 294 ] {} TCP-Session: 860ed62c-cbbc-462e-9e43-e81518b1fa75 Authenticating user 'default' from [fd00:1122:3344:101::e]:52451 2025.11.20 17:19:22.009134 [ 291 ] {} TCP-Session: ac6e2c89-9a83-4650-a675-b7f27facb31d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009129 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.009161 [ 291 ] {} TCP-Session: ac6e2c89-9a83-4650-a675-b7f27facb31d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009191 [ 259 ] {} TCP-Session: 2e164858-b8fa-4052-b04c-9317726c709b Authenticating user 'default' from [fd00:1122:3344:101::e]:40597 2025.11.20 17:19:22.009160 [ 294 ] {} TCP-Session: 860ed62c-cbbc-462e-9e43-e81518b1fa75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009231 [ 288 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} executeQuery: (from [fd00:1122:3344:101::e]:42603) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:19:22.009254 [ 294 ] {} TCP-Session: 860ed62c-cbbc-462e-9e43-e81518b1fa75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009227 [ 259 ] {} TCP-Session: 2e164858-b8fa-4052-b04c-9317726c709b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.008970 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44111 2025.11.20 17:19:22.009303 [ 259 ] {} TCP-Session: 2e164858-b8fa-4052-b04c-9317726c709b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.008948 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58060 2025.11.20 17:19:22.009362 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.008931 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56213 2025.11.20 17:19:22.009400 [ 286 ] {} TCP-Session: 0a2abe82-c31e-4d78-a557-4a74d56aa976 Authenticating user 'default' from [fd00:1122:3344:101::e]:44111 2025.11.20 17:19:22.008922 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55762 2025.11.20 17:19:22.009423 [ 286 ] {} TCP-Session: 0a2abe82-c31e-4d78-a557-4a74d56aa976 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009449 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.009463 [ 286 ] {} TCP-Session: 0a2abe82-c31e-4d78-a557-4a74d56aa976 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009456 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.009487 [ 293 ] {} TCP-Session: fce52ee1-95ab-44ff-9230-276f4386b57a Authenticating user 'default' from [fd00:1122:3344:101::e]:58060 2025.11.20 17:19:22.009497 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.009508 [ 288 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:19:22.009523 [ 293 ] {} TCP-Session: fce52ee1-95ab-44ff-9230-276f4386b57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009530 [ 289 ] {} TCP-Session: 6b79e9ab-5cf9-4c1a-91c1-1b52b1c45f61 Authenticating user 'default' from [fd00:1122:3344:101::e]:55762 2025.11.20 17:19:22.009554 [ 293 ] {} TCP-Session: fce52ee1-95ab-44ff-9230-276f4386b57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009567 [ 289 ] {} TCP-Session: 6b79e9ab-5cf9-4c1a-91c1-1b52b1c45f61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009576 [ 288 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:19:22.009585 [ 289 ] {} TCP-Session: 6b79e9ab-5cf9-4c1a-91c1-1b52b1c45f61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009506 [ 292 ] {} TCP-Session: 7e312700-7466-48a2-93f3-b94f44471239 Authenticating user 'default' from [fd00:1122:3344:101::e]:56213 2025.11.20 17:19:22.009049 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.009643 [ 292 ] {} TCP-Session: 7e312700-7466-48a2-93f3-b94f44471239 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009667 [ 290 ] {} TCP-Session: ca0c2f6f-c164-4814-938e-c36bc7da1f71 Authenticating user 'default' from [fd00:1122:3344:101::e]:35481 2025.11.20 17:19:22.009671 [ 292 ] {} TCP-Session: 7e312700-7466-48a2-93f3-b94f44471239 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009694 [ 290 ] {} TCP-Session: ca0c2f6f-c164-4814-938e-c36bc7da1f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009713 [ 290 ] {} TCP-Session: ca0c2f6f-c164-4814-938e-c36bc7da1f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.009868 [ 288 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:19:22.010873 [ 347 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} AggregatingTransform: Aggregating 2025.11.20 17:19:22.010935 [ 347 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} Aggregator: Aggregation method: without_key 2025.11.20 17:19:22.010979 [ 347 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001005429 sec. (994.600 rows/sec., 38.85 KiB/sec.) 2025.11.20 17:19:22.011002 [ 347 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} Aggregator: Merging aggregated data 2025.11.20 17:19:22.012362 [ 288 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} executeQuery: Read 1 rows, 40.00 B in 0.003187 sec., 313.77470975839344 rows/sec., 12.26 KiB/sec. 2025.11.20 17:19:22.012545 [ 288 ] {d47557c1-6bb5-45ca-837d-1a0c9ff320c4} TCPHandler: Processed in 0.003618748 sec. 2025.11.20 17:19:22.012660 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012687 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012690 [ 288 ] {} TCP-Session: a53151bc-6e1e-4001-99f8-f97736689c2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012717 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012729 [ 289 ] {} TCP-Session: 6b79e9ab-5cf9-4c1a-91c1-1b52b1c45f61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012746 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012762 [ 292 ] {} TCP-Session: 7e312700-7466-48a2-93f3-b94f44471239 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012766 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012801 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012817 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012852 [ 259 ] {} TCP-Session: 2e164858-b8fa-4052-b04c-9317726c709b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012834 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012884 [ 291 ] {} TCP-Session: ac6e2c89-9a83-4650-a675-b7f27facb31d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012914 [ 286 ] {} TCP-Session: 0a2abe82-c31e-4d78-a557-4a74d56aa976 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012827 [ 294 ] {} TCP-Session: 860ed62c-cbbc-462e-9e43-e81518b1fa75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.012788 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.012799 [ 290 ] {} TCP-Session: ca0c2f6f-c164-4814-938e-c36bc7da1f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.013010 [ 293 ] {} TCP-Session: fce52ee1-95ab-44ff-9230-276f4386b57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167250 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50027 2025.11.20 17:19:22.167349 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.167376 [ 288 ] {} TCP-Session: 1c52498a-50f9-406c-bf62-13679baf3c81 Authenticating user 'default' from [fd00:1122:3344:101::e]:50027 2025.11.20 17:19:22.167399 [ 288 ] {} TCP-Session: 1c52498a-50f9-406c-bf62-13679baf3c81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167412 [ 288 ] {} TCP-Session: 1c52498a-50f9-406c-bf62-13679baf3c81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167603 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57318 2025.11.20 17:19:22.167620 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56516 2025.11.20 17:19:22.167622 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54517 2025.11.20 17:19:22.167661 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59886 2025.11.20 17:19:22.167648 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43540 2025.11.20 17:19:22.167720 [ 288 ] {} TCP-Session: 1c52498a-50f9-406c-bf62-13679baf3c81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.167748 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.167757 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.167806 [ 289 ] {} TCP-Session: 2c891ec3-7821-46aa-8f98-b78fd32a143c Authenticating user 'default' from [fd00:1122:3344:101::e]:57318 2025.11.20 17:19:22.167757 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.167827 [ 292 ] {} TCP-Session: ba92afbc-27ee-4993-96e7-a8083cd389f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:54517 2025.11.20 17:19:22.167840 [ 289 ] {} TCP-Session: 2c891ec3-7821-46aa-8f98-b78fd32a143c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167862 [ 259 ] {} TCP-Session: 4a805165-b497-4c91-bc46-80e31ebf9c8d Authenticating user 'default' from [fd00:1122:3344:101::e]:59886 2025.11.20 17:19:22.167870 [ 292 ] {} TCP-Session: ba92afbc-27ee-4993-96e7-a8083cd389f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167877 [ 289 ] {} TCP-Session: 2c891ec3-7821-46aa-8f98-b78fd32a143c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167893 [ 259 ] {} TCP-Session: 4a805165-b497-4c91-bc46-80e31ebf9c8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167899 [ 292 ] {} TCP-Session: ba92afbc-27ee-4993-96e7-a8083cd389f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167925 [ 259 ] {} TCP-Session: 4a805165-b497-4c91-bc46-80e31ebf9c8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167825 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.167940 [ 288 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} executeQuery: (from [fd00:1122:3344:101::e]:50027) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:19:22.167988 [ 294 ] {} TCP-Session: b131036e-e32c-4182-bbd9-01fba1af0c59 Authenticating user 'default' from [fd00:1122:3344:101::e]:43540 2025.11.20 17:19:22.167614 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37892 2025.11.20 17:19:22.168030 [ 294 ] {} TCP-Session: b131036e-e32c-4182-bbd9-01fba1af0c59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167607 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50583 2025.11.20 17:19:22.168063 [ 294 ] {} TCP-Session: b131036e-e32c-4182-bbd9-01fba1af0c59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.167746 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.168089 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.168118 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.168129 [ 291 ] {} TCP-Session: 046a3479-b777-4fa3-a6d0-6c8ce0f8bac0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37892 2025.11.20 17:19:22.168148 [ 290 ] {} TCP-Session: 23be0cc1-e1a3-45a9-921e-c94d34336ed3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50583 2025.11.20 17:19:22.168166 [ 291 ] {} TCP-Session: 046a3479-b777-4fa3-a6d0-6c8ce0f8bac0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.168181 [ 290 ] {} TCP-Session: 23be0cc1-e1a3-45a9-921e-c94d34336ed3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.168193 [ 291 ] {} TCP-Session: 046a3479-b777-4fa3-a6d0-6c8ce0f8bac0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.168205 [ 290 ] {} TCP-Session: 23be0cc1-e1a3-45a9-921e-c94d34336ed3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.168121 [ 293 ] {} TCP-Session: 9b66e424-6469-4285-b9bf-8879a702b44e Authenticating user 'default' from [fd00:1122:3344:101::e]:56516 2025.11.20 17:19:22.168246 [ 288 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:19:22.168252 [ 293 ] {} TCP-Session: 9b66e424-6469-4285-b9bf-8879a702b44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.168286 [ 293 ] {} TCP-Session: 9b66e424-6469-4285-b9bf-8879a702b44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.168311 [ 288 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:19:22.168593 [ 288 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:19:22.169713 [ 327 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} AggregatingTransform: Aggregating 2025.11.20 17:19:22.169764 [ 327 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} Aggregator: Aggregation method: without_key 2025.11.20 17:19:22.169802 [ 327 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001103771 sec. (905.985 rows/sec., 35.39 KiB/sec.) 2025.11.20 17:19:22.169822 [ 327 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} Aggregator: Merging aggregated data 2025.11.20 17:19:22.171037 [ 288 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} executeQuery: Read 1 rows, 40.00 B in 0.003148 sec., 317.66200762388814 rows/sec., 12.41 KiB/sec. 2025.11.20 17:19:22.171196 [ 288 ] {72adad74-94a8-430d-bca2-0ed049d1ec73} TCPHandler: Processed in 0.003611457 sec. 2025.11.20 17:19:22.171333 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171363 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171381 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171397 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171416 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171423 [ 289 ] {} TCP-Session: 2c891ec3-7821-46aa-8f98-b78fd32a143c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171447 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171466 [ 259 ] {} TCP-Session: 4a805165-b497-4c91-bc46-80e31ebf9c8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171470 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171482 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:19:22.171523 [ 290 ] {} TCP-Session: 23be0cc1-e1a3-45a9-921e-c94d34336ed3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171493 [ 292 ] {} TCP-Session: ba92afbc-27ee-4993-96e7-a8083cd389f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171537 [ 294 ] {} TCP-Session: b131036e-e32c-4182-bbd9-01fba1af0c59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171441 [ 291 ] {} TCP-Session: 046a3479-b777-4fa3-a6d0-6c8ce0f8bac0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171412 [ 293 ] {} TCP-Session: 9b66e424-6469-4285-b9bf-8879a702b44e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.171365 [ 288 ] {} TCP-Session: 1c52498a-50f9-406c-bf62-13679baf3c81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.172279 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40998 2025.11.20 17:19:22.172342 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:19:22.172366 [ 286 ] {} TCP-Session: 2484b798-f205-4da2-92cf-cb8d40046b4a Authenticating user 'default' from [fd00:1122:3344:101::e]:40998 2025.11.20 17:19:22.172383 [ 286 ] {} TCP-Session: 2484b798-f205-4da2-92cf-cb8d40046b4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.172396 [ 286 ] {} TCP-Session: 2484b798-f205-4da2-92cf-cb8d40046b4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.190337 [ 286 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:40998). (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.11.20 17:19:22.190483 [ 286 ] {} TCP-Session: 2484b798-f205-4da2-92cf-cb8d40046b4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:19:22.319040 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.319219 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.319285 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:19:22.320111 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.320160 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.320664 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:22.321043 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.321234 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} executeQuery: Read 410 rows, 26.63 KiB in 0.002062 sec., 198836.0814742968 rows/sec., 12.61 MiB/sec. 2025.11.20 17:19:22.321229 [ 99 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:19:22.321287 [ 260 ] {84fc5013-a193-42cb-be1e-d91abd13b48e} TCPHandler: Processed in 0.002377005 sec. 2025.11.20 17:19:22.321317 [ 99 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.321344 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.321435 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.321471 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::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.11.20 17:19:22.321552 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:22.321607 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:22.321609 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:22.321661 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 434 rows starting from the beginning of the part 2025.11.20 17:19:22.321728 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2025.11.20 17:19:22.321775 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2025.11.20 17:19:22.321825 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2025.11.20 17:19:22.321871 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2025.11.20 17:19:22.321915 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2025.11.20 17:19:22.322933 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.322983 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.323093 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001683222 sec., 1475741.1678316942 rows/sec., 99.52 MiB/sec. 2025.11.20 17:19:22.323254 [ 186 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:19:22.323539 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:19:22.323574 [ 186 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.323674 [ 186 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_11_2} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:19:22.323751 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.20 17:19:22.323883 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.324053 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} executeQuery: Read 1112 rows, 89.84 KiB in 0.002525 sec., 440396.0396039604 rows/sec., 34.75 MiB/sec. 2025.11.20 17:19:22.324105 [ 260 ] {a0bbc6c3-fbfc-41ef-8734-281de4afa742} TCPHandler: Processed in 0.002728651 sec. 2025.11.20 17:19:22.324245 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.324361 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.324413 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:22.325006 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.325048 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.325526 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:22.325769 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.325905 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} executeQuery: Read 205 rows, 12.32 KiB in 0.001565 sec., 130990.41533546326 rows/sec., 7.68 MiB/sec. 2025.11.20 17:19:22.325946 [ 260 ] {abe1afd9-647a-4f9b-819b-323fe707b530} TCPHandler: Processed in 0.001759853 sec. 2025.11.20 17:19:22.326059 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.326157 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.326198 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:22.326728 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.326766 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.327101 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:19:22.327409 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.327559 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} executeQuery: Read 212 rows, 14.00 KiB in 0.001419 sec., 149400.98661028894 rows/sec., 9.63 MiB/sec. 2025.11.20 17:19:22.327618 [ 260 ] {73157d34-e66f-4c10-a34c-0c8d8cff09ee} TCPHandler: Processed in 0.00160815 sec. 2025.11.20 17:19:22.327745 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.327842 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.327885 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:19:22.328400 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.328438 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.328786 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:22.329003 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.329121 [ 99 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:19:22.329132 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} executeQuery: Read 211 rows, 12.27 KiB in 0.001309 sec., 161191.74942704354 rows/sec., 9.15 MiB/sec. 2025.11.20 17:19:22.329162 [ 99 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.329184 [ 260 ] {2f313e6e-b84c-4aca-b726-49899ed9905b} TCPHandler: Processed in 0.001488878 sec. 2025.11.20 17:19:22.329186 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.329292 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::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.11.20 17:19:22.329336 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.329382 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:22.329410 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 223 rows starting from the beginning of the part 2025.11.20 17:19:22.329455 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2025.11.20 17:19:22.329489 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:22.329492 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2025.11.20 17:19:22.329548 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:22.329552 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2025.11.20 17:19:22.329618 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2025.11.20 17:19:22.329655 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2025.11.20 17:19:22.330326 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.330368 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.330556 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297124 sec., 985256.6138626685 rows/sec., 59.89 MiB/sec. 2025.11.20 17:19:22.330749 [ 187 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:19:22.330775 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:19:22.331114 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.331163 [ 187 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.331254 [ 187 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_11_2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:19:22.331259 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} executeQuery: Read 679 rows, 48.47 KiB in 0.001805 sec., 376177.28531855956 rows/sec., 26.22 MiB/sec. 2025.11.20 17:19:22.331322 [ 260 ] {56f08807-fda9-404d-b9c6-0fb4111618c2} TCPHandler: Processed in 0.002050858 sec. 2025.11.20 17:19:22.331367 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:19:22.331433 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.331533 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:19:22.331576 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:19:22.331915 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.331957 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.332292 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:19:22.332496 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.332628 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} executeQuery: Read 6 rows, 321.00 B in 0.001113 sec., 5390.8355795148245 rows/sec., 281.65 KiB/sec. 2025.11.20 17:19:22.332665 [ 260 ] {00c980b5-e148-4518-b7c1-dd2e2fc69dbe} TCPHandler: Processed in 0.001281384 sec. 2025.11.20 17:19:22.332768 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.332863 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.332908 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:22.333389 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.333426 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.333809 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:19:22.334037 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.334175 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} executeQuery: Read 314 rows, 21.12 KiB in 0.001328 sec., 236445.78313253014 rows/sec., 15.53 MiB/sec. 2025.11.20 17:19:22.334214 [ 260 ] {771cc621-8b88-4c2b-b505-5a1d1f7bf2cf} TCPHandler: Processed in 0.001495038 sec. 2025.11.20 17:19:22.334328 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.334424 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.334467 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:19:22.334793 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.334831 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.335159 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:19:22.335372 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.335485 [ 99 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.11.20 17:19:22.335506 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} executeQuery: Read 1 rows, 69.00 B in 0.001099 sec., 909.9181073703368 rows/sec., 61.31 KiB/sec. 2025.11.20 17:19:22.335540 [ 99 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.335558 [ 260 ] {9a79d706-980f-4e75-9f80-45f9ebc49bec} TCPHandler: Processed in 0.001280315 sec. 2025.11.20 17:19:22.335577 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.335679 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:22.335694 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.11.20 17:19:22.335783 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:22.335808 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:22.335830 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:22.335845 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.11.20 17:19:22.335912 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.11.20 17:19:22.335955 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.11.20 17:19:22.335993 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.11.20 17:19:22.336033 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.11.20 17:19:22.336071 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.11.20 17:19:22.336208 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:22.336250 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:22.336611 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:19:22.336839 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.336921 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001263624 sec., 7913.746494210302 rows/sec., 533.25 KiB/sec. 2025.11.20 17:19:22.336970 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} executeQuery: Read 104 rows, 6.53 KiB in 0.001205 sec., 86307.05394190871 rows/sec., 5.29 MiB/sec. 2025.11.20 17:19:22.337009 [ 260 ] {cc8d4276-3826-42ec-b882-c30924e435c2} TCPHandler: Processed in 0.001380496 sec. 2025.11.20 17:19:22.337030 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.11.20 17:19:22.337289 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:22.337350 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_10_2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.11.20 17:19:22.337410 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:19:23.589891 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8096 2025.11.20 17:19:23.590591 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:23.590642 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:23.591150 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:19:23.591380 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:23.591520 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8096 2025.11.20 17:19:23.996095 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.11.20 17:19:24.010558 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:24.010607 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:24.016672 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:19:24.017326 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:24.020055 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.11.20 17:19:26.106817 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 564 2025.11.20 17:19:26.109265 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:26.109306 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:26.110503 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:19:26.110758 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:26.111007 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 564 2025.11.20 17:19:27.308985 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:27.309217 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:27.309282 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:27.309957 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:27.310004 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:27.310398 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:19:27.310636 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:27.310784 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} executeQuery: Read 136 rows, 12.08 KiB in 0.001616 sec., 84158.41584158415 rows/sec., 7.30 MiB/sec. 2025.11.20 17:19:27.310825 [ 260 ] {55a209b1-fec1-4eed-af51-74871cc127c3} TCPHandler: Processed in 0.001997507 sec. 2025.11.20 17:19:27.310944 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:27.311038 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:27.311080 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:27.311485 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:27.311521 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:27.311818 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:27.312034 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:27.312162 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} executeQuery: Read 40 rows, 3.01 KiB in 0.001141 sec., 35056.967572304995 rows/sec., 2.57 MiB/sec. 2025.11.20 17:19:27.312198 [ 260 ] {dd05e312-4cbd-425f-a94c-513a3ca8a4c8} TCPHandler: Processed in 0.001302824 sec. 2025.11.20 17:19:27.312313 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:27.312407 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:27.312447 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:27.312858 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:27.312893 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:27.313198 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:19:27.313405 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:27.313533 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} executeQuery: Read 104 rows, 8.32 KiB in 0.001143 sec., 90988.62642169729 rows/sec., 7.11 MiB/sec. 2025.11.20 17:19:27.313570 [ 260 ] {b2115810-46d4-48af-b2f5-5f4a9e16020d} TCPHandler: Processed in 0.001305154 sec. 2025.11.20 17:19:27.313686 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:27.313780 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:27.313823 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:27.314206 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:27.314241 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:27.314564 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:19:27.314772 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:27.314899 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} executeQuery: Read 160 rows, 11.41 KiB in 0.001138 sec., 140597.539543058 rows/sec., 9.79 MiB/sec. 2025.11.20 17:19:27.314935 [ 260 ] {c9efa951-d2ad-4b11-bde6-633546ed2a24} TCPHandler: Processed in 0.001297435 sec. 2025.11.20 17:19:27.315047 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:27.315140 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:27.315194 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} 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.11.20 17:19:27.315981 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:27.316019 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:27.316575 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:19:27.316806 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:27.316941 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} executeQuery: Read 40 rows, 73.40 KiB in 0.001818 sec., 22002.200220022 rows/sec., 39.43 MiB/sec. 2025.11.20 17:19:27.316992 [ 260 ] {99a9a77e-9834-4de4-8128-bdb9032fd685} TCPHandler: Processed in 0.001993227 sec. 2025.11.20 17:19:27.317108 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:27.317202 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:27.317243 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:27.317577 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:27.317613 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:27.317914 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:19:27.318121 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:27.318248 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.11.20 17:19:27.318283 [ 260 ] {df5d5020-55a3-43c1-a93e-451985946b53} TCPHandler: Processed in 0.001223003 sec. 2025.11.20 17:19:31.013190 [ 90 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:19:31.013279 [ 90 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:19:31.091715 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8608 2025.11.20 17:19:31.092229 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:31.092277 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:31.092759 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:19:31.092985 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:31.093123 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8608 2025.11.20 17:19:31.520242 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.11.20 17:19:31.535842 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:31.535887 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:31.541917 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:19:31.542647 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:31.545288 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.11.20 17:19:32.318500 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.318670 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.318737 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:19:32.319512 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.319553 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.319947 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:32.320162 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.320312 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} executeQuery: Read 410 rows, 26.63 KiB in 0.00169 sec., 242603.55029585797 rows/sec., 15.39 MiB/sec. 2025.11.20 17:19:32.320352 [ 260 ] {cf9fcb63-f895-4fa9-9c28-a27522acb950} TCPHandler: Processed in 0.001975127 sec. 2025.11.20 17:19:32.320465 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.320559 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:32.320602 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:32.321498 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.321533 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.321913 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:19:32.322140 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.322279 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} executeQuery: Read 1112 rows, 89.84 KiB in 0.001738 sec., 639815.8803222094 rows/sec., 50.48 MiB/sec. 2025.11.20 17:19:32.322316 [ 260 ] {8491d489-dac9-4839-9b64-1ee3e8571779} TCPHandler: Processed in 0.001898836 sec. 2025.11.20 17:19:32.322425 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.322523 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.322562 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:32.323028 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.323064 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.323359 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:32.323561 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.323689 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} executeQuery: Read 205 rows, 12.32 KiB in 0.001183 sec., 173288.25021132713 rows/sec., 10.17 MiB/sec. 2025.11.20 17:19:32.323688 [ 89 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:32.323726 [ 260 ] {b491f2b0-62d4-442a-ba4d-5e591e777202} TCPHandler: Processed in 0.001350215 sec. 2025.11.20 17:19:32.323763 [ 89 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.323788 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.323846 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.323901 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:19:32.323943 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.323986 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:32.324050 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:32.324088 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 277 rows starting from the beginning of the part 2025.11.20 17:19:32.324153 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:32.324196 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:32.324235 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:32.324273 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:32.324314 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:32.324459 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.324510 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.324878 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:19:32.325097 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.325226 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} executeQuery: Read 212 rows, 14.00 KiB in 0.001301 sec., 162951.57571099154 rows/sec., 10.51 MiB/sec. 2025.11.20 17:19:32.325263 [ 260 ] {5c4d7ca2-b8aa-42a0-ae6d-aca814a5dcd4} TCPHandler: Processed in 0.001472598 sec. 2025.11.20 17:19:32.325292 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 5 columns (5 merged, 0 gathered) in 0.001439787 sec., 675099.8585207395 rows/sec., 43.71 MiB/sec. 2025.11.20 17:19:32.325360 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.325458 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.325466 [ 188 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:32.325498 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:19:32.325721 [ 188 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.325785 [ 188 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_21_4} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:32.325872 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:19:32.325970 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.326005 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.326303 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:32.326518 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.326646 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} executeQuery: Read 211 rows, 12.27 KiB in 0.001206 sec., 174958.54063018243 rows/sec., 9.94 MiB/sec. 2025.11.20 17:19:32.326683 [ 260 ] {58e6aef8-1e69-4d78-9950-df1c3bf8a8e2} TCPHandler: Processed in 0.001370856 sec. 2025.11.20 17:19:32.326780 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.326883 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:32.326922 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:32.327573 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.327610 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.327957 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:19:32.328156 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.328291 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} executeQuery: Read 679 rows, 48.47 KiB in 0.001426 sec., 476157.08274894813 rows/sec., 33.19 MiB/sec. 2025.11.20 17:19:32.328328 [ 260 ] {8069c75f-0387-45c9-9b69-e28424325108} TCPHandler: Processed in 0.00159652 sec. 2025.11.20 17:19:32.328446 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.328566 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:19:32.328616 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:19:32.328991 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.329033 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.329375 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:32.329579 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.329696 [ 89 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:19:32.329708 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} executeQuery: Read 6 rows, 321.00 B in 0.001166 sec., 5145.797598627788 rows/sec., 268.85 KiB/sec. 2025.11.20 17:19:32.329737 [ 89 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.329759 [ 260 ] {fc8dc23e-54a2-4de8-a1c3-6d87537ff76d} TCPHandler: Processed in 0.001372806 sec. 2025.11.20 17:19:32.329762 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.329875 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.329893 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::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.11.20 17:19:32.329983 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.330030 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:32.330060 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:32.330106 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.11.20 17:19:32.330185 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:32.330237 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:32.330281 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:32.330321 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:32.330381 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:32.330467 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.330506 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.330921 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:19:32.331151 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.331296 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} executeQuery: Read 314 rows, 21.12 KiB in 0.001342 sec., 233979.13561847986 rows/sec., 15.37 MiB/sec. 2025.11.20 17:19:32.331312 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001476708 sec., 44694.008564997275 rows/sec., 2.28 MiB/sec. 2025.11.20 17:19:32.331332 [ 260 ] {162e8410-9e3d-4b41-8719-74de828f4e62} TCPHandler: Processed in 0.001505718 sec. 2025.11.20 17:19:32.331431 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.331454 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:19:32.331526 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.331572 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:19:32.331789 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.331882 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.331892 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_11_2} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:19:32.331926 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.331992 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.20 17:19:32.332245 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:32.332455 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.332586 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} executeQuery: Read 1 rows, 69.00 B in 0.001078 sec., 927.643784786642 rows/sec., 62.51 KiB/sec. 2025.11.20 17:19:32.332625 [ 260 ] {d77fb4b9-3f0f-4258-9ac6-8d165cfdd7e3} TCPHandler: Processed in 0.001240963 sec. 2025.11.20 17:19:32.332721 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:32.332814 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:32.332857 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:32.333175 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:32.333209 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:32.333538 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:19:32.333751 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:32.333885 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} executeQuery: Read 104 rows, 6.53 KiB in 0.001088 sec., 95588.23529411765 rows/sec., 5.86 MiB/sec. 2025.11.20 17:19:32.333921 [ 260 ] {68718d9c-59b7-42e3-a636-428883e14229} TCPHandler: Processed in 0.001247364 sec. 2025.11.20 17:19:36.112174 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 596 2025.11.20 17:19:36.114533 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:36.114586 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:36.115829 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:19:36.116109 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:36.116472 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 596 2025.11.20 17:19:37.336137 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.336313 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:19:37.336380 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:19:37.337022 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.337073 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.337461 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:19:37.337687 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.337853 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} executeQuery: Read 12 rows, 1002.00 B in 0.001588 sec., 7556.675062972292 rows/sec., 616.19 KiB/sec. 2025.11.20 17:19:37.337903 [ 260 ] {95762c84-ffbf-473c-a5fe-42dfd9db0480} TCPHandler: Processed in 0.001894505 sec. 2025.11.20 17:19:37.338018 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.338120 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:37.338164 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:37.339258 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.339296 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.339703 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:19:37.339911 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.340029 [ 82 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:19:37.340047 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} executeQuery: Read 1282 rows, 109.08 KiB in 0.001949 sec., 657773.2170343766 rows/sec., 54.65 MiB/sec. 2025.11.20 17:19:37.340101 [ 82 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.340111 [ 260 ] {aa1d71c5-ee6f-4f22-a1f3-4ee6ff23536e} TCPHandler: Processed in 0.00214492 sec. 2025.11.20 17:19:37.340129 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.340222 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.340266 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:19:37.340323 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:37.340370 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:37.340430 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:37.340476 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2462 rows starting from the beginning of the part 2025.11.20 17:19:37.340551 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 136 rows starting from the beginning of the part 2025.11.20 17:19:37.340606 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:19:37.340655 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 136 rows starting from the beginning of the part 2025.11.20 17:19:37.340702 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:19:37.340752 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1282 rows starting from the beginning of the part 2025.11.20 17:19:37.340798 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.340839 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.341188 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:19:37.341412 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.341547 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} executeQuery: Read 52 rows, 3.85 KiB in 0.001245 sec., 41767.068273092365 rows/sec., 3.02 MiB/sec. 2025.11.20 17:19:37.341586 [ 260 ] {152db575-aa44-4343-9911-85a75f0e949b} TCPHandler: Processed in 0.001413927 sec. 2025.11.20 17:19:37.341689 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.341789 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:37.341829 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:37.342312 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.342348 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.342676 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:19:37.342889 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.343004 [ 80 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:19:37.343017 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} executeQuery: Read 228 rows, 15.81 KiB in 0.001247 sec., 182838.81315156375 rows/sec., 12.38 MiB/sec. 2025.11.20 17:19:37.343047 [ 80 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.343062 [ 260 ] {74e423c6-ea87-428e-850f-c55dd1aea05e} TCPHandler: Processed in 0.001421097 sec. 2025.11.20 17:19:37.343071 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.343160 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::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.11.20 17:19:37.343181 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.343192 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6240 rows, containing 5 columns (5 merged, 0 gathered) in 0.002993946 sec., 2084205.9275618198 rows/sec., 177.30 MiB/sec. 2025.11.20 17:19:37.343270 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:37.343299 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 464 rows starting from the beginning of the part 2025.11.20 17:19:37.343307 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:37.343344 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part 2025.11.20 17:19:37.343361 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:37.343386 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:37.343425 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:37.343461 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part 2025.11.20 17:19:37.343495 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part 2025.11.20 17:19:37.343565 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:19:37.343925 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.344012 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_26_5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:19:37.344102 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2025.11.20 17:19:37.344118 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.344164 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.344462 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1556 rows, containing 5 columns (5 merged, 0 gathered) in 0.001337145 sec., 1163673.3488140777 rows/sec., 81.46 MiB/sec. 2025.11.20 17:19:37.344521 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:19:37.344623 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:19:37.344777 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.344891 [ 80 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:19:37.344917 [ 80 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.344924 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} executeQuery: Read 572 rows, 43.59 KiB in 0.001641 sec., 348567.9463741621 rows/sec., 25.94 MiB/sec. 2025.11.20 17:19:37.344917 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.344936 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.344969 [ 260 ] {10134e65-e219-403f-8840-1b59d30609da} TCPHandler: Processed in 0.001848385 sec. 2025.11.20 17:19:37.345022 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:19:37.345024 [ 195 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_16_3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:19:37.345082 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.345106 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:37.345127 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.20 17:19:37.345135 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1249 rows starting from the beginning of the part 2025.11.20 17:19:37.345181 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:37.345203 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:37.345226 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:37.345242 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 679 rows starting from the beginning of the part 2025.11.20 17:19:37.345284 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:37.345319 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 679 rows starting from the beginning of the part 2025.11.20 17:19:37.345357 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 572 rows starting from the beginning of the part 2025.11.20 17:19:37.345822 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.345857 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.346246 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:19:37.346465 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.346484 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3387 rows, containing 5 columns (5 merged, 0 gathered) in 0.001486668 sec., 2278249.0778035177 rows/sec., 172.55 MiB/sec. 2025.11.20 17:19:37.346563 [ 80 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:19:37.346591 [ 80 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.346597 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} executeQuery: Read 850 rows, 58.59 KiB in 0.001434 sec., 592747.559274756 rows/sec., 39.90 MiB/sec. 2025.11.20 17:19:37.346606 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.346634 [ 260 ] {577ecff2-8f89-4073-9cce-d7a554b19716} TCPHandler: Processed in 0.001602879 sec. 2025.11.20 17:19:37.346678 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:19:37.346685 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:19:37.346759 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.346770 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:37.346812 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7536 rows starting from the beginning of the part 2025.11.20 17:19:37.346861 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:37.346957 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.346968 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:19:37.346996 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} 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.11.20 17:19:37.347012 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 314 rows starting from the beginning of the part 2025.11.20 17:19:37.347040 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_26_5} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:19:37.347052 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:19:37.347143 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 314 rows starting from the beginning of the part 2025.11.20 17:19:37.347170 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.20 17:19:37.347180 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 850 rows starting from the beginning of the part 2025.11.20 17:19:37.347876 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.347918 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.348497 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:19:37.348720 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.348857 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} executeQuery: Read 40 rows, 73.40 KiB in 0.002014 sec., 19860.973187686195 rows/sec., 35.59 MiB/sec. 2025.11.20 17:19:37.348909 [ 260 ] {719a889b-0d1b-4e4e-a0c7-e90d7ec5c922} TCPHandler: Processed in 0.002199991 sec. 2025.11.20 17:19:37.349021 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:37.349115 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:37.349156 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:37.349492 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.349526 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.349827 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:19:37.350046 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.350135 [ 80 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:19:37.350158 [ 80 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:37.350171 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.11.20 17:19:37.350173 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:37.350207 [ 260 ] {7f9afe1f-4f46-49f4-b42c-e1d891ca2e29} TCPHandler: Processed in 0.001235573 sec. 2025.11.20 17:19:37.350249 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:37.350341 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:37.350371 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1476 rows starting from the beginning of the part 2025.11.20 17:19:37.350428 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:37.350487 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:37.350524 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9334 rows, containing 5 columns (5 merged, 0 gathered) in 0.003878023 sec., 2406896.503708204 rows/sec., 161.74 MiB/sec. 2025.11.20 17:19:37.350533 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:37.350595 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2025.11.20 17:19:37.350643 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:19:37.350846 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:19:37.351237 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.351321 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_26_5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:19:37.351418 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.60 MiB. 2025.11.20 17:19:37.351712 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.001491468 sec., 1249775.3890797524 rows/sec., 79.43 MiB/sec. 2025.11.20 17:19:37.351921 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:19:37.352179 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:37.352244 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_26_5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:19:37.352314 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.11.20 17:19:38.593991 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9056 2025.11.20 17:19:38.594498 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:38.594542 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:38.595028 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:38.595272 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:38.595398 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9056 2025.11.20 17:19:39.046135 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.11.20 17:19:39.061763 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:39.061810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:39.067733 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:19:39.068465 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:39.071264 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.11.20 17:19:42.317941 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.318192 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.318286 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:19:42.319095 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.319137 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.319538 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:19:42.319769 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.319919 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} executeQuery: Read 410 rows, 26.63 KiB in 0.001796 sec., 228285.07795100223 rows/sec., 14.48 MiB/sec. 2025.11.20 17:19:42.319960 [ 260 ] {5189d806-095e-4a29-b813-2ba209d3d972} TCPHandler: Processed in 0.002185281 sec. 2025.11.20 17:19:42.320080 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.320175 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:42.320216 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:42.321151 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.321185 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.321539 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:19:42.321743 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.321866 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} executeQuery: Read 1112 rows, 89.84 KiB in 0.00171 sec., 650292.3976608188 rows/sec., 51.31 MiB/sec. 2025.11.20 17:19:42.321904 [ 260 ] {2b43fd44-e4e2-4bf8-b880-00e5a97fba6c} TCPHandler: Processed in 0.001873135 sec. 2025.11.20 17:19:42.322024 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.322120 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.322159 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:42.322649 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.322685 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.322990 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:19:42.323194 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.323321 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} executeQuery: Read 205 rows, 12.32 KiB in 0.00122 sec., 168032.7868852459 rows/sec., 9.86 MiB/sec. 2025.11.20 17:19:42.323359 [ 260 ] {215ae8e6-966d-4136-89e3-a516c46da5e1} TCPHandler: Processed in 0.001383955 sec. 2025.11.20 17:19:42.323473 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.323567 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.323606 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:42.324069 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.324106 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.324412 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:19:42.324632 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.324759 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} executeQuery: Read 212 rows, 14.00 KiB in 0.001209 sec., 175351.53019023986 rows/sec., 11.31 MiB/sec. 2025.11.20 17:19:42.324796 [ 260 ] {0cac2392-ad5c-4f86-a24b-e174e7b283d6} TCPHandler: Processed in 0.001371375 sec. 2025.11.20 17:19:42.324905 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.324998 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.325037 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:19:42.325507 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.325542 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.325845 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:19:42.326048 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.326174 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} executeQuery: Read 211 rows, 12.27 KiB in 0.001193 sec., 176865.0461022632 rows/sec., 10.04 MiB/sec. 2025.11.20 17:19:42.326212 [ 260 ] {db183d9c-4a5d-4350-913c-3428b5b95e32} TCPHandler: Processed in 0.001355845 sec. 2025.11.20 17:19:42.326316 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.326409 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:42.326448 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:42.327079 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.327116 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.327439 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:19:42.327644 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.327771 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} executeQuery: Read 679 rows, 48.47 KiB in 0.00138 sec., 492028.9855072464 rows/sec., 34.30 MiB/sec. 2025.11.20 17:19:42.327809 [ 260 ] {ee4720f1-ed09-4bd6-90ad-54c9777193a1} TCPHandler: Processed in 0.001541629 sec. 2025.11.20 17:19:42.327912 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.328012 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:19:42.328055 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:19:42.328394 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.328431 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.328741 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:42.328943 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.329071 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2025.11.20 17:19:42.329109 [ 260 ] {69643cd5-c308-4a57-bce7-423eb464f70e} TCPHandler: Processed in 0.001246894 sec. 2025.11.20 17:19:42.329225 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.329344 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.329395 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:42.329889 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.329933 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.330331 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:19:42.330556 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.330686 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} executeQuery: Read 314 rows, 21.12 KiB in 0.001367 sec., 229700.07315288956 rows/sec., 15.09 MiB/sec. 2025.11.20 17:19:42.330723 [ 260 ] {c09b0a17-f7b5-4d62-a791-7aed80482c0d} TCPHandler: Processed in 0.001557499 sec. 2025.11.20 17:19:42.330823 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.330916 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.330956 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:19:42.331258 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.331293 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.331576 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:42.331771 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.331893 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} executeQuery: Read 1 rows, 69.00 B in 0.000996 sec., 1004.0160642570282 rows/sec., 67.65 KiB/sec. 2025.11.20 17:19:42.331928 [ 260 ] {386b4857-3f64-49b1-8cf2-c19a75a1a611} TCPHandler: Processed in 0.001151701 sec. 2025.11.20 17:19:42.332145 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:42.332240 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:42.332289 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:42.332692 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:42.332732 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:42.333035 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:19:42.333244 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:42.333374 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} executeQuery: Read 104 rows, 6.53 KiB in 0.001152 sec., 90277.77777777778 rows/sec., 5.53 MiB/sec. 2025.11.20 17:19:42.333411 [ 260 ] {82296d58-2117-4d72-8a23-603b324ce87a} TCPHandler: Processed in 0.001314614 sec. 2025.11.20 17:19:46.013335 [ 28 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:19:46.013402 [ 28 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:19:46.096407 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9568 2025.11.20 17:19:46.096888 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:46.096921 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:46.097410 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:46.097640 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:46.097767 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9568 2025.11.20 17:19:46.117498 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 632 2025.11.20 17:19:46.119938 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:46.120000 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:46.121246 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:19:46.121525 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:46.121900 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 632 2025.11.20 17:19:46.572293 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.11.20 17:19:46.588702 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:46.588779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:46.594909 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:19:46.595649 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:46.598380 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.11.20 17:19:47.000237 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.15 MiB, peak 249.94 MiB, free memory in arenas 0.00 B, will set to 246.17 MiB (RSS), difference: 1.02 MiB 2025.11.20 17:19:47.308598 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:47.308825 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:47.308910 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:47.309775 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.309822 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.310224 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:19:47.310460 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.310616 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} executeQuery: Read 136 rows, 12.08 KiB in 0.001853 sec., 73394.49541284403 rows/sec., 6.36 MiB/sec. 2025.11.20 17:19:47.310657 [ 260 ] {778c4236-9547-4042-97b1-16e6942c8423} TCPHandler: Processed in 0.002212621 sec. 2025.11.20 17:19:47.310772 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:47.310868 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:47.310909 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:47.311312 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.311349 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.311650 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:19:47.311855 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.311984 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} executeQuery: Read 40 rows, 3.01 KiB in 0.001134 sec., 35273.36860670194 rows/sec., 2.59 MiB/sec. 2025.11.20 17:19:47.312021 [ 260 ] {05164a6f-4623-4bd2-b761-a1941cf92f64} TCPHandler: Processed in 0.001297894 sec. 2025.11.20 17:19:47.312126 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:47.312225 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:47.312266 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:47.312704 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.312741 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.313084 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:19:47.313342 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.313475 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} executeQuery: Read 104 rows, 8.32 KiB in 0.001269 sec., 81954.29472025218 rows/sec., 6.40 MiB/sec. 2025.11.20 17:19:47.313514 [ 260 ] {bc2f377e-6cf3-48d5-bba4-caf2c39143ba} TCPHandler: Processed in 0.001438477 sec. 2025.11.20 17:19:47.313626 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:47.313720 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:47.313763 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:47.314164 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.314201 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.314561 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:19:47.314777 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.314906 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2025.11.20 17:19:47.314943 [ 260 ] {10a80116-b4ab-448a-aec6-b3648266d479} TCPHandler: Processed in 0.001365636 sec. 2025.11.20 17:19:47.315041 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:47.315134 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:47.315188 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} 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.11.20 17:19:47.316031 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.316066 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.316643 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:19:47.316867 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.317005 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} executeQuery: Read 40 rows, 73.40 KiB in 0.001888 sec., 21186.440677966104 rows/sec., 37.97 MiB/sec. 2025.11.20 17:19:47.317020 [ 61 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.11.20 17:19:47.317056 [ 260 ] {0d5e08ed-8e97-4414-a622-6f8bc1e4175a} TCPHandler: Processed in 0.002062708 sec. 2025.11.20 17:19:47.317095 [ 61 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.317126 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.317184 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:47.317232 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:19:47.317283 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:47.317326 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:47.317452 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:47.317508 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 224 rows starting from the beginning of the part 2025.11.20 17:19:47.317636 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:47.317665 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:47.317702 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:47.317744 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:47.317848 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:47.317948 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:47.318012 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:19:47.318041 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:47.318229 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.318356 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.11.20 17:19:47.318394 [ 260 ] {2422e5f4-26f1-4e33-b152-80d484cf5560} TCPHandler: Processed in 0.001265663 sec. 2025.11.20 17:19:47.321358 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 19 columns (19 merged, 0 gathered) in 0.004167848 sec., 101731.15718231567 rows/sec., 182.30 MiB/sec. 2025.11.20 17:19:47.322326 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.11.20 17:19:47.322792 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:47.322870 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_11_2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.11.20 17:19:47.323000 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2025.11.20 17:19:48.000196 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 246.67 MiB, peak 251.88 MiB, free memory in arenas 0.00 B, will set to 247.80 MiB (RSS), difference: 1.13 MiB 2025.11.20 17:19:48.629693 [ 76 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.20 17:19:48.629763 [ 76 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:48.629786 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:48.629896 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:19:48.630015 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:48.630051 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:19:48.630123 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:48.630175 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:19:48.630225 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.11.20 17:19:48.630269 [ 192 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:19:48.631022 [ 199 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.001167502 sec., 37687.30160633558 rows/sec., 3.14 MiB/sec. 2025.11.20 17:19:48.631255 [ 194 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.20 17:19:48.631608 [ 194 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:48.631687 [ 194 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_5_1} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.20 17:19:48.631779 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:19:52.318740 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.318921 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.318991 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:19:52.319980 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.320026 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.320434 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:19:52.320671 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.320826 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} executeQuery: Read 410 rows, 26.63 KiB in 0.001932 sec., 212215.3209109731 rows/sec., 13.46 MiB/sec. 2025.11.20 17:19:52.320875 [ 260 ] {03f35e06-9be8-4fe4-aa1f-8bb98747bd7f} TCPHandler: Processed in 0.002259133 sec. 2025.11.20 17:19:52.320992 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.321093 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:52.321137 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:52.322127 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.322165 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.322530 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:19:52.322755 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.322885 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} executeQuery: Read 1112 rows, 89.84 KiB in 0.001814 sec., 613009.9228224917 rows/sec., 48.37 MiB/sec. 2025.11.20 17:19:52.322922 [ 260 ] {b449216b-7ddd-4677-8b76-ef642194368c} TCPHandler: Processed in 0.001981657 sec. 2025.11.20 17:19:52.323039 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.323137 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.323178 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:52.323658 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.323696 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.324006 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:19:52.324219 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.324354 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} executeQuery: Read 205 rows, 12.32 KiB in 0.001237 sec., 165723.52465642683 rows/sec., 9.72 MiB/sec. 2025.11.20 17:19:52.324392 [ 260 ] {2af83300-a0a1-4e50-bf0c-5cf1f8b01dce} TCPHandler: Processed in 0.001404287 sec. 2025.11.20 17:19:52.324504 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.324598 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.324638 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:19:52.325106 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.325142 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.325445 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:19:52.325669 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.325799 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} executeQuery: Read 212 rows, 14.00 KiB in 0.001219 sec., 173913.04347826086 rows/sec., 11.22 MiB/sec. 2025.11.20 17:19:52.325837 [ 260 ] {2bfcee6b-9490-4fbd-9a14-ef56ed5a1346} TCPHandler: Processed in 0.001381716 sec. 2025.11.20 17:19:52.325935 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.326029 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.326068 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:19:52.326537 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.326573 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.326864 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:19:52.327068 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.327194 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} executeQuery: Read 211 rows, 12.27 KiB in 0.001183 sec., 178360.1014370245 rows/sec., 10.13 MiB/sec. 2025.11.20 17:19:52.327231 [ 260 ] {ce862964-705a-4b33-b5e4-065d3fa445c8} TCPHandler: Processed in 0.001344605 sec. 2025.11.20 17:19:52.327338 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.327432 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:52.327471 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:52.328110 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.328146 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.328467 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:19:52.328669 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.328797 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} executeQuery: Read 679 rows, 48.47 KiB in 0.001383 sec., 490961.6775126537 rows/sec., 34.22 MiB/sec. 2025.11.20 17:19:52.328834 [ 260 ] {fad5e825-a90b-48bd-8662-7b4f4d9744e2} TCPHandler: Processed in 0.001544339 sec. 2025.11.20 17:19:52.328941 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.329035 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:19:52.329075 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:19:52.329399 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.329434 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.329732 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:19:52.329941 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.330065 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} executeQuery: Read 6 rows, 321.00 B in 0.001048 sec., 5725.190839694656 rows/sec., 299.12 KiB/sec. 2025.11.20 17:19:52.330100 [ 260 ] {9ef22395-c39c-4d82-9516-293b7323df65} TCPHandler: Processed in 0.001207803 sec. 2025.11.20 17:19:52.330199 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.330292 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.330333 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:52.330758 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.330794 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.331124 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:19:52.331328 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.331454 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} executeQuery: Read 314 rows, 21.12 KiB in 0.00118 sec., 266101.69491525425 rows/sec., 17.48 MiB/sec. 2025.11.20 17:19:52.331490 [ 260 ] {9858814d-b2ae-4ef5-8850-64174ac0b215} TCPHandler: Processed in 0.001338585 sec. 2025.11.20 17:19:52.331588 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.331681 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.331721 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:19:52.332028 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.332063 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.332349 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:19:52.332554 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.332680 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} executeQuery: Read 1 rows, 69.00 B in 0.001016 sec., 984.2519685039371 rows/sec., 66.32 KiB/sec. 2025.11.20 17:19:52.332715 [ 260 ] {c2257488-5552-46d4-8dfa-f6f243a8a2bc} TCPHandler: Processed in 0.001176352 sec. 2025.11.20 17:19:52.332822 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:52.332915 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:52.332956 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:52.333278 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:52.333314 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2025.11.20 17:19:52.333617 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:19:52.333828 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:52.333950 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} executeQuery: Read 104 rows, 6.53 KiB in 0.001053 sec., 98765.43209876544 rows/sec., 6.05 MiB/sec. 2025.11.20 17:19:52.333985 [ 260 ] {b9c6724c-2531-4165-a41b-349750260e90} TCPHandler: Processed in 0.001210983 sec. 2025.11.20 17:19:53.598083 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10016 2025.11.20 17:19:53.598586 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:53.598630 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:53.599102 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:53.599327 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:53.599456 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10016 2025.11.20 17:19:53.599510 [ 75 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:53.599611 [ 75 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:53.599646 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:53.599815 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:19:53.600017 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:53.600076 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7648 rows starting from the beginning of the part 2025.11.20 17:19:53.600172 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2025.11.20 17:19:53.600238 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2025.11.20 17:19:53.600300 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2025.11.20 17:19:53.600359 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2025.11.20 17:19:53.600414 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2025.11.20 17:19:53.602538 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10016 rows, containing 4 columns (4 merged, 0 gathered) in 0.002795623 sec., 3582743.4528904646 rows/sec., 51.25 MiB/sec. 2025.11.20 17:19:53.602894 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:53.603206 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:53.603283 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_21_4} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:53.603376 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.11.20 17:19:54.098696 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.11.20 17:19:54.116709 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:54.116768 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:54.122362 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:19:54.123099 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:54.123373 [ 74 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:19:54.123443 [ 74 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:54.123467 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:54.123605 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.126545 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.11.20 17:19:54.126953 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:54.128416 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.132819 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.137254 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.141374 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.145862 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.149828 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:19:54.197506 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.073967449 sec., 2149.5942086633268 rows/sec., 11.12 MiB/sec. 2025.11.20 17:19:54.200176 [ 198 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:19:54.202372 [ 198 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_21_4} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:54.202481 [ 198 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_21_4} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:19:54.204659 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.11.20 17:19:55.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 249.17 MiB, peak 259.71 MiB, free memory in arenas 0.00 B, will set to 251.76 MiB (RSS), difference: 2.60 MiB 2025.11.20 17:19:56.122416 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 664 2025.11.20 17:19:56.124693 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:56.124736 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:56.125926 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:19:56.126180 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:56.126325 [ 72 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:19:56.126386 [ 72 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:56.126405 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:56.126429 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 664 2025.11.20 17:19:56.126498 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:19:56.127031 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:56.127185 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part 2025.11.20 17:19:56.127556 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 36 rows starting from the beginning of the part 2025.11.20 17:19:56.127899 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 38 rows starting from the beginning of the part 2025.11.20 17:19:56.128259 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 32 rows starting from the beginning of the part 2025.11.20 17:19:56.128609 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2025.11.20 17:19:56.128953 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 32 rows starting from the beginning of the part 2025.11.20 17:19:56.135080 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 664 rows, containing 72 columns (72 merged, 0 gathered) in 0.008620862 sec., 77022.46016697634 rows/sec., 68.79 MiB/sec. 2025.11.20 17:19:56.135968 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:19:56.136451 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:56.136522 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_16_3} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:19:56.136687 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. 2025.11.20 17:19:57.309195 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:57.309370 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:19:57.309434 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:19:57.310178 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.310220 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.310645 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:19:57.310870 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.311026 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} executeQuery: Read 136 rows, 12.08 KiB in 0.001703 sec., 79859.07222548443 rows/sec., 6.92 MiB/sec. 2025.11.20 17:19:57.311067 [ 260 ] {fc90da5e-f491-496f-85b4-a88c89cacf51} TCPHandler: Processed in 0.001998807 sec. 2025.11.20 17:19:57.311182 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:57.311279 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:19:57.311320 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:19:57.311729 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.311765 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.312074 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:19:57.312279 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.312388 [ 71 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:19:57.312406 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} executeQuery: Read 40 rows, 3.01 KiB in 0.001146 sec., 34904.01396160558 rows/sec., 2.56 MiB/sec. 2025.11.20 17:19:57.312458 [ 71 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.312467 [ 260 ] {777f1477-7fc3-4739-96ed-25715ffc3374} TCPHandler: Processed in 0.001333595 sec. 2025.11.20 17:19:57.312489 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.312582 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:57.312625 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:19:57.312680 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:19:57.312724 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:19:57.312804 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:19:57.312850 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 277 rows starting from the beginning of the part 2025.11.20 17:19:57.312925 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 52 rows starting from the beginning of the part 2025.11.20 17:19:57.312977 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:57.313026 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:57.313062 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 205 rows starting from the beginning of the part 2025.11.20 17:19:57.313103 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.11.20 17:19:57.313150 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.313192 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.313576 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:19:57.313816 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.313948 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} executeQuery: Read 104 rows, 8.32 KiB in 0.001285 sec., 80933.85214007783 rows/sec., 6.32 MiB/sec. 2025.11.20 17:19:57.313985 [ 260 ] {d5a0c999-be78-4a36-a0ac-a8301b7a1f83} TCPHandler: Processed in 0.001451327 sec. 2025.11.20 17:19:57.314020 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 819 rows, containing 5 columns (5 merged, 0 gathered) in 0.001463898 sec., 559465.2086415857 rows/sec., 36.94 MiB/sec. 2025.11.20 17:19:57.314095 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:57.314189 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:57.314235 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:19:57.314247 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:19:57.314584 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.314637 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.314672 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_26_5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:19:57.314681 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.314796 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:19:57.315047 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:19:57.315259 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.315388 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.11.20 17:19:57.315425 [ 260 ] {935291ad-05fc-4d71-81bb-ca89f955a838} TCPHandler: Processed in 0.001378426 sec. 2025.11.20 17:19:57.315523 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:57.315617 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:19:57.315672 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} 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.11.20 17:19:57.316536 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.316572 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.317132 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:19:57.317347 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.317482 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} executeQuery: Read 40 rows, 73.40 KiB in 0.001883 sec., 21242.697822623475 rows/sec., 38.07 MiB/sec. 2025.11.20 17:19:57.317532 [ 260 ] {38e3dc88-ad02-4d56-b8e1-0810830a01b8} TCPHandler: Processed in 0.002056399 sec. 2025.11.20 17:19:57.317639 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:19:57.317734 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:19:57.317775 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:19:57.318113 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:19:57.318149 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:19:57.318447 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:19:57.318650 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:19:57.318781 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.11.20 17:19:57.318816 [ 260 ] {24927b35-4cea-4344-825f-64840f51a7e4} TCPHandler: Processed in 0.001225473 sec. 2025.11.20 17:20:01.013446 [ 65 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:20:01.013521 [ 65 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:20:01.099602 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10528 2025.11.20 17:20:01.100140 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:01.100187 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:01.100688 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:20:01.100921 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:01.101049 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10528 2025.11.20 17:20:01.626685 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.11.20 17:20:01.641696 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:01.641756 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:01.647897 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:20:01.648588 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:01.651201 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.11.20 17:20:02.318682 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.318875 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.318946 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:20:02.319765 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.319812 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.320234 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:20:02.320465 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.320617 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} executeQuery: Read 410 rows, 26.63 KiB in 0.001794 sec., 228539.57636566332 rows/sec., 14.50 MiB/sec. 2025.11.20 17:20:02.320657 [ 260 ] {1d95d13d-ae03-4813-8546-65244e41de4e} TCPHandler: Processed in 0.002114479 sec. 2025.11.20 17:20:02.320768 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.320860 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:02.320899 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:02.321803 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.321839 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.322200 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:20:02.322406 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.322523 [ 62 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:20:02.322531 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} executeQuery: Read 1112 rows, 89.84 KiB in 0.00169 sec., 657988.1656804733 rows/sec., 51.91 MiB/sec. 2025.11.20 17:20:02.322598 [ 62 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.322610 [ 260 ] {2893e095-83ca-45d5-a0bc-90e2b37b4b61} TCPHandler: Processed in 0.001888235 sec. 2025.11.20 17:20:02.322630 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.322740 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.322761 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:20:02.322843 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.322886 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:02.322929 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:02.322972 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2462 rows starting from the beginning of the part 2025.11.20 17:20:02.323047 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:20:02.323101 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 136 rows starting from the beginning of the part 2025.11.20 17:20:02.323147 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:20:02.323195 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 136 rows starting from the beginning of the part 2025.11.20 17:20:02.323234 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:20:02.323406 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.323447 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.323782 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:20:02.323988 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.324121 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} executeQuery: Read 205 rows, 12.32 KiB in 0.001298 sec., 157935.28505392914 rows/sec., 9.27 MiB/sec. 2025.11.20 17:20:02.324158 [ 260 ] {35a2641c-ede0-48a3-bc5e-5ce8a86e3bb5} TCPHandler: Processed in 0.001467837 sec. 2025.11.20 17:20:02.324266 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.324358 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.324396 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:02.324880 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.324915 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.325226 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:20:02.325448 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.325447 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 6070 rows, containing 5 columns (5 merged, 0 gathered) in 0.002741461 sec., 2214147.857656921 rows/sec., 186.54 MiB/sec. 2025.11.20 17:20:02.325577 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} executeQuery: Read 212 rows, 14.00 KiB in 0.001237 sec., 171382.3767178658 rows/sec., 11.05 MiB/sec. 2025.11.20 17:20:02.325617 [ 260 ] {8541ebf5-7e00-40c5-acb4-63debf012dab} TCPHandler: Processed in 0.001398226 sec. 2025.11.20 17:20:02.325737 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.325749 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:20:02.325830 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.325868 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:20:02.326015 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.326088 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_31_6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:20:02.326180 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2025.11.20 17:20:02.326329 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.326363 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.326647 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:20:02.326852 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.326976 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} executeQuery: Read 211 rows, 12.27 KiB in 0.001164 sec., 181271.47766323024 rows/sec., 10.29 MiB/sec. 2025.11.20 17:20:02.327012 [ 260 ] {cede9174-853c-4e47-a74c-42b1e5b7ca46} TCPHandler: Processed in 0.001322235 sec. 2025.11.20 17:20:02.327115 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.327206 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:02.327244 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:02.327878 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.327914 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.328228 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:20:02.328427 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.328528 [ 62 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:20:02.328550 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} executeQuery: Read 679 rows, 48.47 KiB in 0.001361 sec., 498897.8692138134 rows/sec., 34.78 MiB/sec. 2025.11.20 17:20:02.328560 [ 62 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.328588 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.328591 [ 260 ] {41b7aeba-7c20-4072-a32a-24a0843e0507} TCPHandler: Processed in 0.001522568 sec. 2025.11.20 17:20:02.328665 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:20:02.328715 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.328774 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:02.328807 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1249 rows starting from the beginning of the part 2025.11.20 17:20:02.328811 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:20:02.328863 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:20:02.328863 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 679 rows starting from the beginning of the part 2025.11.20 17:20:02.328923 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:02.328962 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 679 rows starting from the beginning of the part 2025.11.20 17:20:02.328998 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:02.329038 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 679 rows starting from the beginning of the part 2025.11.20 17:20:02.329199 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.329239 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.329553 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:20:02.329788 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.329915 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2025.11.20 17:20:02.329950 [ 260 ] {658cfada-bbee-4831-80d3-4771368651c3} TCPHandler: Processed in 0.001289594 sec. 2025.11.20 17:20:02.330053 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.330144 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.330186 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:02.330289 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001654401 sec., 2111942.6305956054 rows/sec., 158.19 MiB/sec. 2025.11.20 17:20:02.330473 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:20:02.330617 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.330658 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.330752 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.330841 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_31_6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:20:02.330914 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.20 17:20:02.331041 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:20:02.331246 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.331347 [ 62 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:20:02.331372 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} executeQuery: Read 314 rows, 21.12 KiB in 0.001245 sec., 252208.83534136545 rows/sec., 16.57 MiB/sec. 2025.11.20 17:20:02.331379 [ 62 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.331410 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.331413 [ 260 ] {d3ad944e-0525-47ed-9806-ea62b19d9803} TCPHandler: Processed in 0.001406436 sec. 2025.11.20 17:20:02.331482 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:02.331532 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.331571 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:02.331601 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9334 rows starting from the beginning of the part 2025.11.20 17:20:02.331628 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.331648 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 314 rows starting from the beginning of the part 2025.11.20 17:20:02.331683 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:20:02.331691 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:02.331739 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 314 rows starting from the beginning of the part 2025.11.20 17:20:02.331773 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:02.331807 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 314 rows starting from the beginning of the part 2025.11.20 17:20:02.331999 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.332041 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.332398 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:20:02.332600 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.332734 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} executeQuery: Read 1 rows, 69.00 B in 0.001124 sec., 889.6797153024911 rows/sec., 59.95 KiB/sec. 2025.11.20 17:20:02.332769 [ 260 ] {6654378b-7589-43ae-a3a3-b3a6ba9125f3} TCPHandler: Processed in 0.001286394 sec. 2025.11.20 17:20:02.332884 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:02.332974 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:02.333015 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:02.333332 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.333366 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.333657 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:20:02.333897 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.334009 [ 60 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:20:02.334028 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} executeQuery: Read 104 rows, 6.53 KiB in 0.00107 sec., 97196.26168224298 rows/sec., 5.96 MiB/sec. 2025.11.20 17:20:02.334049 [ 60 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:02.334061 [ 260 ] {6a09b9ff-c274-43a3-91ea-fac5b82352dd} TCPHandler: Processed in 0.001236943 sec. 2025.11.20 17:20:02.334068 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:02.334171 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:02.334301 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:02.334334 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1864 rows starting from the beginning of the part 2025.11.20 17:20:02.334398 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:02.334441 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:02.334479 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:02.334517 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:02.334571 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:02.335464 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10596 rows, containing 5 columns (5 merged, 0 gathered) in 0.004008655 sec., 2643280.6015982917 rows/sec., 177.47 MiB/sec. 2025.11.20 17:20:02.335710 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:20:02.335771 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2296 rows, containing 4 columns (4 merged, 0 gathered) in 0.001641541 sec., 1398685.7471120125 rows/sec., 88.74 MiB/sec. 2025.11.20 17:20:02.335962 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.336039 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_31_6} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:20:02.336056 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:20:02.336101 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.22 MiB. 2025.11.20 17:20:02.336314 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:02.336391 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_31_6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:20:02.336456 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. 2025.11.20 17:20:03.000187 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 253.97 MiB, peak 262.36 MiB, free memory in arenas 0.00 B, will set to 255.00 MiB (RSS), difference: 1.02 MiB 2025.11.20 17:20:05.299816 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.300040 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.300124 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:20:05.300760 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.300808 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.301219 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:20:05.301442 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.301591 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} executeQuery: Read 24 rows, 2.04 KiB in 0.001611 sec., 14897.579143389199 rows/sec., 1.24 MiB/sec. 2025.11.20 17:20:05.301609 [ 41 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:20:05.301644 [ 260 ] {06f09aa7-078d-41b3-bb34-e9ffb1cb19c6} TCPHandler: Processed in 0.001981487 sec. 2025.11.20 17:20:05.301684 [ 41 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.301715 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.301778 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.301838 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::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.11.20 17:20:05.301876 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:20:05.301923 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:20:05.301980 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:05.302020 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 434 rows starting from the beginning of the part 2025.11.20 17:20:05.302094 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2025.11.20 17:20:05.302140 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2025.11.20 17:20:05.302182 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 410 rows starting from the beginning of the part 2025.11.20 17:20:05.302224 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 410 rows starting from the beginning of the part 2025.11.20 17:20:05.302269 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.11.20 17:20:05.302332 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.302372 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.302721 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.11.20 17:20:05.302941 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.303079 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} executeQuery: Read 6 rows, 501.00 B in 0.001221 sec., 4914.004914004914 rows/sec., 400.70 KiB/sec. 2025.11.20 17:20:05.303117 [ 260 ] {a271a01f-6eeb-4c9c-9a7c-74a069947949} TCPHandler: Processed in 0.001392576 sec. 2025.11.20 17:20:05.303231 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.303325 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:05.303390 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:05.303414 [ 186 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 5 columns (5 merged, 0 gathered) in 0.0016347 sec., 1283415.917293693 rows/sec., 86.88 MiB/sec. 2025.11.20 17:20:05.303616 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:20:05.303927 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.304005 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_16_3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:20:05.304098 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.11.20 17:20:05.304560 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.304626 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.305081 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:20:05.305292 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.305421 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} executeQuery: Read 1399 rows, 120.32 KiB in 0.002114 sec., 661778.6187322611 rows/sec., 55.58 MiB/sec. 2025.11.20 17:20:05.305460 [ 260 ] {8ca3360e-7956-4819-943b-6a4089806725} TCPHandler: Processed in 0.002277203 sec. 2025.11.20 17:20:05.305559 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.305662 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.305703 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:05.306113 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.306149 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.306469 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:20:05.306687 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.306814 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} executeQuery: Read 58 rows, 4.39 KiB in 0.00118 sec., 49152.542372881355 rows/sec., 3.63 MiB/sec. 2025.11.20 17:20:05.306851 [ 260 ] {c219a18f-3cde-4840-ab5c-73ecc4b36341} TCPHandler: Processed in 0.001340645 sec. 2025.11.20 17:20:05.306948 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.307041 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.307080 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:05.307542 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.307578 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.307883 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:20:05.308083 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.308206 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} executeQuery: Read 252 rows, 17.85 KiB in 0.001183 sec., 213017.75147928993 rows/sec., 14.73 MiB/sec. 2025.11.20 17:20:05.308243 [ 260 ] {11bebf38-f614-4608-a4aa-b84ae11438a6} TCPHandler: Processed in 0.001343075 sec. 2025.11.20 17:20:05.308349 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.308441 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.308480 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:20:05.308872 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.308908 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.309201 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:20:05.309402 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.309498 [ 58 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:20:05.309527 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} executeQuery: Read 12 rows, 960.00 B in 0.001103 sec., 10879.419764279239 rows/sec., 849.95 KiB/sec. 2025.11.20 17:20:05.309540 [ 58 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.309569 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.309571 [ 260 ] {2a19f870-242a-4544-aaf7-64d7f058adea} TCPHandler: Processed in 0.001270984 sec. 2025.11.20 17:20:05.309652 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::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.11.20 17:20:05.309694 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.309745 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:05.309774 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 223 rows starting from the beginning of the part 2025.11.20 17:20:05.309788 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:05.309827 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:05.309828 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2025.11.20 17:20:05.309879 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2025.11.20 17:20:05.309917 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 211 rows starting from the beginning of the part 2025.11.20 17:20:05.309952 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 211 rows starting from the beginning of the part 2025.11.20 17:20:05.309988 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 12 rows starting from the beginning of the part 2025.11.20 17:20:05.310441 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.310475 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.310815 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:20:05.310830 [ 197 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214153 sec., 888685.3633767738 rows/sec., 54.24 MiB/sec. 2025.11.20 17:20:05.311012 [ 186 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:20:05.311056 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.311200 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} executeQuery: Read 602 rows, 46.35 KiB in 0.00143 sec., 420979.020979021 rows/sec., 31.66 MiB/sec. 2025.11.20 17:20:05.311240 [ 260 ] {19740e1e-82df-4032-a5c0-6bed6c4a3d27} TCPHandler: Processed in 0.00159531 sec. 2025.11.20 17:20:05.311325 [ 186 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.311350 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.311405 [ 186 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_16_3} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:20:05.311456 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.311501 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:20:05.311505 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:05.312114 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.312152 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.312549 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:20:05.312763 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.312890 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} executeQuery: Read 941 rows, 67.18 KiB in 0.001454 sec., 647180.1925722145 rows/sec., 45.12 MiB/sec. 2025.11.20 17:20:05.312927 [ 260 ] {5ce86ab7-6ffc-4f48-a19e-72377d5cc840} TCPHandler: Processed in 0.0016296 sec. 2025.11.20 17:20:05.313033 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.313128 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.313181 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} 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.11.20 17:20:05.314028 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.314064 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.314608 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:20:05.314835 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.314968 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} executeQuery: Read 40 rows, 73.40 KiB in 0.001859 sec., 21516.944593867673 rows/sec., 38.56 MiB/sec. 2025.11.20 17:20:05.315020 [ 260 ] {c4388c5a-c811-47cd-9463-1e2b052612c5} TCPHandler: Processed in 0.002034788 sec. 2025.11.20 17:20:05.315123 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:05.315218 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:05.315260 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:05.315565 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:05.315601 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:05.315891 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:20:05.316096 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:05.316220 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} executeQuery: Read 28 rows, 1.94 KiB in 0.001021 sec., 27424.09402546523 rows/sec., 1.85 MiB/sec. 2025.11.20 17:20:05.316255 [ 260 ] {51529d4d-5e3b-4276-b692-524c1adc23b3} TCPHandler: Processed in 0.001179733 sec. 2025.11.20 17:20:06.127567 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 52 entries to flush up to offset 716 2025.11.20 17:20:06.130297 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:06.130353 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:06.131596 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:20:06.131874 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:06.132178 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 716 2025.11.20 17:20:07.303477 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:07.303717 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:07.303780 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:07.304403 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:07.304447 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:07.304831 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:20:07.305047 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:07.305195 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} executeQuery: Read 56 rows, 4.41 KiB in 0.001525 sec., 36721.311475409835 rows/sec., 2.82 MiB/sec. 2025.11.20 17:20:07.305237 [ 260 ] {1091a198-a912-4223-8798-bfe285de6d2b} TCPHandler: Processed in 0.001827054 sec. 2025.11.20 17:20:07.305350 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:07.305444 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:07.305484 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:07.305914 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:07.305950 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:07.306243 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:20:07.306446 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:07.306574 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2025.11.20 17:20:07.306619 [ 260 ] {c68eb146-99af-452a-a197-90a28183b71f} TCPHandler: Processed in 0.001319525 sec. 2025.11.20 17:20:07.306730 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:07.306825 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:07.306869 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:07.307263 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:07.307298 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:07.307733 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:20:07.307958 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:07.308084 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} executeQuery: Read 86 rows, 6.14 KiB in 0.001278 sec., 67292.64475743349 rows/sec., 4.69 MiB/sec. 2025.11.20 17:20:07.308122 [ 260 ] {6a921c73-8a6e-4269-8595-ffa31482c844} TCPHandler: Processed in 0.001441057 sec. 2025.11.20 17:20:07.308233 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:07.308327 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:07.308369 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:07.308687 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:07.308722 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:07.309021 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:20:07.309223 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:07.309351 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} executeQuery: Read 32 rows, 2.20 KiB in 0.001042 sec., 30710.17274472169 rows/sec., 2.06 MiB/sec. 2025.11.20 17:20:07.309385 [ 260 ] {8b079c75-338f-4d31-b046-b4ca4950c0a6} TCPHandler: Processed in 0.001201343 sec. 2025.11.20 17:20:08.602056 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10976 2025.11.20 17:20:08.602559 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:08.602599 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:08.603086 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:20:08.603314 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:08.603443 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10976 2025.11.20 17:20:09.152224 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.11.20 17:20:09.167988 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:09.168039 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:09.174413 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:20:09.175146 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:09.177844 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.11.20 17:20:12.307726 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:12.307901 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:12.307966 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:12.308612 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:12.308659 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:12.309071 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:20:12.309295 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:12.309452 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} executeQuery: Read 56 rows, 4.41 KiB in 0.001598 sec., 35043.80475594493 rows/sec., 2.69 MiB/sec. 2025.11.20 17:20:12.309500 [ 260 ] {e1697733-5b33-419d-9809-9d4ccdab8a7f} TCPHandler: Processed in 0.001909556 sec. 2025.11.20 17:20:12.309617 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:12.309727 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:12.309771 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:12.310193 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:12.310229 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:12.310548 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:20:12.310785 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:12.310914 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} executeQuery: Read 64 rows, 5.12 KiB in 0.001211 sec., 52848.88521882741 rows/sec., 4.12 MiB/sec. 2025.11.20 17:20:12.310952 [ 260 ] {31e3a818-c65d-45b0-8563-2ae97b7cbb51} TCPHandler: Processed in 0.001386436 sec. 2025.11.20 17:20:12.311059 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:12.311156 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:12.311200 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:12.311605 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:12.311639 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:12.311979 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:20:12.312179 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:12.312307 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.11.20 17:20:12.312343 [ 260 ] {5296b791-5563-4f1d-a45c-93d182772c4b} TCPHandler: Processed in 0.001331995 sec. 2025.11.20 17:20:12.312442 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:12.312535 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:12.312577 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:12.312910 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:12.312944 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:12.313257 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:20:12.313467 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:12.313590 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.11.20 17:20:12.313625 [ 260 ] {e0f6e81d-8804-4674-86ae-4ee07bf4615d} TCPHandler: Processed in 0.001231273 sec. 2025.11.20 17:20:13.291705 [ 51 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 2025.11.20 17:20:13.291784 [ 51 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:13.291806 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:13.291925 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full 2025.11.20 17:20:13.292075 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:13.292110 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part 2025.11.20 17:20:13.292171 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2025.11.20 17:20:13.292211 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2025.11.20 17:20:13.292249 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2025.11.20 17:20:13.292282 [ 188 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2025.11.20 17:20:13.293011 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergeTask::MergeProjectionsStage: Merge sorted 14 rows, containing 4 columns (4 merged, 0 gathered) in 0.001137682 sec., 12305.723391949594 rows/sec., 829.19 KiB/sec. 2025.11.20 17:20:13.293164 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) 2025.11.20 17:20:13.293431 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:13.293503 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_14_3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 2025.11.20 17:20:13.293572 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.11.20 17:20:16.013591 [ 46 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:20:16.013644 [ 46 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:20:16.103655 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11488 2025.11.20 17:20:16.104220 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:16.104269 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:16.104779 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:20:16.105002 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:16.105129 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11488 2025.11.20 17:20:16.132555 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 732 2025.11.20 17:20:16.134960 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:16.135019 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:16.136301 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:20:16.136583 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:16.136978 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2025.11.20 17:20:16.678063 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.11.20 17:20:16.693971 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:16.694029 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:16.700181 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:20:16.700883 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:16.703671 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.11.20 17:20:17.308710 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:17.308907 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:17.308977 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:17.309843 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:17.309884 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:17.310290 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:20:17.310504 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:17.310654 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} executeQuery: Read 136 rows, 12.08 KiB in 0.001799 sec., 75597.55419677598 rows/sec., 6.56 MiB/sec. 2025.11.20 17:20:17.310696 [ 260 ] {a3791f2c-15d2-44b5-ab16-a6c296b5b95d} TCPHandler: Processed in 0.002117919 sec. 2025.11.20 17:20:17.310825 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:17.310920 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:17.310961 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:17.311414 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:17.311450 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:17.311767 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:20:17.311984 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:17.312118 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} executeQuery: Read 40 rows, 3.01 KiB in 0.001215 sec., 32921.81069958848 rows/sec., 2.42 MiB/sec. 2025.11.20 17:20:17.312155 [ 260 ] {f4dcb915-e454-4b55-b0e2-afc329204ead} TCPHandler: Processed in 0.001390066 sec. 2025.11.20 17:20:17.312270 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:17.312364 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:17.312403 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:17.312861 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:17.312895 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:17.313196 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:20:17.313400 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:17.313526 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} executeQuery: Read 104 rows, 8.32 KiB in 0.001181 sec., 88060.96528365792 rows/sec., 6.88 MiB/sec. 2025.11.20 17:20:17.313563 [ 260 ] {e6bf0aee-29e2-46a6-8f2f-95f175fabfb7} TCPHandler: Processed in 0.001342065 sec. 2025.11.20 17:20:17.313686 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:17.313790 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:17.313834 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:17.314285 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:17.314321 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:17.314662 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:20:17.314878 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:17.315005 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2025.11.20 17:20:17.315041 [ 260 ] {fb270222-a46f-4eb3-bafc-379e3ab7ecf5} TCPHandler: Processed in 0.001409437 sec. 2025.11.20 17:20:17.315151 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:17.315244 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:17.315298 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} 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.11.20 17:20:17.316203 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:17.316238 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:17.316832 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:20:17.317046 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:17.317185 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} executeQuery: Read 40 rows, 73.40 KiB in 0.001958 sec., 20429.009193054135 rows/sec., 36.61 MiB/sec. 2025.11.20 17:20:17.317237 [ 260 ] {c1ac5b38-6730-4297-b8fb-ec7af949fe1f} TCPHandler: Processed in 0.00213377 sec. 2025.11.20 17:20:17.317349 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:17.317443 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:17.317484 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:17.317828 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:17.317865 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:17.318177 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:20:17.318376 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:17.318502 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.11.20 17:20:17.318537 [ 260 ] {b4bab06e-5255-4509-b1d4-acc9f4389b81} TCPHandler: Processed in 0.001236373 sec. 2025.11.20 17:20:18.638889 [ 43 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 5 parts from all_1_16_3 to all_20_20_0 2025.11.20 17:20:18.638967 [ 43 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:18.638987 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:18.639117 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_16_3 to all_20_20_0 into Compact with storage Full 2025.11.20 17:20:18.639274 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:18.639307 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 464 rows starting from the beginning of the part 2025.11.20 17:20:18.639370 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:18.639411 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:18.639449 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:18.639486 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 252 rows starting from the beginning of the part 2025.11.20 17:20:18.640394 [ 197 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 1352 rows, containing 5 columns (5 merged, 0 gathered) in 0.001329505 sec., 1016919.8310649453 rows/sec., 71.23 MiB/sec. 2025.11.20 17:20:18.640559 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2025.11.20 17:20:18.640795 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:18.640860 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_20_4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 5 parts: [all_1_16_3, all_20_20_0] -> all_1_20_4 2025.11.20 17:20:18.640923 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.20 17:20:21.901561 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44370 2025.11.20 17:20:21.901683 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.901711 [ 286 ] {} TCP-Session: 1267c977-3de0-4139-ae33-09cb4e6ba1f3 Authenticating user 'default' from [fd00:1122:3344:101::e]:44370 2025.11.20 17:20:21.901733 [ 286 ] {} TCP-Session: 1267c977-3de0-4139-ae33-09cb4e6ba1f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.901746 [ 286 ] {} TCP-Session: 1267c977-3de0-4139-ae33-09cb4e6ba1f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.901927 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60683 2025.11.20 17:20:21.901944 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40222 2025.11.20 17:20:21.901939 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45787 2025.11.20 17:20:21.902020 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51149 2025.11.20 17:20:21.902062 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61934 2025.11.20 17:20:21.902077 [ 286 ] {} TCP-Session: 1267c977-3de0-4139-ae33-09cb4e6ba1f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:21.902056 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52470 2025.11.20 17:20:21.902050 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902162 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902186 [ 288 ] {} TCP-Session: 21d16b15-db8a-4be1-88ba-be5093baf261 Authenticating user 'default' from [fd00:1122:3344:101::e]:60683 2025.11.20 17:20:21.902040 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47341 2025.11.20 17:20:21.902220 [ 288 ] {} TCP-Session: 21d16b15-db8a-4be1-88ba-be5093baf261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902206 [ 290 ] {} TCP-Session: b3f0d659-02c1-4bbe-b29e-061344e70206 Authenticating user 'default' from [fd00:1122:3344:101::e]:40222 2025.11.20 17:20:21.902258 [ 288 ] {} TCP-Session: 21d16b15-db8a-4be1-88ba-be5093baf261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902262 [ 286 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} executeQuery: (from [fd00:1122:3344:101::e]:44370) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:20:21.902287 [ 290 ] {} TCP-Session: b3f0d659-02c1-4bbe-b29e-061344e70206 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902302 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902320 [ 290 ] {} TCP-Session: b3f0d659-02c1-4bbe-b29e-061344e70206 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902306 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902347 [ 289 ] {} TCP-Session: 1f2a700e-36e1-4000-9898-e73719fbdd9c Authenticating user 'default' from [fd00:1122:3344:101::e]:45787 2025.11.20 17:20:21.902014 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59974 2025.11.20 17:20:21.902412 [ 289 ] {} TCP-Session: 1f2a700e-36e1-4000-9898-e73719fbdd9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902401 [ 292 ] {} TCP-Session: 2534c753-07ba-4f4b-811b-49279144df22 Authenticating user 'default' from [fd00:1122:3344:101::e]:51149 2025.11.20 17:20:21.902444 [ 289 ] {} TCP-Session: 1f2a700e-36e1-4000-9898-e73719fbdd9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902478 [ 292 ] {} TCP-Session: 2534c753-07ba-4f4b-811b-49279144df22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902404 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902507 [ 292 ] {} TCP-Session: 2534c753-07ba-4f4b-811b-49279144df22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902523 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902549 [ 286 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:20:21.902564 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902581 [ 293 ] {} TCP-Session: 0b732ce0-b7f2-491d-a491-209d7cd7572b Authenticating user 'default' from [fd00:1122:3344:101::e]:47341 2025.11.20 17:20:21.902611 [ 259 ] {} TCP-Session: 7c596a54-c205-4a1b-a36d-8326b34e93f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:61934 2025.11.20 17:20:21.902619 [ 286 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:20:21.902630 [ 293 ] {} TCP-Session: 0b732ce0-b7f2-491d-a491-209d7cd7572b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902637 [ 259 ] {} TCP-Session: 7c596a54-c205-4a1b-a36d-8326b34e93f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902668 [ 293 ] {} TCP-Session: 0b732ce0-b7f2-491d-a491-209d7cd7572b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902680 [ 259 ] {} TCP-Session: 7c596a54-c205-4a1b-a36d-8326b34e93f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902534 [ 294 ] {} TCP-Session: a7841aec-ca7e-42c0-bb72-d4a3e784cece Authenticating user 'default' from [fd00:1122:3344:101::e]:52470 2025.11.20 17:20:21.902597 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:21.902734 [ 294 ] {} TCP-Session: a7841aec-ca7e-42c0-bb72-d4a3e784cece Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902759 [ 291 ] {} TCP-Session: 8cc35afd-e2b6-41a6-bbb9-36dac3abe69e Authenticating user 'default' from [fd00:1122:3344:101::e]:59974 2025.11.20 17:20:21.902763 [ 294 ] {} TCP-Session: a7841aec-ca7e-42c0-bb72-d4a3e784cece Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902790 [ 291 ] {} TCP-Session: 8cc35afd-e2b6-41a6-bbb9-36dac3abe69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902810 [ 291 ] {} TCP-Session: 8cc35afd-e2b6-41a6-bbb9-36dac3abe69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.902905 [ 286 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:20:21.903854 [ 299 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} AggregatingTransform: Aggregating 2025.11.20 17:20:21.903900 [ 299 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} Aggregator: Aggregation method: without_key 2025.11.20 17:20:21.903942 [ 299 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000916848 sec. (1090.693 rows/sec., 42.61 KiB/sec.) 2025.11.20 17:20:21.903966 [ 299 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} Aggregator: Merging aggregated data 2025.11.20 17:20:21.905442 [ 286 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} executeQuery: Read 1 rows, 40.00 B in 0.003232 sec., 309.4059405940594 rows/sec., 12.09 KiB/sec. 2025.11.20 17:20:21.905575 [ 286 ] {dfb69d52-5b46-4dc0-a2bd-62eb70825cf9} TCPHandler: Processed in 0.003645788 sec. 2025.11.20 17:20:21.905690 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905720 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905722 [ 286 ] {} TCP-Session: 1267c977-3de0-4139-ae33-09cb4e6ba1f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905741 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905761 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905769 [ 288 ] {} TCP-Session: 21d16b15-db8a-4be1-88ba-be5093baf261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905782 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905810 [ 289 ] {} TCP-Session: 1f2a700e-36e1-4000-9898-e73719fbdd9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905835 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905857 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905857 [ 290 ] {} TCP-Session: b3f0d659-02c1-4bbe-b29e-061344e70206 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905878 [ 291 ] {} TCP-Session: 8cc35afd-e2b6-41a6-bbb9-36dac3abe69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905902 [ 293 ] {} TCP-Session: 0b732ce0-b7f2-491d-a491-209d7cd7572b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905791 [ 259 ] {} TCP-Session: 7c596a54-c205-4a1b-a36d-8326b34e93f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.905819 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905798 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:21.905983 [ 292 ] {} TCP-Session: 2534c753-07ba-4f4b-811b-49279144df22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:21.906006 [ 294 ] {} TCP-Session: a7841aec-ca7e-42c0-bb72-d4a3e784cece Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037121 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39397 2025.11.20 17:20:22.037223 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.037249 [ 286 ] {} TCP-Session: b42ea11d-cddf-4f23-8d43-7ce062681108 Authenticating user 'default' from [fd00:1122:3344:101::e]:39397 2025.11.20 17:20:22.037274 [ 286 ] {} TCP-Session: b42ea11d-cddf-4f23-8d43-7ce062681108 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037287 [ 286 ] {} TCP-Session: b42ea11d-cddf-4f23-8d43-7ce062681108 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037488 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40343 2025.11.20 17:20:22.037507 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42508 2025.11.20 17:20:22.037571 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53699 2025.11.20 17:20:22.037592 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57245 2025.11.20 17:20:22.037617 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62280 2025.11.20 17:20:22.037651 [ 286 ] {} TCP-Session: b42ea11d-cddf-4f23-8d43-7ce062681108 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.037676 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.037693 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.037692 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.037738 [ 291 ] {} TCP-Session: fad8e305-6d61-4ac7-b1fb-24c900f5e813 Authenticating user 'default' from [fd00:1122:3344:101::e]:53699 2025.11.20 17:20:22.037758 [ 289 ] {} TCP-Session: 866eee4a-8869-4374-9e49-7a2c77731b3d Authenticating user 'default' from [fd00:1122:3344:101::e]:42508 2025.11.20 17:20:22.037775 [ 293 ] {} TCP-Session: 64405326-a6d0-435f-8c62-8efa6f70807c Authenticating user 'default' from [fd00:1122:3344:101::e]:57245 2025.11.20 17:20:22.037796 [ 291 ] {} TCP-Session: fad8e305-6d61-4ac7-b1fb-24c900f5e813 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037815 [ 293 ] {} TCP-Session: 64405326-a6d0-435f-8c62-8efa6f70807c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037829 [ 291 ] {} TCP-Session: fad8e305-6d61-4ac7-b1fb-24c900f5e813 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037846 [ 293 ] {} TCP-Session: 64405326-a6d0-435f-8c62-8efa6f70807c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037810 [ 289 ] {} TCP-Session: 866eee4a-8869-4374-9e49-7a2c77731b3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037877 [ 286 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} executeQuery: (from [fd00:1122:3344:101::e]:39397) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:20:22.037909 [ 289 ] {} TCP-Session: 866eee4a-8869-4374-9e49-7a2c77731b3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037632 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.037607 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46233 2025.11.20 17:20:22.037976 [ 288 ] {} TCP-Session: 1b4e3483-9bd8-41de-9eae-7840b0c176e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40343 2025.11.20 17:20:22.037546 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40534 2025.11.20 17:20:22.038015 [ 288 ] {} TCP-Session: 1b4e3483-9bd8-41de-9eae-7840b0c176e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038038 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.038056 [ 288 ] {} TCP-Session: 1b4e3483-9bd8-41de-9eae-7840b0c176e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038075 [ 259 ] {} TCP-Session: f20e1709-f5de-4364-b1c1-7740475da67b Authenticating user 'default' from [fd00:1122:3344:101::e]:46233 2025.11.20 17:20:22.037759 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.038103 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.038105 [ 259 ] {} TCP-Session: f20e1709-f5de-4364-b1c1-7740475da67b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038146 [ 290 ] {} TCP-Session: 968926dc-d572-4eb6-9cfc-100d16e15366 Authenticating user 'default' from [fd00:1122:3344:101::e]:40534 2025.11.20 17:20:22.038172 [ 259 ] {} TCP-Session: f20e1709-f5de-4364-b1c1-7740475da67b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038172 [ 286 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:20:22.038196 [ 290 ] {} TCP-Session: 968926dc-d572-4eb6-9cfc-100d16e15366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038233 [ 290 ] {} TCP-Session: 968926dc-d572-4eb6-9cfc-100d16e15366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.037581 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48233 2025.11.20 17:20:22.038253 [ 286 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:20:22.038139 [ 294 ] {} TCP-Session: 469b7fba-fa51-48f4-853d-fc8cb06ebaaa Authenticating user 'default' from [fd00:1122:3344:101::e]:62280 2025.11.20 17:20:22.038325 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.038326 [ 294 ] {} TCP-Session: 469b7fba-fa51-48f4-853d-fc8cb06ebaaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038355 [ 292 ] {} TCP-Session: d766433f-4dc3-4384-9d20-7cdc4c53dbc8 Authenticating user 'default' from [fd00:1122:3344:101::e]:48233 2025.11.20 17:20:22.038361 [ 294 ] {} TCP-Session: 469b7fba-fa51-48f4-853d-fc8cb06ebaaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038380 [ 292 ] {} TCP-Session: d766433f-4dc3-4384-9d20-7cdc4c53dbc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038399 [ 292 ] {} TCP-Session: d766433f-4dc3-4384-9d20-7cdc4c53dbc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.038560 [ 286 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:20:22.039586 [ 327 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} AggregatingTransform: Aggregating 2025.11.20 17:20:22.039626 [ 327 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} Aggregator: Aggregation method: without_key 2025.11.20 17:20:22.039665 [ 327 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001006229 sec. (993.810 rows/sec., 38.82 KiB/sec.) 2025.11.20 17:20:22.039683 [ 327 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} Aggregator: Merging aggregated data 2025.11.20 17:20:22.040958 [ 286 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} executeQuery: Read 1 rows, 40.00 B in 0.003151 sec., 317.35956839098696 rows/sec., 12.40 KiB/sec. 2025.11.20 17:20:22.041099 [ 286 ] {7dbe1cfe-9912-43d0-90b2-4ededb4c23b1} TCPHandler: Processed in 0.003605907 sec. 2025.11.20 17:20:22.041218 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041247 [ 286 ] {} TCP-Session: b42ea11d-cddf-4f23-8d43-7ce062681108 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041250 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041269 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041291 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041312 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041333 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041341 [ 259 ] {} TCP-Session: f20e1709-f5de-4364-b1c1-7740475da67b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041360 [ 293 ] {} TCP-Session: 64405326-a6d0-435f-8c62-8efa6f70807c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041365 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041389 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041426 [ 294 ] {} TCP-Session: 469b7fba-fa51-48f4-853d-fc8cb06ebaaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041378 [ 291 ] {} TCP-Session: fad8e305-6d61-4ac7-b1fb-24c900f5e813 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041445 [ 290 ] {} TCP-Session: 968926dc-d572-4eb6-9cfc-100d16e15366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041327 [ 288 ] {} TCP-Session: 1b4e3483-9bd8-41de-9eae-7840b0c176e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041301 [ 289 ] {} TCP-Session: 866eee4a-8869-4374-9e49-7a2c77731b3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.041387 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.041569 [ 292 ] {} TCP-Session: d766433f-4dc3-4384-9d20-7cdc4c53dbc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108185 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54431 2025.11.20 17:20:22.108284 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108312 [ 286 ] {} TCP-Session: 0655ddbc-cb9b-4f4c-bcf4-37ecf08b21dd Authenticating user 'default' from [fd00:1122:3344:101::e]:54431 2025.11.20 17:20:22.108335 [ 286 ] {} TCP-Session: 0655ddbc-cb9b-4f4c-bcf4-37ecf08b21dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108349 [ 286 ] {} TCP-Session: 0655ddbc-cb9b-4f4c-bcf4-37ecf08b21dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108540 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37444 2025.11.20 17:20:22.108550 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56019 2025.11.20 17:20:22.108600 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64182 2025.11.20 17:20:22.108628 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42280 2025.11.20 17:20:22.108583 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43792 2025.11.20 17:20:22.108676 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108695 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108702 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108699 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108725 [ 292 ] {} TCP-Session: 804b9f33-7736-4e47-9188-8de2ff4bd461 Authenticating user 'default' from [fd00:1122:3344:101::e]:64182 2025.11.20 17:20:22.108736 [ 259 ] {} TCP-Session: 253279a4-9fb2-47d3-96ad-952e39fbe6af Authenticating user 'default' from [fd00:1122:3344:101::e]:42280 2025.11.20 17:20:22.108763 [ 289 ] {} TCP-Session: 6aa26d94-b334-49d7-b080-9fb2056dec57 Authenticating user 'default' from [fd00:1122:3344:101::e]:56019 2025.11.20 17:20:22.108781 [ 259 ] {} TCP-Session: 253279a4-9fb2-47d3-96ad-952e39fbe6af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108735 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108819 [ 289 ] {} TCP-Session: 6aa26d94-b334-49d7-b080-9fb2056dec57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108849 [ 291 ] {} TCP-Session: 35badfb3-a842-4765-beed-36f220964f2c Authenticating user 'default' from [fd00:1122:3344:101::e]:43792 2025.11.20 17:20:22.108859 [ 289 ] {} TCP-Session: 6aa26d94-b334-49d7-b080-9fb2056dec57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108715 [ 288 ] {} TCP-Session: abd1d31c-69d9-4881-a301-1da2337d6f71 Authenticating user 'default' from [fd00:1122:3344:101::e]:37444 2025.11.20 17:20:22.108883 [ 291 ] {} TCP-Session: 35badfb3-a842-4765-beed-36f220964f2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108667 [ 286 ] {} TCP-Session: 0655ddbc-cb9b-4f4c-bcf4-37ecf08b21dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.108915 [ 291 ] {} TCP-Session: 35badfb3-a842-4765-beed-36f220964f2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108916 [ 288 ] {} TCP-Session: abd1d31c-69d9-4881-a301-1da2337d6f71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108557 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55220 2025.11.20 17:20:22.108968 [ 288 ] {} TCP-Session: abd1d31c-69d9-4881-a301-1da2337d6f71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108821 [ 259 ] {} TCP-Session: 253279a4-9fb2-47d3-96ad-952e39fbe6af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108766 [ 292 ] {} TCP-Session: 804b9f33-7736-4e47-9188-8de2ff4bd461 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.108624 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48572 2025.11.20 17:20:22.109062 [ 292 ] {} TCP-Session: 804b9f33-7736-4e47-9188-8de2ff4bd461 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109076 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.109104 [ 286 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} executeQuery: (from [fd00:1122:3344:101::e]:54431) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:20:22.109128 [ 290 ] {} TCP-Session: 7c2c25a6-ec1a-4701-9818-28820fa54252 Authenticating user 'default' from [fd00:1122:3344:101::e]:55220 2025.11.20 17:20:22.109132 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.108613 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48654 2025.11.20 17:20:22.109170 [ 294 ] {} TCP-Session: c7d4ce0b-03ad-43c7-bf8a-368b0ef16589 Authenticating user 'default' from [fd00:1122:3344:101::e]:48572 2025.11.20 17:20:22.109160 [ 290 ] {} TCP-Session: 7c2c25a6-ec1a-4701-9818-28820fa54252 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109204 [ 294 ] {} TCP-Session: c7d4ce0b-03ad-43c7-bf8a-368b0ef16589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109215 [ 290 ] {} TCP-Session: 7c2c25a6-ec1a-4701-9818-28820fa54252 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109221 [ 294 ] {} TCP-Session: c7d4ce0b-03ad-43c7-bf8a-368b0ef16589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109240 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:20:22.109271 [ 293 ] {} TCP-Session: bda6d9c4-6817-4368-8e29-4c43722d23dc Authenticating user 'default' from [fd00:1122:3344:101::e]:48654 2025.11.20 17:20:22.109289 [ 293 ] {} TCP-Session: bda6d9c4-6817-4368-8e29-4c43722d23dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109301 [ 293 ] {} TCP-Session: bda6d9c4-6817-4368-8e29-4c43722d23dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.109362 [ 286 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:20:22.109419 [ 286 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:20:22.109687 [ 286 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:20:22.110559 [ 342 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} AggregatingTransform: Aggregating 2025.11.20 17:20:22.110608 [ 342 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} Aggregator: Aggregation method: without_key 2025.11.20 17:20:22.110644 [ 342 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000860537 sec. (1162.065 rows/sec., 45.39 KiB/sec.) 2025.11.20 17:20:22.110663 [ 342 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} Aggregator: Merging aggregated data 2025.11.20 17:20:22.111856 [ 286 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} executeQuery: Read 1 rows, 40.00 B in 0.002805 sec., 356.50623885918003 rows/sec., 13.93 KiB/sec. 2025.11.20 17:20:22.111986 [ 286 ] {a8e6be01-5ff9-413b-b850-449b760b31bc} TCPHandler: Processed in 0.003436235 sec. 2025.11.20 17:20:22.112123 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112161 [ 286 ] {} TCP-Session: 0655ddbc-cb9b-4f4c-bcf4-37ecf08b21dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112164 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112191 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112213 [ 294 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112222 [ 288 ] {} TCP-Session: abd1d31c-69d9-4881-a301-1da2337d6f71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112240 [ 291 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112258 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112275 [ 259 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112293 [ 293 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112309 [ 290 ] {} TCP-Session: 7c2c25a6-ec1a-4701-9818-28820fa54252 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112328 [ 259 ] {} TCP-Session: 253279a4-9fb2-47d3-96ad-952e39fbe6af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112345 [ 293 ] {} TCP-Session: bda6d9c4-6817-4368-8e29-4c43722d23dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112241 [ 289 ] {} TCP-Session: 6aa26d94-b334-49d7-b080-9fb2056dec57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112298 [ 291 ] {} TCP-Session: 35badfb3-a842-4765-beed-36f220964f2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112310 [ 292 ] {} TCPHandler: Done processing connection. 2025.11.20 17:20:22.112288 [ 294 ] {} TCP-Session: c7d4ce0b-03ad-43c7-bf8a-368b0ef16589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.112441 [ 292 ] {} TCP-Session: 804b9f33-7736-4e47-9188-8de2ff4bd461 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:20:22.320633 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.320830 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.320909 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:20:22.321746 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.321796 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.322224 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:20:22.322450 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.322607 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} executeQuery: Read 410 rows, 26.63 KiB in 0.001847 sec., 221981.59177043856 rows/sec., 14.08 MiB/sec. 2025.11.20 17:20:22.322654 [ 260 ] {4041dc39-2ab1-431e-96dc-7332800e9ee8} TCPHandler: Processed in 0.0021579 sec. 2025.11.20 17:20:22.322782 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.322898 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:22.322941 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:22.323922 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.323964 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.324344 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:20:22.324577 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.324694 [ 39 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:20:22.324711 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} executeQuery: Read 1112 rows, 89.84 KiB in 0.001832 sec., 606986.8995633187 rows/sec., 47.89 MiB/sec. 2025.11.20 17:20:22.324764 [ 39 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.324781 [ 260 ] {d5365fd9-ca17-416d-a950-2b3d45dbd5fb} TCPHandler: Processed in 0.002048888 sec. 2025.11.20 17:20:22.324792 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.324906 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:20:22.324923 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.325017 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:22.325025 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.325058 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2462 rows starting from the beginning of the part 2025.11.20 17:20:22.325076 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:22.325131 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1399 rows starting from the beginning of the part 2025.11.20 17:20:22.325182 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:20:22.325223 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 56 rows starting from the beginning of the part 2025.11.20 17:20:22.325273 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 136 rows starting from the beginning of the part 2025.11.20 17:20:22.325334 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:20:22.325671 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.325723 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.326237 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:20:22.326512 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.326658 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} executeQuery: Read 205 rows, 12.32 KiB in 0.001652 sec., 124092.00968523002 rows/sec., 7.28 MiB/sec. 2025.11.20 17:20:22.326699 [ 260 ] {801c9de6-e86d-4a5c-804c-6c592a8427f1} TCPHandler: Processed in 0.001828054 sec. 2025.11.20 17:20:22.326817 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.326919 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.326961 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:22.327479 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.327495 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5221 rows, containing 5 columns (5 merged, 0 gathered) in 0.002626369 sec., 1987915.635617082 rows/sec., 170.19 MiB/sec. 2025.11.20 17:20:22.327517 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.327804 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:20:22.327906 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:20:22.328193 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.328228 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.328274 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_36_7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:20:22.328354 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.11.20 17:20:22.328389 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} executeQuery: Read 212 rows, 14.00 KiB in 0.001487 sec., 142568.9307330195 rows/sec., 9.19 MiB/sec. 2025.11.20 17:20:22.328436 [ 260 ] {5d0f72e3-216c-4449-aeae-c75d52980a75} TCPHandler: Processed in 0.001667572 sec. 2025.11.20 17:20:22.328550 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.328646 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.328687 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:20:22.329189 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.329227 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.329548 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:20:22.329765 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.329902 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} executeQuery: Read 211 rows, 12.27 KiB in 0.001275 sec., 165490.19607843136 rows/sec., 9.40 MiB/sec. 2025.11.20 17:20:22.329942 [ 260 ] {ce95c43c-19a5-4b11-9a01-4bfd324ac662} TCPHandler: Processed in 0.001441027 sec. 2025.11.20 17:20:22.330058 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.330157 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:22.330198 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:22.330933 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.330973 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.331327 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:20:22.331556 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.331680 [ 38 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:20:22.331689 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} executeQuery: Read 679 rows, 48.47 KiB in 0.00155 sec., 438064.5161290323 rows/sec., 30.54 MiB/sec. 2025.11.20 17:20:22.331753 [ 38 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.331767 [ 260 ] {a13f3cdf-ef96-4c3d-ab8d-b40bc1e8af95} TCPHandler: Processed in 0.001759973 sec. 2025.11.20 17:20:22.331785 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.331891 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:20:22.331895 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.332024 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:22.332026 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:20:22.332066 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1249 rows starting from the beginning of the part 2025.11.20 17:20:22.332084 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:20:22.332137 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 602 rows starting from the beginning of the part 2025.11.20 17:20:22.332187 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:20:22.332227 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 64 rows starting from the beginning of the part 2025.11.20 17:20:22.332268 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:22.332309 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 679 rows starting from the beginning of the part 2025.11.20 17:20:22.332437 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.332478 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.332825 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:20:22.333067 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.333234 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} executeQuery: Read 6 rows, 321.00 B in 0.001226 sec., 4893.964110929853 rows/sec., 255.69 KiB/sec. 2025.11.20 17:20:22.333275 [ 260 ] {4ea5b69a-f8fa-43dc-95f1-7482ffb6adc0} TCPHandler: Processed in 0.001433847 sec. 2025.11.20 17:20:22.333388 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.333483 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.333526 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:22.333605 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.001760893 sec., 1568522.334974357 rows/sec., 120.04 MiB/sec. 2025.11.20 17:20:22.333820 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:20:22.334020 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.334066 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.334084 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.334155 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_36_7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:20:22.334233 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.11.20 17:20:22.334502 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:20:22.334749 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.334875 [ 37 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:20:22.334889 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} executeQuery: Read 314 rows, 21.12 KiB in 0.001424 sec., 220505.6179775281 rows/sec., 14.49 MiB/sec. 2025.11.20 17:20:22.334932 [ 37 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.334947 [ 260 ] {893a8e83-eb38-4275-8cc8-649ac2925fc1} TCPHandler: Processed in 0.00160738 sec. 2025.11.20 17:20:22.334963 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.335048 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:22.335075 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.335153 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:22.335185 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.335193 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10596 rows starting from the beginning of the part 2025.11.20 17:20:22.335245 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:20:22.335263 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 941 rows starting from the beginning of the part 2025.11.20 17:20:22.335312 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 86 rows starting from the beginning of the part 2025.11.20 17:20:22.335369 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:22.335414 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2025.11.20 17:20:22.335456 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 314 rows starting from the beginning of the part 2025.11.20 17:20:22.335643 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.335689 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.336031 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:20:22.336249 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.336379 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} executeQuery: Read 1 rows, 69.00 B in 0.001218 sec., 821.0180623973728 rows/sec., 55.32 KiB/sec. 2025.11.20 17:20:22.336418 [ 260 ] {95b38440-a077-49fd-844a-760df598beff} TCPHandler: Processed in 0.001401286 sec. 2025.11.20 17:20:22.336538 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:22.336634 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:22.336677 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:22.337026 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.337064 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.337388 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:20:22.337616 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.337724 [ 37 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:20:22.337743 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} executeQuery: Read 104 rows, 6.53 KiB in 0.001128 sec., 92198.58156028368 rows/sec., 5.65 MiB/sec. 2025.11.20 17:20:22.337764 [ 37 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:22.337788 [ 260 ] {59c817fc-f678-40c1-b617-7a5b0fe6c471} TCPHandler: Processed in 0.001298824 sec. 2025.11.20 17:20:22.337790 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:22.337886 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:22.337980 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:22.338004 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2296 rows starting from the beginning of the part 2025.11.20 17:20:22.338051 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part 2025.11.20 17:20:22.338090 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2025.11.20 17:20:22.338136 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:22.338193 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:22.338252 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:22.338971 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12257 rows, containing 5 columns (5 merged, 0 gathered) in 0.003955455 sec., 3098758.5499013388 rows/sec., 208.81 MiB/sec. 2025.11.20 17:20:22.339246 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2580 rows, containing 4 columns (4 merged, 0 gathered) in 0.001392657 sec., 1852573.8929255372 rows/sec., 117.89 MiB/sec. 2025.11.20 17:20:22.339444 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:20:22.339469 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:20:22.339799 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.339874 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_36_7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:20:22.339875 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:22.339939 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.11.20 17:20:22.339980 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_36_7} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:20:22.340084 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.29 MiB. 2025.11.20 17:20:23.605232 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11936 2025.11.20 17:20:23.605733 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:23.605772 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:23.606260 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:20:23.606495 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:23.606629 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11936 2025.11.20 17:20:24.203773 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.11.20 17:20:24.221387 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:24.221462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:24.227534 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:20:24.228255 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:24.232176 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.11.20 17:20:26.137138 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 770 2025.11.20 17:20:26.139678 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:26.139730 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:26.140972 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:20:26.141253 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:26.141629 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 770 2025.11.20 17:20:27.308749 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:27.308947 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:27.309019 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:27.309704 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.309751 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:27.310152 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:20:27.310384 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.310536 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} executeQuery: Read 136 rows, 12.08 KiB in 0.001642 sec., 82825.8221680877 rows/sec., 7.18 MiB/sec. 2025.11.20 17:20:27.310577 [ 260 ] {ec428092-67f6-4be1-8945-1eb082597734} TCPHandler: Processed in 0.001965497 sec. 2025.11.20 17:20:27.310690 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:27.310786 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:27.310827 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:27.311219 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.311255 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:27.311546 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:20:27.311754 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.311864 [ 30 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:20:27.311877 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} executeQuery: Read 40 rows, 3.01 KiB in 0.001111 sec., 36003.600360036005 rows/sec., 2.64 MiB/sec. 2025.11.20 17:20:27.311933 [ 30 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.311942 [ 260 ] {d3060352-0d82-4561-8b7a-ad58d21d5885} TCPHandler: Processed in 0.001301995 sec. 2025.11.20 17:20:27.311963 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:27.312051 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:27.312092 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:20:27.312149 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:27.312194 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:27.312250 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:27.312293 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 277 rows starting from the beginning of the part 2025.11.20 17:20:27.312367 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 205 rows starting from the beginning of the part 2025.11.20 17:20:27.312419 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 58 rows starting from the beginning of the part 2025.11.20 17:20:27.312469 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:27.312514 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 205 rows starting from the beginning of the part 2025.11.20 17:20:27.312561 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:27.312616 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.312656 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:27.312996 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:20:27.313221 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.313355 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} executeQuery: Read 104 rows, 8.32 KiB in 0.001225 sec., 84897.95918367348 rows/sec., 6.63 MiB/sec. 2025.11.20 17:20:27.313394 [ 260 ] {c2768554-33ca-4a2c-839f-9b1d576e20be} TCPHandler: Processed in 0.001390056 sec. 2025.11.20 17:20:27.313501 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:27.313551 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 825 rows, containing 5 columns (5 merged, 0 gathered) in 0.001518808 sec., 543189.1325302474 rows/sec., 35.97 MiB/sec. 2025.11.20 17:20:27.313595 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:27.313644 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:27.313722 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:20:27.314027 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.314036 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.314081 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:27.314112 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_31_6} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:20:27.314201 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:20:27.314425 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:20:27.314643 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.314774 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.11.20 17:20:27.314810 [ 260 ] {a684c76c-66b6-47f8-98e0-02e791dca2db} TCPHandler: Processed in 0.001356585 sec. 2025.11.20 17:20:27.314915 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:27.315008 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:27.315064 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} 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.11.20 17:20:27.315908 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.315970 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:27.316511 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:20:27.316731 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.316865 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} executeQuery: Read 40 rows, 73.40 KiB in 0.001874 sec., 21344.71718249733 rows/sec., 38.25 MiB/sec. 2025.11.20 17:20:27.316917 [ 260 ] {6e613ddf-8304-47e5-ab7c-0b262125c78b} TCPHandler: Processed in 0.002048669 sec. 2025.11.20 17:20:27.317020 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:27.317115 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:27.317156 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:27.317495 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:27.317530 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2025.11.20 17:20:27.317825 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:20:27.318028 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:27.318154 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2025.11.20 17:20:27.318189 [ 260 ] {3309bee9-3043-47f9-a7da-39a37eb2019c} TCPHandler: Processed in 0.001217933 sec. 2025.11.20 17:20:31.013886 [ 50 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:20:31.013954 [ 50 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:20:31.106792 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12448 2025.11.20 17:20:31.107379 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:31.107429 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:31.108066 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:20:31.108297 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:31.108426 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12448 2025.11.20 17:20:31.108440 [ 50 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:20:31.108508 [ 50 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:31.108529 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:31.108651 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:20:31.108801 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:31.108841 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10016 rows starting from the beginning of the part 2025.11.20 17:20:31.108904 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2025.11.20 17:20:31.108949 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2025.11.20 17:20:31.108989 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2025.11.20 17:20:31.109029 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2025.11.20 17:20:31.109069 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2025.11.20 17:20:31.110914 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12448 rows, containing 4 columns (4 merged, 0 gathered) in 0.002318484 sec., 5369025.62191501 rows/sec., 76.80 MiB/sec. 2025.11.20 17:20:31.111218 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:20:31.111482 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:31.111558 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_26_5} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:20:31.111663 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.11.20 17:20:31.732324 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.11.20 17:20:31.749313 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:31.749369 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:31.755033 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:20:31.755759 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:31.756123 [ 66 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:20:31.756218 [ 66 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:31.756254 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:31.756456 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.758759 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.11.20 17:20:31.760583 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:31.762075 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.766667 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.771141 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.775149 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.779687 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.784077 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:20:31.835697 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.079329009 sec., 2470.7229104551147 rows/sec., 12.78 MiB/sec. 2025.11.20 17:20:31.837468 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:20:31.839102 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_26_5} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:31.839188 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_26_5} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:20:31.840589 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.11.20 17:20:32.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 259.14 MiB, peak 269.68 MiB, free memory in arenas 0.00 B, will set to 264.84 MiB (RSS), difference: 5.70 MiB 2025.11.20 17:20:32.318019 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.318212 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.318284 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:20:32.319114 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.319164 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.319593 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:20:32.319830 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.319992 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} executeQuery: Read 410 rows, 26.63 KiB in 0.001833 sec., 223677.0321876705 rows/sec., 14.19 MiB/sec. 2025.11.20 17:20:32.320040 [ 260 ] {a7642269-261b-4507-8d0d-7ad7d37758a3} TCPHandler: Processed in 0.00215741 sec. 2025.11.20 17:20:32.320159 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.320261 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:32.320303 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:32.321321 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.321359 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.321744 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:20:32.321954 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.322086 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} executeQuery: Read 1112 rows, 89.84 KiB in 0.001848 sec., 601731.6017316018 rows/sec., 47.48 MiB/sec. 2025.11.20 17:20:32.322124 [ 260 ] {f55eb221-0aa3-4cd6-8a36-368673312d89} TCPHandler: Processed in 0.002014058 sec. 2025.11.20 17:20:32.322235 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.322331 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.322371 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:32.322858 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.322894 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.323198 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:20:32.323400 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.323526 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} executeQuery: Read 205 rows, 12.32 KiB in 0.001216 sec., 168585.52631578947 rows/sec., 9.89 MiB/sec. 2025.11.20 17:20:32.323563 [ 260 ] {0397c407-9064-4f42-9d76-f384a2a28d6f} TCPHandler: Processed in 0.001375166 sec. 2025.11.20 17:20:32.323665 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.323757 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.323794 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:32.324271 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.324306 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.324602 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:20:32.324806 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.324929 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} executeQuery: Read 212 rows, 14.00 KiB in 0.001191 sec., 178001.6792611251 rows/sec., 11.48 MiB/sec. 2025.11.20 17:20:32.324965 [ 260 ] {ef6d031c-c83d-4b61-9976-5d32f06fe16e} TCPHandler: Processed in 0.001346225 sec. 2025.11.20 17:20:32.325063 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.325154 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.325192 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:20:32.325662 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.325698 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.326020 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:20:32.326236 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.326365 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} executeQuery: Read 211 rows, 12.27 KiB in 0.001229 sec., 171684.29617575265 rows/sec., 9.75 MiB/sec. 2025.11.20 17:20:32.326402 [ 260 ] {cb4ec954-78a3-4a4e-a49e-0fd9a5761341} TCPHandler: Processed in 0.001384866 sec. 2025.11.20 17:20:32.326504 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.326596 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:32.326635 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:32.327329 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.327364 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.327682 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:20:32.327883 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.328008 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} executeQuery: Read 679 rows, 48.47 KiB in 0.00143 sec., 474825.1748251748 rows/sec., 33.10 MiB/sec. 2025.11.20 17:20:32.328046 [ 260 ] {cf833891-bb7d-4325-bb40-537767f6820c} TCPHandler: Processed in 0.00158872 sec. 2025.11.20 17:20:32.328149 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.328250 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:20:32.328293 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:20:32.328633 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.328669 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.328984 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:20:32.329196 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.329327 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} executeQuery: Read 6 rows, 321.00 B in 0.001094 sec., 5484.460694698355 rows/sec., 286.54 KiB/sec. 2025.11.20 17:20:32.329333 [ 34 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:20:32.329367 [ 260 ] {88a6b4d0-6fcf-43b0-a92a-e7667d71f6a1} TCPHandler: Processed in 0.001266513 sec. 2025.11.20 17:20:32.329399 [ 34 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.329429 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.329488 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.329547 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::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.11.20 17:20:32.329587 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.329637 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:32.329706 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:32.329751 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part 2025.11.20 17:20:32.329820 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.11.20 17:20:32.329869 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2025.11.20 17:20:32.329920 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.11.20 17:20:32.329965 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2025.11.20 17:20:32.330010 [ 189 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.11.20 17:20:32.330099 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.330139 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.330552 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:20:32.330787 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.330869 [ 198 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.001380505 sec., 69539.76986682409 rows/sec., 3.55 MiB/sec. 2025.11.20 17:20:32.330925 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} executeQuery: Read 314 rows, 21.12 KiB in 0.001355 sec., 231734.3173431734 rows/sec., 15.22 MiB/sec. 2025.11.20 17:20:32.330971 [ 260 ] {8f43ae14-8094-4b08-9260-e0037f9837b9} TCPHandler: Processed in 0.001535158 sec. 2025.11.20 17:20:32.331010 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:20:32.331076 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.331170 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.331212 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:20:32.331272 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.331336 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_16_3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:20:32.331426 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.20 17:20:32.331522 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.331555 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.331846 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:20:32.332055 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.332182 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} executeQuery: Read 1 rows, 69.00 B in 0.001028 sec., 972.7626459143968 rows/sec., 65.55 KiB/sec. 2025.11.20 17:20:32.332220 [ 260 ] {9f17d63f-06af-434a-839c-66749ef63e93} TCPHandler: Processed in 0.001190722 sec. 2025.11.20 17:20:32.332320 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:32.332412 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:32.332452 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:32.332790 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:32.332826 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:32.333127 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:20:32.333329 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:32.333458 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} executeQuery: Read 104 rows, 6.53 KiB in 0.001062 sec., 97928.43691148776 rows/sec., 6.00 MiB/sec. 2025.11.20 17:20:32.333496 [ 260 ] {97ae3822-d5e0-4d51-8909-7a6b1bd67df9} TCPHandler: Processed in 0.001223783 sec. 2025.11.20 17:20:36.141939 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 802 2025.11.20 17:20:36.144365 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:36.144417 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:36.145679 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:20:36.145953 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:36.146321 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 802 2025.11.20 17:20:37.337454 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.337628 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:20:37.337691 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:20:37.338293 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.338338 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.338718 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.11.20 17:20:37.338932 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.339084 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} executeQuery: Read 12 rows, 1002.00 B in 0.001502 sec., 7989.347536617843 rows/sec., 651.48 KiB/sec. 2025.11.20 17:20:37.339128 [ 260 ] {f33d92c7-20c7-4498-88eb-f1e50dc8a277} TCPHandler: Processed in 0.001801284 sec. 2025.11.20 17:20:37.339243 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.339338 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:37.339376 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:37.340722 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.340758 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.341185 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:20:37.341394 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.341524 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} executeQuery: Read 1282 rows, 109.08 KiB in 0.002203 sec., 581933.7267362687 rows/sec., 48.35 MiB/sec. 2025.11.20 17:20:37.341564 [ 260 ] {9bc7cb46-1ffb-4361-90cd-df971da681b1} TCPHandler: Processed in 0.002369855 sec. 2025.11.20 17:20:37.341674 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.341768 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:37.341810 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:37.342229 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.342266 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.342552 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:20:37.342764 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.342892 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} executeQuery: Read 52 rows, 3.85 KiB in 0.00114 sec., 45614.0350877193 rows/sec., 3.29 MiB/sec. 2025.11.20 17:20:37.342932 [ 260 ] {4ae3b0d7-cb9f-4e6a-b6ff-996c0bf156f2} TCPHandler: Processed in 0.001305365 sec. 2025.11.20 17:20:37.343039 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.343133 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:37.343172 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:37.343691 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.343726 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.344043 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:20:37.344243 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.344395 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} executeQuery: Read 228 rows, 15.81 KiB in 0.001277 sec., 178543.46123727487 rows/sec., 12.09 MiB/sec. 2025.11.20 17:20:37.344445 [ 260 ] {8b049794-082d-4d4a-a0b8-28498c9beb61} TCPHandler: Processed in 0.001453198 sec. 2025.11.20 17:20:37.344566 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.344670 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:37.344710 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:37.345453 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.345489 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.345840 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:20:37.346066 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.346195 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} executeQuery: Read 572 rows, 43.59 KiB in 0.001544 sec., 370466.3212435233 rows/sec., 27.57 MiB/sec. 2025.11.20 17:20:37.346234 [ 260 ] {09641e3a-2695-43aa-8301-8b53ee093cb2} TCPHandler: Processed in 0.001716932 sec. 2025.11.20 17:20:37.346359 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.346453 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:37.346501 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:37.347156 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.347191 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.347578 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:20:37.347792 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.347918 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} executeQuery: Read 850 rows, 58.59 KiB in 0.001484 sec., 572776.2803234501 rows/sec., 38.56 MiB/sec. 2025.11.20 17:20:37.347956 [ 260 ] {07e93d56-81b2-421b-8004-3e872fe9d429} TCPHandler: Processed in 0.001653771 sec. 2025.11.20 17:20:37.348077 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.348172 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:37.348226 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} 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.11.20 17:20:37.349095 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.349132 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.349744 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:20:37.349962 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.350104 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} executeQuery: Read 40 rows, 73.40 KiB in 0.00195 sec., 20512.820512820515 rows/sec., 36.76 MiB/sec. 2025.11.20 17:20:37.350121 [ 145 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.11.20 17:20:37.350158 [ 260 ] {ec2fded7-8057-416f-bc1a-1ffd1e2de653} TCPHandler: Processed in 0.0021296 sec. 2025.11.20 17:20:37.350199 [ 145 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.350227 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.350287 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:37.350337 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:20:37.350388 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:37.350436 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:37.350598 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:37.350667 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 424 rows starting from the beginning of the part 2025.11.20 17:20:37.350779 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:37.350818 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:37.350820 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:37.350952 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:37.351078 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:37.351194 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:20:37.351199 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:37.351327 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:37.351424 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.351566 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2025.11.20 17:20:37.351603 [ 260 ] {426700a8-a35b-49d5-a377-73059bd45d55} TCPHandler: Processed in 0.001365535 sec. 2025.11.20 17:20:37.370071 [ 200 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 624 rows, containing 19 columns (19 merged, 0 gathered) in 0.019782432 sec., 31543.138882014104 rows/sec., 56.52 MiB/sec. 2025.11.20 17:20:37.371081 [ 200 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.11.20 17:20:37.371423 [ 200 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:37.371493 [ 200 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_16_3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.11.20 17:20:37.371637 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.52 MiB. 2025.11.20 17:20:38.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 265.61 MiB, peak 273.08 MiB, free memory in arenas 0.00 B, will set to 267.72 MiB (RSS), difference: 2.11 MiB 2025.11.20 17:20:38.608614 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12896 2025.11.20 17:20:38.609255 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:38.609310 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:38.609979 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:20:38.610213 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:38.610344 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12896 2025.11.20 17:20:39.258948 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.11.20 17:20:39.274170 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:39.274233 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:39.279935 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:20:39.280625 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:39.283544 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.11.20 17:20:42.319334 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.319511 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.319575 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:20:42.320382 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.320425 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.320828 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:20:42.321066 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.321223 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} executeQuery: Read 410 rows, 26.63 KiB in 0.001759 sec., 233086.98123934053 rows/sec., 14.79 MiB/sec. 2025.11.20 17:20:42.321267 [ 260 ] {7a3b16cb-2b16-4591-b2ac-1be4090d2034} TCPHandler: Processed in 0.002058688 sec. 2025.11.20 17:20:42.321382 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.321477 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:42.321518 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:42.322444 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.322481 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.322847 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:20:42.323060 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.323193 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} executeQuery: Read 1112 rows, 89.84 KiB in 0.001734 sec., 641291.8108419838 rows/sec., 50.60 MiB/sec. 2025.11.20 17:20:42.323232 [ 260 ] {4fb16f26-5694-4146-b2eb-5a4785ce0e1f} TCPHandler: Processed in 0.001900186 sec. 2025.11.20 17:20:42.323339 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.323432 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.323472 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:42.323948 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.323984 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.324299 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:20:42.324509 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.324642 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} executeQuery: Read 205 rows, 12.32 KiB in 0.001228 sec., 166938.11074918567 rows/sec., 9.79 MiB/sec. 2025.11.20 17:20:42.324680 [ 260 ] {0f00dd19-edae-44e5-95fb-17c38d82c5f0} TCPHandler: Processed in 0.001389236 sec. 2025.11.20 17:20:42.324781 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.324875 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.324915 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:42.325393 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.325429 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.325735 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:20:42.325948 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.326078 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} executeQuery: Read 212 rows, 14.00 KiB in 0.001221 sec., 173628.17362817362 rows/sec., 11.20 MiB/sec. 2025.11.20 17:20:42.326117 [ 260 ] {73112da3-0d43-453b-9dc7-89520ce223ce} TCPHandler: Processed in 0.001383896 sec. 2025.11.20 17:20:42.326218 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.326311 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.326350 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:20:42.326812 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.326848 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.327154 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:20:42.327361 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.327488 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} executeQuery: Read 211 rows, 12.27 KiB in 0.001195 sec., 176569.03765690376 rows/sec., 10.03 MiB/sec. 2025.11.20 17:20:42.327526 [ 260 ] {d14e4c31-8dcd-4ad5-947d-25685e294451} TCPHandler: Processed in 0.001356616 sec. 2025.11.20 17:20:42.327624 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.327717 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:42.327757 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:42.328401 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.328436 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.328764 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:20:42.328973 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.329099 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} executeQuery: Read 679 rows, 48.47 KiB in 0.001399 sec., 485346.6761972837 rows/sec., 33.83 MiB/sec. 2025.11.20 17:20:42.329139 [ 260 ] {e352fc54-305d-425c-b09e-1938e00198af} TCPHandler: Processed in 0.001562389 sec. 2025.11.20 17:20:42.329243 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.329337 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:20:42.329378 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:20:42.329701 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.329736 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.330031 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:20:42.330249 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.330376 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} executeQuery: Read 6 rows, 321.00 B in 0.001057 sec., 5676.442762535477 rows/sec., 296.57 KiB/sec. 2025.11.20 17:20:42.330412 [ 260 ] {657c8a88-410b-4d5b-8383-8d95b45408da} TCPHandler: Processed in 0.001216493 sec. 2025.11.20 17:20:42.330517 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.330611 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.330653 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:42.331071 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.331107 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.331441 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:20:42.331649 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.331777 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} executeQuery: Read 314 rows, 21.12 KiB in 0.001184 sec., 265202.7027027027 rows/sec., 17.42 MiB/sec. 2025.11.20 17:20:42.331814 [ 260 ] {250d6657-8ba6-47f4-9ccd-dfb014074338} TCPHandler: Processed in 0.001345495 sec. 2025.11.20 17:20:42.331914 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.332006 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.332048 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:20:42.332352 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.332387 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.332675 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:20:42.332886 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.333012 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.11.20 17:20:42.333049 [ 260 ] {64798acd-79ad-4eb5-96e2-178ff44aaef0} TCPHandler: Processed in 0.001183252 sec. 2025.11.20 17:20:42.333150 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:42.333243 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:42.333285 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:42.333605 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:42.333642 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:42.333950 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:20:42.334168 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:42.334297 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} executeQuery: Read 104 rows, 6.53 KiB in 0.001071 sec., 97105.50887021476 rows/sec., 5.95 MiB/sec. 2025.11.20 17:20:42.334334 [ 260 ] {64efc98d-7d35-48d6-ba04-444a309cbbfa} TCPHandler: Processed in 0.001235394 sec. 2025.11.20 17:20:46.014212 [ 144 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:20:46.014287 [ 144 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:20:46.110578 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13408 2025.11.20 17:20:46.111132 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:46.111179 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:46.111702 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:20:46.111973 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:46.112106 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13408 2025.11.20 17:20:46.146724 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 838 2025.11.20 17:20:46.149174 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:46.149236 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:46.150492 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:20:46.150769 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:46.150936 [ 150 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:20:46.151007 [ 150 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:46.151030 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:46.151129 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 838 2025.11.20 17:20:46.151136 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:20:46.151750 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:46.151922 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 664 rows starting from the beginning of the part 2025.11.20 17:20:46.152333 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 52 rows starting from the beginning of the part 2025.11.20 17:20:46.152703 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part 2025.11.20 17:20:46.153038 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 38 rows starting from the beginning of the part 2025.11.20 17:20:46.153351 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 32 rows starting from the beginning of the part 2025.11.20 17:20:46.153688 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2025.11.20 17:20:46.159901 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 72 columns (72 merged, 0 gathered) in 0.008811716 sec., 95100.65916786241 rows/sec., 81.34 MiB/sec. 2025.11.20 17:20:46.160823 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:20:46.161366 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:46.161441 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_21_4} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:20:46.161612 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.11.20 17:20:46.783764 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.11.20 17:20:46.799149 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:46.799211 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:46.805642 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:20:46.806325 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:46.809113 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.11.20 17:20:47.309551 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:47.309721 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:47.309784 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:47.310435 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.310476 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.310881 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:20:47.311102 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.311227 [ 133 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:20:47.311269 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} executeQuery: Read 136 rows, 12.08 KiB in 0.001593 sec., 85373.50910232266 rows/sec., 7.40 MiB/sec. 2025.11.20 17:20:47.311294 [ 133 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.311317 [ 260 ] {4efa1356-1983-4f48-9898-46af12d0f921} TCPHandler: Processed in 0.001890926 sec. 2025.11.20 17:20:47.311324 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.311436 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:20:47.311443 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:47.311544 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:47.311555 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:47.311580 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2462 rows starting from the beginning of the part 2025.11.20 17:20:47.311597 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:47.311649 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 136 rows starting from the beginning of the part 2025.11.20 17:20:47.311700 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:20:47.311749 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1282 rows starting from the beginning of the part 2025.11.20 17:20:47.311797 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:20:47.311844 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 136 rows starting from the beginning of the part 2025.11.20 17:20:47.312009 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.312046 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.312379 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:20:47.312591 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.312718 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} executeQuery: Read 40 rows, 3.01 KiB in 0.001182 sec., 33840.9475465313 rows/sec., 2.49 MiB/sec. 2025.11.20 17:20:47.312757 [ 260 ] {46c0078e-654a-4f37-9ee6-f9e4a36ac0fd} TCPHandler: Processed in 0.001363225 sec. 2025.11.20 17:20:47.312864 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:47.312957 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:47.312996 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:47.313406 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.313442 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.313749 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:20:47.313877 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 6240 rows, containing 5 columns (5 merged, 0 gathered) in 0.002479917 sec., 2516213.2442335775 rows/sec., 214.05 MiB/sec. 2025.11.20 17:20:47.313961 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.314070 [ 133 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:20:47.314093 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} executeQuery: Read 104 rows, 8.32 KiB in 0.001154 sec., 90121.3171577123 rows/sec., 7.04 MiB/sec. 2025.11.20 17:20:47.314098 [ 133 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.314135 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.314139 [ 260 ] {1cf6cf94-dd6c-45e5-b76c-f298578c3688} TCPHandler: Processed in 0.001323165 sec. 2025.11.20 17:20:47.314187 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:20:47.314199 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:20:47.314263 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:47.314290 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:47.314314 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1249 rows starting from the beginning of the part 2025.11.20 17:20:47.314358 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:47.314358 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:47.314401 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:47.314405 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 679 rows starting from the beginning of the part 2025.11.20 17:20:47.314443 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 572 rows starting from the beginning of the part 2025.11.20 17:20:47.314475 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 679 rows starting from the beginning of the part 2025.11.20 17:20:47.314493 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.314507 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:47.314572 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_41_8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:20:47.314654 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.32 MiB. 2025.11.20 17:20:47.314813 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.314848 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.315197 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:20:47.315414 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.315521 [ 133 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:20:47.315543 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2025.11.20 17:20:47.315551 [ 133 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.315567 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3387 rows, containing 5 columns (5 merged, 0 gathered) in 0.001393677 sec., 2430261.8181974734 rows/sec., 184.07 MiB/sec. 2025.11.20 17:20:47.315587 [ 260 ] {77d736ed-b840-4b4f-82be-f87abd0755b1} TCPHandler: Processed in 0.001373046 sec. 2025.11.20 17:20:47.315586 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.315664 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:47.315699 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:47.315724 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:20:47.315753 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:47.315777 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12257 rows starting from the beginning of the part 2025.11.20 17:20:47.315793 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:47.315822 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:20:47.315847 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} 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.11.20 17:20:47.315856 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 314 rows starting from the beginning of the part 2025.11.20 17:20:47.315890 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 850 rows starting from the beginning of the part 2025.11.20 17:20:47.315921 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 314 rows starting from the beginning of the part 2025.11.20 17:20:47.315955 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2025.11.20 17:20:47.315955 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.316024 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_41_8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:20:47.316083 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.20 17:20:47.316650 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.316685 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.317304 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:20:47.317528 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.317666 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} executeQuery: Read 40 rows, 73.40 KiB in 0.001891 sec., 21152.829190904282 rows/sec., 37.90 MiB/sec. 2025.11.20 17:20:47.317721 [ 260 ] {0d562924-f4e4-453b-9e41-c8d6f272756b} TCPHandler: Processed in 0.002069809 sec. 2025.11.20 17:20:47.317831 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:47.317926 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:47.317967 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:47.318304 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.318339 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.318667 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:20:47.318879 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.318974 [ 133 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:20:47.319003 [ 133 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:47.319008 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.11.20 17:20:47.319022 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2025.11.20 17:20:47.319054 [ 260 ] {87e8f353-03ec-4bab-826e-74c32f5e3cff} TCPHandler: Processed in 0.001270684 sec. 2025.11.20 17:20:47.319104 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:47.319185 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:47.319215 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2580 rows starting from the beginning of the part 2025.11.20 17:20:47.319267 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:47.319311 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:47.319350 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:47.319390 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 104 rows starting from the beginning of the part 2025.11.20 17:20:47.319428 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:20:47.320078 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14055 rows, containing 5 columns (5 merged, 0 gathered) in 0.004436103 sec., 3168321.384782995 rows/sec., 213.40 MiB/sec. 2025.11.20 17:20:47.320419 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2968 rows, containing 4 columns (4 merged, 0 gathered) in 0.001347016 sec., 2203388.8238892485 rows/sec., 140.35 MiB/sec. 2025.11.20 17:20:47.320588 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:20:47.320715 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:20:47.320964 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.321010 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:47.321060 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_41_8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:20:47.321083 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_41_8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:20:47.321145 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.11.20 17:20:47.321179 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.50 MiB. 2025.11.20 17:20:48.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 269.60 MiB, peak 278.27 MiB, free memory in arenas 0.00 B, will set to 270.88 MiB (RSS), difference: 1.28 MiB 2025.11.20 17:20:52.319617 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.319792 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.319856 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:20:52.320588 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.320633 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.321048 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:20:52.321312 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.321471 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} executeQuery: Read 410 rows, 26.63 KiB in 0.001726 sec., 237543.45307068364 rows/sec., 15.07 MiB/sec. 2025.11.20 17:20:52.321514 [ 260 ] {84217885-b177-44ba-8a68-dadabb6f3de3} TCPHandler: Processed in 0.002021958 sec. 2025.11.20 17:20:52.321631 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.321726 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:52.321768 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:52.322520 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.322558 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.322941 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:20:52.323159 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.323293 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} executeQuery: Read 1112 rows, 89.84 KiB in 0.001585 sec., 701577.287066246 rows/sec., 55.35 MiB/sec. 2025.11.20 17:20:52.323331 [ 260 ] {32a3e9af-d388-4b1e-87a3-851e42babe0d} TCPHandler: Processed in 0.001749473 sec. 2025.11.20 17:20:52.323443 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.323538 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.323578 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:52.324025 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.324061 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.324385 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:20:52.324601 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.324714 [ 143 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:20:52.324733 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} executeQuery: Read 205 rows, 12.32 KiB in 0.001213 sec., 169002.47320692497 rows/sec., 9.91 MiB/sec. 2025.11.20 17:20:52.324789 [ 143 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.324796 [ 260 ] {aeca99e4-ff54-4322-afcc-d30f8dff1aa1} TCPHandler: Processed in 0.001401926 sec. 2025.11.20 17:20:52.324818 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.324918 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.324929 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:20:52.325021 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.325066 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:20:52.325068 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:52.325116 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 277 rows starting from the beginning of the part 2025.11.20 17:20:52.325191 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 205 rows starting from the beginning of the part 2025.11.20 17:20:52.325235 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 52 rows starting from the beginning of the part 2025.11.20 17:20:52.325276 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 205 rows starting from the beginning of the part 2025.11.20 17:20:52.325314 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2025.11.20 17:20:52.325354 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 205 rows starting from the beginning of the part 2025.11.20 17:20:52.325523 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.325565 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.325907 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:20:52.326160 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.326275 [ 188 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 5 columns (5 merged, 0 gathered) in 0.001397037 sec., 704347.8447600171 rows/sec., 45.66 MiB/sec. 2025.11.20 17:20:52.326287 [ 143 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2025.11.20 17:20:52.326309 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} executeQuery: Read 212 rows, 14.00 KiB in 0.001306 sec., 162327.71822358345 rows/sec., 10.47 MiB/sec. 2025.11.20 17:20:52.326341 [ 143 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.326364 [ 260 ] {658aa65f-8c7a-4cb6-bd4a-0574eeea48a2} TCPHandler: Processed in 0.001494028 sec. 2025.11.20 17:20:52.326369 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.326428 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:20:52.326467 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2025.11.20 17:20:52.326481 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.326571 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:20:52.326582 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.326608 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 464 rows starting from the beginning of the part 2025.11.20 17:20:52.326627 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:20:52.326675 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:52.326691 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.326727 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:52.326768 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_36_7} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:20:52.326781 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2025.11.20 17:20:52.326834 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:52.326843 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:20:52.326881 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 212 rows starting from the beginning of the part 2025.11.20 17:20:52.327079 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.327114 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.327430 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:20:52.327644 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.327773 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} executeQuery: Read 211 rows, 12.27 KiB in 0.001209 sec., 174524.40033085193 rows/sec., 9.91 MiB/sec. 2025.11.20 17:20:52.327811 [ 260 ] {b8f6f2af-e1d9-4926-9424-af4a564aacd5} TCPHandler: Processed in 0.001377545 sec. 2025.11.20 17:20:52.327885 [ 194 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 1540 rows, containing 5 columns (5 merged, 0 gathered) in 0.001448728 sec., 1063001.4743968502 rows/sec., 73.93 MiB/sec. 2025.11.20 17:20:52.327922 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.328023 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:52.328058 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2025.11.20 17:20:52.328063 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:52.328301 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.328370 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_25_5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2025.11.20 17:20:52.328456 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.20 17:20:52.328672 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.328714 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.329060 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:20:52.329281 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.329412 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} executeQuery: Read 679 rows, 48.47 KiB in 0.001406 sec., 482930.2987197724 rows/sec., 33.66 MiB/sec. 2025.11.20 17:20:52.329450 [ 260 ] {1244ca8f-6160-4d21-8fcc-c8c76a4a94e7} TCPHandler: Processed in 0.001575909 sec. 2025.11.20 17:20:52.329558 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.329651 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:20:52.329691 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:20:52.330011 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.330046 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.330347 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:20:52.330579 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.330712 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2025.11.20 17:20:52.330748 [ 260 ] {b98c731b-cba8-4cf1-ae40-51df08ba0c5b} TCPHandler: Processed in 0.001239684 sec. 2025.11.20 17:20:52.330853 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.330947 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.330991 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:52.331407 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.331442 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.331780 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:20:52.331990 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.332118 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} executeQuery: Read 314 rows, 21.12 KiB in 0.001189 sec., 264087.4684608915 rows/sec., 17.35 MiB/sec. 2025.11.20 17:20:52.332154 [ 260 ] {392fb107-91e1-4996-9a85-b4924f9f2f48} TCPHandler: Processed in 0.001348285 sec. 2025.11.20 17:20:52.332261 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.332357 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.332398 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:20:52.332700 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.332735 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.333025 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:20:52.333236 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.333374 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2025.11.20 17:20:52.333410 [ 260 ] {54d8cd73-3ef4-4e3c-b36d-4870a3193115} TCPHandler: Processed in 0.001197923 sec. 2025.11.20 17:20:52.333517 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:52.333612 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:52.333652 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:52.333960 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:52.333995 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:52.334301 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:20:52.334508 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:52.334632 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} executeQuery: Read 104 rows, 6.53 KiB in 0.001039 sec., 100096.24639076035 rows/sec., 6.13 MiB/sec. 2025.11.20 17:20:52.334667 [ 260 ] {39e3098d-42a8-4f3a-b94b-813b06fc1e32} TCPHandler: Processed in 0.001198002 sec. 2025.11.20 17:20:53.612259 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13856 2025.11.20 17:20:53.612760 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:53.612801 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:53.613321 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:20:53.613548 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:53.613675 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13856 2025.11.20 17:20:54.309266 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.11.20 17:20:54.326404 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:54.326462 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:54.332543 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:20:54.333286 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:54.336146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.11.20 17:20:56.151463 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 870 2025.11.20 17:20:56.153896 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:56.153950 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:56.155159 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:20:56.155448 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:56.155820 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 870 2025.11.20 17:20:57.309723 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:57.309894 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:20:57.309956 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:20:57.310647 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:57.310685 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:57.311115 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:20:57.311345 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:57.311499 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} executeQuery: Read 136 rows, 12.08 KiB in 0.00165 sec., 82424.24242424243 rows/sec., 7.15 MiB/sec. 2025.11.20 17:20:57.311541 [ 260 ] {f74454ca-a011-4675-986e-8e30a12df823} TCPHandler: Processed in 0.001941587 sec. 2025.11.20 17:20:57.311653 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:57.311746 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:20:57.311786 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:20:57.312192 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:57.312227 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:57.312537 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:20:57.312745 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:57.312871 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} executeQuery: Read 40 rows, 3.01 KiB in 0.001142 sec., 35026.26970227671 rows/sec., 2.57 MiB/sec. 2025.11.20 17:20:57.312908 [ 260 ] {f842daaf-a916-4e87-adec-7190b6fb161f} TCPHandler: Processed in 0.001304694 sec. 2025.11.20 17:20:57.313027 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:57.313151 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:20:57.313200 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:20:57.313682 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:57.313717 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:57.314041 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:20:57.314261 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:57.314390 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} executeQuery: Read 104 rows, 8.32 KiB in 0.001265 sec., 82213.43873517786 rows/sec., 6.42 MiB/sec. 2025.11.20 17:20:57.314428 [ 260 ] {03394b79-01ca-48c2-aa30-bdac2d4a234d} TCPHandler: Processed in 0.001462668 sec. 2025.11.20 17:20:57.314538 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:57.314708 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:57.314752 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:20:57.315161 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:57.315195 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:57.315553 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:20:57.315774 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:57.315902 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.11.20 17:20:57.316025 [ 260 ] {d8de08a1-8307-4486-96f2-4e234b6c84ae} TCPHandler: Processed in 0.001535399 sec. 2025.11.20 17:20:57.316154 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:57.316274 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:20:57.316342 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} 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.11.20 17:20:57.317234 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:57.317270 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:57.317855 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:20:57.318084 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:57.318225 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} executeQuery: Read 40 rows, 73.40 KiB in 0.001977 sec., 20232.675771370763 rows/sec., 36.26 MiB/sec. 2025.11.20 17:20:57.318280 [ 260 ] {f8296052-a4b7-4fa0-a50c-91f3079b9b57} TCPHandler: Processed in 0.002187161 sec. 2025.11.20 17:20:57.318390 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:20:57.318485 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:20:57.318527 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:20:57.318859 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:20:57.318894 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:20:57.319207 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:20:57.319418 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:20:57.319550 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.11.20 17:20:57.319586 [ 260 ] {c9a8c750-879c-4bb2-a16b-09ae7ee9d02d} TCPHandler: Processed in 0.001245504 sec. 2025.11.20 17:21:01.014339 [ 132 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:21:01.014404 [ 132 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:21:01.114717 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14368 2025.11.20 17:21:01.115223 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:01.115266 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:01.115732 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:21:01.115958 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:01.116086 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14368 2025.11.20 17:21:01.837190 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.11.20 17:21:01.854002 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:01.854060 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:01.859755 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:21:01.860467 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:01.863265 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.11.20 17:21:02.318690 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.318866 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.318931 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:21:02.319680 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.319726 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.320129 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:21:02.320367 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.320512 [ 131 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:21:02.320521 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} executeQuery: Read 410 rows, 26.63 KiB in 0.0017 sec., 241176.4705882353 rows/sec., 15.30 MiB/sec. 2025.11.20 17:21:02.320595 [ 131 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.320616 [ 260 ] {96b67e8d-2e9b-41e4-bdd5-23ac8e7f4a0e} TCPHandler: Processed in 0.002053988 sec. 2025.11.20 17:21:02.320629 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.320730 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::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.11.20 17:21:02.320750 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.320836 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:02.320846 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:02.320869 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 434 rows starting from the beginning of the part 2025.11.20 17:21:02.320888 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:02.320931 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:02.320980 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:02.321024 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:02.321067 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:02.321107 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:02.321634 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.321670 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.322091 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:21:02.322196 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001503049 sec., 1652640.732271536 rows/sec., 111.45 MiB/sec. 2025.11.20 17:21:02.322311 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.322451 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:21:02.322453 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} executeQuery: Read 1112 rows, 89.84 KiB in 0.001621 sec., 685996.2985811228 rows/sec., 54.12 MiB/sec. 2025.11.20 17:21:02.322514 [ 260 ] {11eec174-3309-40a6-9308-b5a3b60ee04c} TCPHandler: Processed in 0.001813324 sec. 2025.11.20 17:21:02.322627 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.322723 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.322759 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.322764 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:02.322843 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_21_4} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:21:02.322960 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.20 17:21:02.323231 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.323273 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.323602 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:21:02.323811 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.323948 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} executeQuery: Read 205 rows, 12.32 KiB in 0.001242 sec., 165056.3607085346 rows/sec., 9.68 MiB/sec. 2025.11.20 17:21:02.323990 [ 260 ] {41a0f49d-4d4d-49d1-93da-8a7a1c371cdd} TCPHandler: Processed in 0.001410766 sec. 2025.11.20 17:21:02.324095 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.324188 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.324226 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:02.324665 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.324700 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.324995 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:21:02.325205 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.325333 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} executeQuery: Read 212 rows, 14.00 KiB in 0.001163 sec., 182287.18830610492 rows/sec., 11.76 MiB/sec. 2025.11.20 17:21:02.325370 [ 260 ] {ac255390-0b9a-4043-a9df-97c6a6bc47e8} TCPHandler: Processed in 0.001322935 sec. 2025.11.20 17:21:02.325484 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.325577 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.325616 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:21:02.326054 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.326089 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.326400 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:21:02.326630 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.326728 [ 131 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:21:02.326756 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} executeQuery: Read 211 rows, 12.27 KiB in 0.001197 sec., 176274.01837928154 rows/sec., 10.01 MiB/sec. 2025.11.20 17:21:02.326761 [ 131 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.326795 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.326800 [ 260 ] {0d2fb542-34c5-4e99-80e3-07da269b200e} TCPHandler: Processed in 0.001371585 sec. 2025.11.20 17:21:02.326865 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::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.11.20 17:21:02.326919 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.326952 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:02.326979 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 223 rows starting from the beginning of the part 2025.11.20 17:21:02.327011 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:02.327031 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:02.327050 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:02.327072 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:02.327111 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:02.327146 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:02.327184 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:02.327634 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.327668 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.327984 [ 194 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001152862 sec., 1108545.5154216203 rows/sec., 67.38 MiB/sec. 2025.11.20 17:21:02.328005 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:21:02.328097 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:21:02.328233 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.328335 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.328368 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} executeQuery: Read 679 rows, 48.47 KiB in 0.001374 sec., 494177.58369723434 rows/sec., 34.45 MiB/sec. 2025.11.20 17:21:02.328396 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_21_4} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:21:02.328405 [ 260 ] {18ded730-c615-47ff-9549-0e5a3395fa00} TCPHandler: Processed in 0.001534569 sec. 2025.11.20 17:21:02.328451 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:21:02.328506 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.328599 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:21:02.328640 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:21:02.328957 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.328990 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.329299 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:21:02.329501 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.329626 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2025.11.20 17:21:02.329662 [ 260 ] {40790bd3-e143-41a0-89ed-b41316c6dddb} TCPHandler: Processed in 0.001203463 sec. 2025.11.20 17:21:02.329758 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.329851 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.329893 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:02.330290 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.330324 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.330665 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:21:02.330892 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.331020 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} executeQuery: Read 314 rows, 21.12 KiB in 0.001187 sec., 264532.43470935134 rows/sec., 17.38 MiB/sec. 2025.11.20 17:21:02.331057 [ 260 ] {56415034-dcea-4484-bc94-a6e2d3ce9407} TCPHandler: Processed in 0.001346295 sec. 2025.11.20 17:21:02.331170 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.331282 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.331332 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:02.331671 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.331707 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.331997 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:21:02.332203 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.332312 [ 130 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_14_3 to all_19_19_0 2025.11.20 17:21:02.332328 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2025.11.20 17:21:02.332365 [ 130 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.332378 [ 260 ] {a242c2ed-7c29-4460-8592-7d12696877be} TCPHandler: Processed in 0.001265744 sec. 2025.11.20 17:21:02.332392 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.332476 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_14_3 to all_19_19_0 into Compact with storage Full 2025.11.20 17:21:02.332489 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:02.332571 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:02.332590 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:02.332597 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 14 rows starting from the beginning of the part 2025.11.20 17:21:02.332631 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:02.332650 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:02.332691 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:02.332729 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:02.332787 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:02.332844 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:02.332984 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:02.333020 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:02.333347 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:21:02.333548 [ 194 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergeTask::MergeProjectionsStage: Merge sorted 19 rows, containing 4 columns (4 merged, 0 gathered) in 0.001106011 sec., 17178.852651555906 rows/sec., 1.13 MiB/sec. 2025.11.20 17:21:02.333556 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.333701 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} MergedBlockOutputStream: filled checksums all_1_19_4 (state Temporary) 2025.11.20 17:21:02.333704 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} executeQuery: Read 104 rows, 6.53 KiB in 0.001131 sec., 91954.02298850575 rows/sec., 5.63 MiB/sec. 2025.11.20 17:21:02.333762 [ 260 ] {8da400bd-5a3e-40b1-bef9-976ac41abe14} TCPHandler: Processed in 0.001320455 sec. 2025.11.20 17:21:02.334016 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_19_4 to all_1_19_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:02.334096 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_19_4} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_14_3, all_19_19_0] -> all_1_19_4 2025.11.20 17:21:02.334193 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:21:06.156028 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 902 2025.11.20 17:21:06.158422 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:06.158465 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:06.159650 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:21:06.159916 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:06.160181 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 902 2025.11.20 17:21:07.337130 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.337327 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:21:07.337402 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:21:07.338057 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.338105 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.338484 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.11.20 17:21:07.338692 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.338839 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} executeQuery: Read 6 rows, 501.00 B in 0.001595 sec., 3761.755485893417 rows/sec., 306.74 KiB/sec. 2025.11.20 17:21:07.338880 [ 260 ] {d7df8b37-3596-4bb2-b706-b23882e3366f} TCPHandler: Processed in 0.001922296 sec. 2025.11.20 17:21:07.338996 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.339085 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:07.339122 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:07.340483 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.340520 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.340902 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:21:07.341120 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.341256 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} executeQuery: Read 1279 rows, 108.86 KiB in 0.002139 sec., 597942.9640018701 rows/sec., 49.70 MiB/sec. 2025.11.20 17:21:07.341296 [ 260 ] {696201e1-a8a1-4cae-834b-d22586e27a85} TCPHandler: Processed in 0.002307933 sec. 2025.11.20 17:21:07.341407 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.341501 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:07.341542 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:07.341965 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.342002 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.342307 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:21:07.342529 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.342657 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} executeQuery: Read 46 rows, 3.43 KiB in 0.001173 sec., 39215.686274509804 rows/sec., 2.85 MiB/sec. 2025.11.20 17:21:07.342697 [ 260 ] {67a70914-e3b6-4ab5-890d-031e291b68f1} TCPHandler: Processed in 0.001340265 sec. 2025.11.20 17:21:07.342819 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.342942 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:07.342992 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:07.343609 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.343656 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.344031 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:21:07.344274 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.344424 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} executeQuery: Read 228 rows, 15.81 KiB in 0.001505 sec., 151495.01661129566 rows/sec., 10.26 MiB/sec. 2025.11.20 17:21:07.344469 [ 260 ] {b79ba2bf-d5f9-4c5b-85dd-29a9b8adb4f9} TCPHandler: Processed in 0.001710602 sec. 2025.11.20 17:21:07.344573 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.344669 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:07.344708 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:07.345422 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.345460 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.345791 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:21:07.346008 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.346143 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} executeQuery: Read 566 rows, 43.10 KiB in 0.001492 sec., 379356.56836461124 rows/sec., 28.21 MiB/sec. 2025.11.20 17:21:07.346184 [ 260 ] {def9423a-16ce-4084-b865-0e2546be7329} TCPHandler: Processed in 0.001660041 sec. 2025.11.20 17:21:07.346297 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.346392 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:07.346436 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:07.347082 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.347119 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.347500 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:21:07.347714 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.347849 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} executeQuery: Read 847 rows, 58.38 KiB in 0.001475 sec., 574237.2881355933 rows/sec., 38.65 MiB/sec. 2025.11.20 17:21:07.347888 [ 260 ] {0debc457-a3b4-4ca8-998b-156f953ffd05} TCPHandler: Processed in 0.001640881 sec. 2025.11.20 17:21:07.348001 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.348097 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:07.348153 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} 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.11.20 17:21:07.349047 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.349085 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.349645 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:21:07.349889 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.350032 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} executeQuery: Read 40 rows, 73.40 KiB in 0.001951 sec., 20502.306509482318 rows/sec., 36.74 MiB/sec. 2025.11.20 17:21:07.350086 [ 260 ] {2d47230f-945d-4219-bb95-51e474d226e0} TCPHandler: Processed in 0.0021337 sec. 2025.11.20 17:21:07.350203 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:07.350299 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:07.350341 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:07.350689 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:07.350726 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:07.351027 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:21:07.351236 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:07.351383 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.11.20 17:21:07.351440 [ 260 ] {a2c5eeb6-f53c-4786-819a-7ed4b997cf58} TCPHandler: Processed in 0.001286204 sec. 2025.11.20 17:21:08.616305 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14816 2025.11.20 17:21:08.616794 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:08.616829 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:08.617298 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:21:08.617514 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:08.617627 [ 120 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:21:08.617634 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14816 2025.11.20 17:21:08.617665 [ 120 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:08.617685 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:08.617769 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:21:08.617852 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:08.617882 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12448 rows starting from the beginning of the part 2025.11.20 17:21:08.617935 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2025.11.20 17:21:08.617974 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2025.11.20 17:21:08.618011 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2025.11.20 17:21:08.618044 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2025.11.20 17:21:08.618080 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2025.11.20 17:21:08.619720 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14816 rows, containing 4 columns (4 merged, 0 gathered) in 0.001982428 sec., 7473663.608463964 rows/sec., 106.91 MiB/sec. 2025.11.20 17:21:08.620191 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:21:08.620531 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:08.620611 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_31_6} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:21:08.620733 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.11.20 17:21:09.363497 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.11.20 17:21:09.380552 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:09.380610 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:09.386360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:21:09.387078 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:09.387375 [ 118 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:21:09.387440 [ 118 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:09.387460 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:09.387567 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.390115 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.11.20 17:21:09.390970 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:09.392361 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.397108 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.402002 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.406516 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.410819 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.415166 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:09.467639 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080114844 sec., 2920.807035460245 rows/sec., 15.10 MiB/sec. 2025.11.20 17:21:09.470776 [ 198 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:21:09.472734 [ 198 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_31_6} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:09.472844 [ 198 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_31_6} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:21:09.475419 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.11.20 17:21:10.000298 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 272.73 MiB, peak 283.27 MiB, free memory in arenas 0.00 B, will set to 276.73 MiB (RSS), difference: 4.01 MiB 2025.11.20 17:21:12.318877 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.319091 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.319186 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:21:12.320234 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.320274 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.320684 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:21:12.320906 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.321053 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} executeQuery: Read 410 rows, 26.63 KiB in 0.002031 sec., 201870.99950763173 rows/sec., 12.81 MiB/sec. 2025.11.20 17:21:12.321095 [ 260 ] {be32f87c-1cf1-4de6-b340-189a5bbba175} TCPHandler: Processed in 0.002368725 sec. 2025.11.20 17:21:12.321215 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.321309 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:12.321351 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:12.322277 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.322313 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.322682 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:21:12.322892 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.323004 [ 114 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:21:12.323018 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} executeQuery: Read 1112 rows, 89.84 KiB in 0.001727 sec., 643891.1407064273 rows/sec., 50.80 MiB/sec. 2025.11.20 17:21:12.323106 [ 114 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.323112 [ 260 ] {0ab923b4-9928-4502-ab93-69d281ba70ee} TCPHandler: Processed in 0.001945417 sec. 2025.11.20 17:21:12.323153 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.323248 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.323303 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:21:12.323348 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.323392 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:12.323461 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:12.323504 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2462 rows starting from the beginning of the part 2025.11.20 17:21:12.323578 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:21:12.323627 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 136 rows starting from the beginning of the part 2025.11.20 17:21:12.323675 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:21:12.323717 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1279 rows starting from the beginning of the part 2025.11.20 17:21:12.323762 [ 189 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:21:12.323871 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.323913 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.324535 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:21:12.324782 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.324917 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} executeQuery: Read 205 rows, 12.32 KiB in 0.001588 sec., 129093.19899244333 rows/sec., 7.57 MiB/sec. 2025.11.20 17:21:12.324955 [ 260 ] {b1ca8224-dba7-402c-a04c-c510ee025dbd} TCPHandler: Processed in 0.001755593 sec. 2025.11.20 17:21:12.325056 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.325148 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.325189 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:12.325654 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.325690 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.326075 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:21:12.326296 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.326427 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} executeQuery: Read 212 rows, 14.00 KiB in 0.001296 sec., 163580.24691358025 rows/sec., 10.55 MiB/sec. 2025.11.20 17:21:12.326464 [ 260 ] {f840575e-e789-4b0a-a91f-c81e02200128} TCPHandler: Processed in 0.001455518 sec. 2025.11.20 17:21:12.326572 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.326621 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 7213 rows, containing 5 columns (5 merged, 0 gathered) in 0.003380774 sec., 2133535.1017252263 rows/sec., 180.51 MiB/sec. 2025.11.20 17:21:12.326665 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.326710 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:21:12.326988 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:21:12.327180 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.327222 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.327301 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.327393 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_46_9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:21:12.327485 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.46 MiB. 2025.11.20 17:21:12.327543 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:21:12.327751 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.327880 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} executeQuery: Read 211 rows, 12.27 KiB in 0.001233 sec., 171127.33171127332 rows/sec., 9.72 MiB/sec. 2025.11.20 17:21:12.327917 [ 260 ] {5f26b9a8-30ed-41c6-9a61-3fe6586886d0} TCPHandler: Processed in 0.001392926 sec. 2025.11.20 17:21:12.328026 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.328118 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:12.328158 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:12.328805 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.328839 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.329169 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:21:12.329380 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.329482 [ 114 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:21:12.329504 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} executeQuery: Read 679 rows, 48.47 KiB in 0.001404 sec., 483618.2336182336 rows/sec., 33.71 MiB/sec. 2025.11.20 17:21:12.329517 [ 114 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.329544 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.329548 [ 260 ] {df7ef816-4b53-4e8f-b50e-4c0ceef21e91} TCPHandler: Processed in 0.001572379 sec. 2025.11.20 17:21:12.329626 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:21:12.329666 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.329747 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:12.329765 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:21:12.329787 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1249 rows starting from the beginning of the part 2025.11.20 17:21:12.329811 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:21:12.329861 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 679 rows starting from the beginning of the part 2025.11.20 17:21:12.329914 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:12.329962 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 679 rows starting from the beginning of the part 2025.11.20 17:21:12.330009 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 566 rows starting from the beginning of the part 2025.11.20 17:21:12.330048 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 679 rows starting from the beginning of the part 2025.11.20 17:21:12.330144 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.330184 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.330515 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:21:12.330738 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.330873 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} executeQuery: Read 6 rows, 321.00 B in 0.001128 sec., 5319.148936170212 rows/sec., 277.90 KiB/sec. 2025.11.20 17:21:12.330910 [ 260 ] {f9340606-1fb9-4584-b067-57ed03ab11a9} TCPHandler: Processed in 0.001293574 sec. 2025.11.20 17:21:12.331016 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.331109 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.331151 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:12.331428 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3956 rows, containing 5 columns (5 merged, 0 gathered) in 0.001841455 sec., 2148301.2074690936 rows/sec., 161.52 MiB/sec. 2025.11.20 17:21:12.331585 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.331625 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.331671 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:21:12.332010 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:21:12.332036 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.332139 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_46_9} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:21:12.332238 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. 2025.11.20 17:21:12.332253 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.332360 [ 114 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:21:12.332388 [ 114 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.332388 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} executeQuery: Read 314 rows, 21.12 KiB in 0.001295 sec., 242471.04247104248 rows/sec., 15.93 MiB/sec. 2025.11.20 17:21:12.332405 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.332439 [ 260 ] {ef933632-d30d-44e6-896d-6925ce42690f} TCPHandler: Processed in 0.001471828 sec. 2025.11.20 17:21:12.332477 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:21:12.332552 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.332569 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:12.332604 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14055 rows starting from the beginning of the part 2025.11.20 17:21:12.332652 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.332657 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 314 rows starting from the beginning of the part 2025.11.20 17:21:12.332702 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:12.332719 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:21:12.332765 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 314 rows starting from the beginning of the part 2025.11.20 17:21:12.332802 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 847 rows starting from the beginning of the part 2025.11.20 17:21:12.332840 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 314 rows starting from the beginning of the part 2025.11.20 17:21:12.333021 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.333063 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.333361 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:21:12.333574 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.333709 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} executeQuery: Read 1 rows, 69.00 B in 0.001075 sec., 930.2325581395348 rows/sec., 62.68 KiB/sec. 2025.11.20 17:21:12.333745 [ 260 ] {1de05bc4-915a-4040-9cf7-073a18ad94ce} TCPHandler: Processed in 0.001241303 sec. 2025.11.20 17:21:12.333849 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:12.333942 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:12.333982 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:12.334308 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.334344 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.334770 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:21:12.335067 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.335173 [ 114 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:21:12.335201 [ 114 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:12.335208 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} executeQuery: Read 104 rows, 6.53 KiB in 0.001284 sec., 80996.88473520249 rows/sec., 4.96 MiB/sec. 2025.11.20 17:21:12.335217 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:12.335252 [ 260 ] {a40ed57a-1f1d-4909-9d42-76e6f765f03a} TCPHandler: Processed in 0.001450008 sec. 2025.11.20 17:21:12.335297 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:12.335389 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:12.335415 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2968 rows starting from the beginning of the part 2025.11.20 17:21:12.335462 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:12.335502 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:12.335540 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:12.335576 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:12.335612 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:12.337358 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3400 rows, containing 4 columns (4 merged, 0 gathered) in 0.002089649 sec., 1627067.5122951271 rows/sec., 103.49 MiB/sec. 2025.11.20 17:21:12.337756 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:21:12.338043 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.338117 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_46_9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:21:12.338162 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 16004 rows, containing 5 columns (5 merged, 0 gathered) in 0.005712967 sec., 2801346.4807340913 rows/sec., 188.47 MiB/sec. 2025.11.20 17:21:12.338193 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.11.20 17:21:12.338781 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:21:12.339053 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:12.339125 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_46_9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:21:12.339203 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. 2025.11.20 17:21:13.000198 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 277.59 MiB, peak 286.56 MiB, free memory in arenas 0.00 B, will set to 279.79 MiB (RSS), difference: 2.20 MiB 2025.11.20 17:21:16.014451 [ 111 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:21:16.014508 [ 111 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:21:16.117846 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15328 2025.11.20 17:21:16.118394 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:16.118439 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:16.118927 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:21:16.119166 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:16.119297 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15328 2025.11.20 17:21:16.160589 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 938 2025.11.20 17:21:16.163364 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:16.163401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:16.164619 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:21:16.164883 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:16.165137 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 938 2025.11.20 17:21:16.890305 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.11.20 17:21:16.905986 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:16.906033 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:16.911428 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:21:16.912129 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:16.914744 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.11.20 17:21:17.001299 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000921748 sec. 2025.11.20 17:21:17.310374 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:17.310543 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:17.310607 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:17.311286 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.311335 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:17.311734 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:21:17.311961 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.312108 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} executeQuery: Read 136 rows, 12.08 KiB in 0.001611 sec., 84419.61514587213 rows/sec., 7.32 MiB/sec. 2025.11.20 17:21:17.312150 [ 260 ] {d1df3fb8-c830-4c97-973d-e20ab496f5aa} TCPHandler: Processed in 0.001917136 sec. 2025.11.20 17:21:17.312266 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:17.312361 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:17.312401 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:17.312807 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.312843 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:17.313138 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:21:17.313346 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.313458 [ 109 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:21:17.313473 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} executeQuery: Read 40 rows, 3.01 KiB in 0.001132 sec., 35335.68904593639 rows/sec., 2.59 MiB/sec. 2025.11.20 17:21:17.313526 [ 109 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.313535 [ 260 ] {3451e792-d0d8-4942-8008-e996c887a960} TCPHandler: Processed in 0.001318525 sec. 2025.11.20 17:21:17.313555 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:17.313648 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:17.313649 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:21:17.313745 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:17.313754 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:17.313786 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:17.313786 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 277 rows starting from the beginning of the part 2025.11.20 17:21:17.313849 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:17.313891 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 205 rows starting from the beginning of the part 2025.11.20 17:21:17.313931 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 46 rows starting from the beginning of the part 2025.11.20 17:21:17.313973 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 205 rows starting from the beginning of the part 2025.11.20 17:21:17.314012 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:17.314220 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.314255 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:17.314563 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:21:17.314768 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.314799 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.001186733 sec., 685074.0646800924 rows/sec., 45.20 MiB/sec. 2025.11.20 17:21:17.314894 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} executeQuery: Read 104 rows, 8.32 KiB in 0.001167 sec., 89117.39502999143 rows/sec., 6.96 MiB/sec. 2025.11.20 17:21:17.314937 [ 260 ] {e152c9c6-35e7-4379-90dd-d123f07d4bc2} TCPHandler: Processed in 0.001336235 sec. 2025.11.20 17:21:17.315045 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:17.315045 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:21:17.315140 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:17.315188 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:17.315417 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.315510 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_41_8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:21:17.315593 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.315618 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.11.20 17:21:17.315633 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:17.315972 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:21:17.316180 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.316308 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.11.20 17:21:17.316344 [ 260 ] {dded63db-8236-41e5-9e42-78af87016ae6} TCPHandler: Processed in 0.001346596 sec. 2025.11.20 17:21:17.316442 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:17.316534 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:17.316588 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} 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.11.20 17:21:17.317484 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.317519 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:17.318063 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:21:17.318275 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.318408 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} executeQuery: Read 40 rows, 73.40 KiB in 0.001893 sec., 21130.480718436345 rows/sec., 37.86 MiB/sec. 2025.11.20 17:21:17.318460 [ 260 ] {fb9938d4-1dcc-4251-9b0f-3813b1d9b00b} TCPHandler: Processed in 0.002065688 sec. 2025.11.20 17:21:17.318573 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:17.318667 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:17.318710 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:17.319048 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:17.319083 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.11.20 17:21:17.319397 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:21:17.319601 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:17.319727 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.11.20 17:21:17.319761 [ 260 ] {982d2f48-b290-4bc7-af16-e5952a94dda8} TCPHandler: Processed in 0.001237103 sec. 2025.11.20 17:21:21.999713 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35959 2025.11.20 17:21:21.999833 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:21.999861 [ 286 ] {} TCP-Session: ef4efb8c-1eb2-4433-8efc-da3b66b230a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:35959 2025.11.20 17:21:21.999884 [ 286 ] {} TCP-Session: ef4efb8c-1eb2-4433-8efc-da3b66b230a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:21.999897 [ 286 ] {} TCP-Session: ef4efb8c-1eb2-4433-8efc-da3b66b230a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.000087 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38841 2025.11.20 17:21:22.000118 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34587 2025.11.20 17:21:22.000223 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.000233 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.000258 [ 288 ] {} TCP-Session: 2d2dc951-e534-4b24-a5e6-4fb3ec6cf545 Authenticating user 'default' from [fd00:1122:3344:101::e]:38841 2025.11.20 17:21:22.000270 [ 289 ] {} TCP-Session: d2b11812-6edd-48a3-a947-0229cfa81ea4 Authenticating user 'default' from [fd00:1122:3344:101::e]:34587 2025.11.20 17:21:22.000274 [ 286 ] {} TCP-Session: ef4efb8c-1eb2-4433-8efc-da3b66b230a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.000288 [ 288 ] {} TCP-Session: 2d2dc951-e534-4b24-a5e6-4fb3ec6cf545 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.000301 [ 289 ] {} TCP-Session: d2b11812-6edd-48a3-a947-0229cfa81ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.000328 [ 288 ] {} TCP-Session: 2d2dc951-e534-4b24-a5e6-4fb3ec6cf545 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.000342 [ 289 ] {} TCP-Session: d2b11812-6edd-48a3-a947-0229cfa81ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.000468 [ 286 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} executeQuery: (from [fd00:1122:3344:101::e]:35959) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:21:22.000731 [ 286 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:21:22.000784 [ 286 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:21:22.001062 [ 286 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:21:22.001104 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43153 2025.11.20 17:21:22.001116 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34588 2025.11.20 17:21:22.001177 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42558 2025.11.20 17:21:22.001226 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51270 2025.11.20 17:21:22.001268 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42021 2025.11.20 17:21:22.001391 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44355 2025.11.20 17:21:22.001632 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.001664 [ 350 ] {} TCP-Session: 851973c7-9b7c-4760-9372-e2b30c58e381 Authenticating user 'default' from [fd00:1122:3344:101::e]:43153 2025.11.20 17:21:22.001681 [ 350 ] {} TCP-Session: 851973c7-9b7c-4760-9372-e2b30c58e381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.001694 [ 350 ] {} TCP-Session: 851973c7-9b7c-4760-9372-e2b30c58e381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.001771 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.001812 [ 290 ] {} TCP-Session: 72d733da-5536-42ba-920c-20ef7f0cf65a Authenticating user 'default' from [fd00:1122:3344:101::e]:34588 2025.11.20 17:21:22.001836 [ 290 ] {} TCP-Session: 72d733da-5536-42ba-920c-20ef7f0cf65a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.001852 [ 290 ] {} TCP-Session: 72d733da-5536-42ba-920c-20ef7f0cf65a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002036 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.002077 [ 337 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} AggregatingTransform: Aggregating 2025.11.20 17:21:22.002083 [ 354 ] {} TCP-Session: 4549d6c8-fee1-4e93-a691-f5145be4cc04 Authenticating user 'default' from [fd00:1122:3344:101::e]:44355 2025.11.20 17:21:22.002130 [ 354 ] {} TCP-Session: 4549d6c8-fee1-4e93-a691-f5145be4cc04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002149 [ 354 ] {} TCP-Session: 4549d6c8-fee1-4e93-a691-f5145be4cc04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002192 [ 337 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} Aggregator: Aggregation method: without_key 2025.11.20 17:21:22.002238 [ 337 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00105182 sec. (950.733 rows/sec., 37.14 KiB/sec.) 2025.11.20 17:21:22.002278 [ 337 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} Aggregator: Merging aggregated data 2025.11.20 17:21:22.002505 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.002551 [ 352 ] {} TCP-Session: 598813bb-cdf2-4f8d-b5d0-4e86abb6d04e Authenticating user 'default' from [fd00:1122:3344:101::e]:51270 2025.11.20 17:21:22.002573 [ 352 ] {} TCP-Session: 598813bb-cdf2-4f8d-b5d0-4e86abb6d04e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002587 [ 352 ] {} TCP-Session: 598813bb-cdf2-4f8d-b5d0-4e86abb6d04e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002610 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.002652 [ 353 ] {} TCP-Session: b4693d25-ce95-4efb-bdb9-d7ecc638475f Authenticating user 'default' from [fd00:1122:3344:101::e]:42021 2025.11.20 17:21:22.002670 [ 353 ] {} TCP-Session: b4693d25-ce95-4efb-bdb9-d7ecc638475f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002684 [ 353 ] {} TCP-Session: b4693d25-ce95-4efb-bdb9-d7ecc638475f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002849 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.002893 [ 351 ] {} TCP-Session: e03ebb0d-e095-41fb-8eef-38de8174d905 Authenticating user 'default' from [fd00:1122:3344:101::e]:42558 2025.11.20 17:21:22.002915 [ 351 ] {} TCP-Session: e03ebb0d-e095-41fb-8eef-38de8174d905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.002933 [ 351 ] {} TCP-Session: e03ebb0d-e095-41fb-8eef-38de8174d905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.003844 [ 286 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} executeQuery: Read 1 rows, 40.00 B in 0.003439 sec., 290.7822041291073 rows/sec., 11.36 KiB/sec. 2025.11.20 17:21:22.004030 [ 286 ] {c1112cb4-9df7-415d-9da4-16ed5fb85a88} TCPHandler: Processed in 0.003867153 sec. 2025.11.20 17:21:22.004162 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004191 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004203 [ 286 ] {} TCP-Session: ef4efb8c-1eb2-4433-8efc-da3b66b230a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004207 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004234 [ 289 ] {} TCP-Session: d2b11812-6edd-48a3-a947-0229cfa81ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004242 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004261 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004296 [ 350 ] {} TCP-Session: 851973c7-9b7c-4760-9372-e2b30c58e381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004296 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004321 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004333 [ 352 ] {} TCP-Session: 598813bb-cdf2-4f8d-b5d0-4e86abb6d04e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004361 [ 354 ] {} TCP-Session: 4549d6c8-fee1-4e93-a691-f5145be4cc04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004378 [ 353 ] {} TCP-Session: b4693d25-ce95-4efb-bdb9-d7ecc638475f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004279 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004277 [ 288 ] {} TCP-Session: 2d2dc951-e534-4b24-a5e6-4fb3ec6cf545 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004454 [ 351 ] {} TCP-Session: e03ebb0d-e095-41fb-8eef-38de8174d905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.004231 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.004523 [ 290 ] {} TCP-Session: 72d733da-5536-42ba-920c-20ef7f0cf65a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066347 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46473 2025.11.20 17:21:22.066460 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.066492 [ 286 ] {} TCP-Session: 0b3419d1-87e8-45d4-8f3a-031a10e51bc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:46473 2025.11.20 17:21:22.066517 [ 286 ] {} TCP-Session: 0b3419d1-87e8-45d4-8f3a-031a10e51bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066533 [ 286 ] {} TCP-Session: 0b3419d1-87e8-45d4-8f3a-031a10e51bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066747 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51821 2025.11.20 17:21:22.066776 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42207 2025.11.20 17:21:22.066782 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50639 2025.11.20 17:21:22.066846 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58746 2025.11.20 17:21:22.066865 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.066892 [ 286 ] {} TCP-Session: 0b3419d1-87e8-45d4-8f3a-031a10e51bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.066908 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.066923 [ 288 ] {} TCP-Session: b0a3be7d-6dc3-4edc-8a3c-3fc0fffb2508 Authenticating user 'default' from [fd00:1122:3344:101::e]:51821 2025.11.20 17:21:22.066941 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.066963 [ 350 ] {} TCP-Session: 49a5483e-da54-4fe8-b4fc-329d7546d74a Authenticating user 'default' from [fd00:1122:3344:101::e]:42207 2025.11.20 17:21:22.066974 [ 288 ] {} TCP-Session: b0a3be7d-6dc3-4edc-8a3c-3fc0fffb2508 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066984 [ 354 ] {} TCP-Session: c5576e2d-e0bf-49fd-a6d6-259d7b082094 Authenticating user 'default' from [fd00:1122:3344:101::e]:58746 2025.11.20 17:21:22.066999 [ 350 ] {} TCP-Session: 49a5483e-da54-4fe8-b4fc-329d7546d74a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067003 [ 288 ] {} TCP-Session: b0a3be7d-6dc3-4edc-8a3c-3fc0fffb2508 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067028 [ 350 ] {} TCP-Session: 49a5483e-da54-4fe8-b4fc-329d7546d74a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067020 [ 354 ] {} TCP-Session: c5576e2d-e0bf-49fd-a6d6-259d7b082094 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066931 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.067074 [ 354 ] {} TCP-Session: c5576e2d-e0bf-49fd-a6d6-259d7b082094 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067093 [ 286 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} executeQuery: (from [fd00:1122:3344:101::e]:46473) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:21:22.067106 [ 351 ] {} TCP-Session: 22f5af8e-ef1f-43df-88c3-4940081cd47f Authenticating user 'default' from [fd00:1122:3344:101::e]:50639 2025.11.20 17:21:22.066840 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51704 2025.11.20 17:21:22.067168 [ 351 ] {} TCP-Session: 22f5af8e-ef1f-43df-88c3-4940081cd47f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066829 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49985 2025.11.20 17:21:22.067205 [ 351 ] {} TCP-Session: 22f5af8e-ef1f-43df-88c3-4940081cd47f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067234 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.066767 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37582 2025.11.20 17:21:22.067278 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.067270 [ 353 ] {} TCP-Session: 0d691464-3726-47f8-887b-ac15e8c78a63 Authenticating user 'default' from [fd00:1122:3344:101::e]:51704 2025.11.20 17:21:22.067319 [ 352 ] {} TCP-Session: 64711030-07af-479a-aac7-8fb8a31a5290 Authenticating user 'default' from [fd00:1122:3344:101::e]:49985 2025.11.20 17:21:22.067335 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.067362 [ 352 ] {} TCP-Session: 64711030-07af-479a-aac7-8fb8a31a5290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067376 [ 286 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:21:22.067389 [ 352 ] {} TCP-Session: 64711030-07af-479a-aac7-8fb8a31a5290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067381 [ 290 ] {} TCP-Session: 3ccd6aa8-1398-4c6f-bbf0-85508c3b246c Authenticating user 'default' from [fd00:1122:3344:101::e]:37582 2025.11.20 17:21:22.067338 [ 353 ] {} TCP-Session: 0d691464-3726-47f8-887b-ac15e8c78a63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067440 [ 286 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:21:22.067448 [ 290 ] {} TCP-Session: 3ccd6aa8-1398-4c6f-bbf0-85508c3b246c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067459 [ 353 ] {} TCP-Session: 0d691464-3726-47f8-887b-ac15e8c78a63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067493 [ 290 ] {} TCP-Session: 3ccd6aa8-1398-4c6f-bbf0-85508c3b246c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.066753 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43271 2025.11.20 17:21:22.067579 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.067600 [ 289 ] {} TCP-Session: fb6e3954-0c09-42fc-8783-dbd4d38ff763 Authenticating user 'default' from [fd00:1122:3344:101::e]:43271 2025.11.20 17:21:22.067616 [ 289 ] {} TCP-Session: fb6e3954-0c09-42fc-8783-dbd4d38ff763 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067628 [ 289 ] {} TCP-Session: fb6e3954-0c09-42fc-8783-dbd4d38ff763 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.067739 [ 286 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:21:22.068641 [ 327 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} AggregatingTransform: Aggregating 2025.11.20 17:21:22.068673 [ 327 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} Aggregator: Aggregation method: without_key 2025.11.20 17:21:22.068702 [ 327 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000862946 sec. (1158.821 rows/sec., 45.27 KiB/sec.) 2025.11.20 17:21:22.068716 [ 327 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} Aggregator: Merging aggregated data 2025.11.20 17:21:22.070007 [ 286 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} executeQuery: Read 1 rows, 40.00 B in 0.002978 sec., 335.795836131632 rows/sec., 13.12 KiB/sec. 2025.11.20 17:21:22.070162 [ 286 ] {5a7c72ce-5bd2-4843-95b6-40db7dd6069f} TCPHandler: Processed in 0.003384864 sec. 2025.11.20 17:21:22.070257 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070288 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070298 [ 289 ] {} TCP-Session: fb6e3954-0c09-42fc-8783-dbd4d38ff763 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070306 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070333 [ 288 ] {} TCP-Session: b0a3be7d-6dc3-4edc-8a3c-3fc0fffb2508 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070345 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070366 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070396 [ 351 ] {} TCP-Session: 22f5af8e-ef1f-43df-88c3-4940081cd47f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070403 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070419 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070422 [ 354 ] {} TCP-Session: c5576e2d-e0bf-49fd-a6d6-259d7b082094 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070450 [ 353 ] {} TCP-Session: 0d691464-3726-47f8-887b-ac15e8c78a63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070460 [ 286 ] {} TCP-Session: 0b3419d1-87e8-45d4-8f3a-031a10e51bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070358 [ 350 ] {} TCP-Session: 49a5483e-da54-4fe8-b4fc-329d7546d74a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070326 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070386 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.070549 [ 290 ] {} TCP-Session: 3ccd6aa8-1398-4c6f-bbf0-85508c3b246c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.070574 [ 352 ] {} TCP-Session: 64711030-07af-479a-aac7-8fb8a31a5290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132376 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53085 2025.11.20 17:21:22.132463 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.132489 [ 286 ] {} TCP-Session: 5961e0ad-6a2a-4cf6-bda2-9268a4535ba8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53085 2025.11.20 17:21:22.132509 [ 286 ] {} TCP-Session: 5961e0ad-6a2a-4cf6-bda2-9268a4535ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132522 [ 286 ] {} TCP-Session: 5961e0ad-6a2a-4cf6-bda2-9268a4535ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132733 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47131 2025.11.20 17:21:22.132749 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61212 2025.11.20 17:21:22.132788 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41110 2025.11.20 17:21:22.132810 [ 286 ] {} TCP-Session: 5961e0ad-6a2a-4cf6-bda2-9268a4535ba8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.132824 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36973 2025.11.20 17:21:22.132836 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36276 2025.11.20 17:21:22.132890 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.132913 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.132890 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.132937 [ 290 ] {} TCP-Session: ceb52932-0039-487b-89e6-502f518139b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:61212 2025.11.20 17:21:22.132946 [ 353 ] {} TCP-Session: 9dd4161a-8ee2-4286-8b2c-3a23a7c54400 Authenticating user 'default' from [fd00:1122:3344:101::e]:36973 2025.11.20 17:21:22.132979 [ 351 ] {} TCP-Session: 43b21e14-02b2-4238-9751-4b1e0dab02db Authenticating user 'default' from [fd00:1122:3344:101::e]:41110 2025.11.20 17:21:22.132984 [ 290 ] {} TCP-Session: ceb52932-0039-487b-89e6-502f518139b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132988 [ 286 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} executeQuery: (from [fd00:1122:3344:101::e]:53085) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:21:22.133008 [ 351 ] {} TCP-Session: 43b21e14-02b2-4238-9751-4b1e0dab02db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133011 [ 290 ] {} TCP-Session: ceb52932-0039-487b-89e6-502f518139b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133050 [ 351 ] {} TCP-Session: 43b21e14-02b2-4238-9751-4b1e0dab02db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132995 [ 353 ] {} TCP-Session: 9dd4161a-8ee2-4286-8b2c-3a23a7c54400 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132984 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.133098 [ 353 ] {} TCP-Session: 9dd4161a-8ee2-4286-8b2c-3a23a7c54400 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132876 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.133148 [ 354 ] {} TCP-Session: 3895c4a5-b07d-4b0d-bcde-50d6d21a8ee5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36276 2025.11.20 17:21:22.133173 [ 288 ] {} TCP-Session: 5c829340-cdfa-4337-93da-6ee427b89822 Authenticating user 'default' from [fd00:1122:3344:101::e]:47131 2025.11.20 17:21:22.133241 [ 354 ] {} TCP-Session: 3895c4a5-b07d-4b0d-bcde-50d6d21a8ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133260 [ 288 ] {} TCP-Session: 5c829340-cdfa-4337-93da-6ee427b89822 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.132795 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36014 2025.11.20 17:21:22.133287 [ 288 ] {} TCP-Session: 5c829340-cdfa-4337-93da-6ee427b89822 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133281 [ 354 ] {} TCP-Session: 3895c4a5-b07d-4b0d-bcde-50d6d21a8ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133313 [ 286 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:21:22.132773 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48364 2025.11.20 17:21:22.133348 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.133385 [ 286 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:21:22.133413 [ 352 ] {} TCP-Session: d87bc2fe-5c3b-4998-870f-e68a681f155e Authenticating user 'default' from [fd00:1122:3344:101::e]:36014 2025.11.20 17:21:22.133430 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.132736 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53169 2025.11.20 17:21:22.133550 [ 350 ] {} TCP-Session: 36f49fe9-a790-40da-bff0-e9c23cd2349d Authenticating user 'default' from [fd00:1122:3344:101::e]:48364 2025.11.20 17:21:22.133564 [ 352 ] {} TCP-Session: d87bc2fe-5c3b-4998-870f-e68a681f155e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133569 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:21:22.133572 [ 350 ] {} TCP-Session: 36f49fe9-a790-40da-bff0-e9c23cd2349d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133588 [ 352 ] {} TCP-Session: d87bc2fe-5c3b-4998-870f-e68a681f155e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133607 [ 289 ] {} TCP-Session: b97aa900-4812-4838-9a7e-08d831ae8fc6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53169 2025.11.20 17:21:22.133609 [ 350 ] {} TCP-Session: 36f49fe9-a790-40da-bff0-e9c23cd2349d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133640 [ 289 ] {} TCP-Session: b97aa900-4812-4838-9a7e-08d831ae8fc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133655 [ 289 ] {} TCP-Session: b97aa900-4812-4838-9a7e-08d831ae8fc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.133770 [ 286 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:21:22.134654 [ 331 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} AggregatingTransform: Aggregating 2025.11.20 17:21:22.134715 [ 331 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} Aggregator: Aggregation method: without_key 2025.11.20 17:21:22.134752 [ 331 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000882526 sec. (1133.111 rows/sec., 44.26 KiB/sec.) 2025.11.20 17:21:22.134772 [ 331 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} Aggregator: Merging aggregated data 2025.11.20 17:21:22.136372 [ 286 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} executeQuery: Read 1 rows, 40.00 B in 0.003436 sec., 291.03608847497094 rows/sec., 11.37 KiB/sec. 2025.11.20 17:21:22.136515 [ 286 ] {75fa9782-554a-42d9-b6b6-6c414f1a33aa} TCPHandler: Processed in 0.003800131 sec. 2025.11.20 17:21:22.136612 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136640 [ 286 ] {} TCP-Session: 5961e0ad-6a2a-4cf6-bda2-9268a4535ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136649 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136679 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136700 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136706 [ 288 ] {} TCP-Session: 5c829340-cdfa-4337-93da-6ee427b89822 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136728 [ 352 ] {} TCP-Session: d87bc2fe-5c3b-4998-870f-e68a681f155e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136742 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136763 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136779 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136809 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136849 [ 351 ] {} TCP-Session: 43b21e14-02b2-4238-9751-4b1e0dab02db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136832 [ 354 ] {} TCP-Session: 3895c4a5-b07d-4b0d-bcde-50d6d21a8ee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136872 [ 350 ] {} TCP-Session: 36f49fe9-a790-40da-bff0-e9c23cd2349d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136747 [ 353 ] {} TCP-Session: 9dd4161a-8ee2-4286-8b2c-3a23a7c54400 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136722 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:21:22.136828 [ 290 ] {} TCP-Session: ceb52932-0039-487b-89e6-502f518139b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.136989 [ 289 ] {} TCP-Session: b97aa900-4812-4838-9a7e-08d831ae8fc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:21:22.320922 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.321097 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.321164 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:21:22.321990 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.322039 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.322455 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:21:22.322694 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.322845 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} executeQuery: Read 410 rows, 26.63 KiB in 0.001795 sec., 228412.25626740948 rows/sec., 14.49 MiB/sec. 2025.11.20 17:21:22.322887 [ 260 ] {556c31b8-8e01-43f3-9a5c-32f6ccc4d4eb} TCPHandler: Processed in 0.002094299 sec. 2025.11.20 17:21:22.323006 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.323101 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:22.323143 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:22.324099 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.324134 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.324518 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:21:22.324733 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.324862 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} executeQuery: Read 1112 rows, 89.84 KiB in 0.00178 sec., 624719.1011235955 rows/sec., 49.29 MiB/sec. 2025.11.20 17:21:22.324900 [ 260 ] {00ea1a6e-d926-47e5-b0b6-cc847ec4cbe4} TCPHandler: Processed in 0.001944407 sec. 2025.11.20 17:21:22.325011 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.325105 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.325145 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:22.325631 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.325667 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.325969 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:21:22.326207 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.326341 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} executeQuery: Read 205 rows, 12.32 KiB in 0.001254 sec., 163476.8740031898 rows/sec., 9.59 MiB/sec. 2025.11.20 17:21:22.326379 [ 260 ] {3e08b4ed-1607-42db-a907-7238fb291ad8} TCPHandler: Processed in 0.001416247 sec. 2025.11.20 17:21:22.326496 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.326589 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.326629 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:22.327107 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.327141 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.327442 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:21:22.327653 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.327783 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} executeQuery: Read 212 rows, 14.00 KiB in 0.001212 sec., 174917.49174917492 rows/sec., 11.28 MiB/sec. 2025.11.20 17:21:22.327821 [ 260 ] {450d0ec3-fcef-4d15-8fce-cac1db6c7f8c} TCPHandler: Processed in 0.001374425 sec. 2025.11.20 17:21:22.327927 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.328029 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.328076 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:21:22.328561 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.328596 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.328896 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:21:22.329109 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.329243 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} executeQuery: Read 211 rows, 12.27 KiB in 0.001236 sec., 170711.97411003237 rows/sec., 9.69 MiB/sec. 2025.11.20 17:21:22.329283 [ 260 ] {18bea7c6-bd2b-4783-8087-ad41c5feb8a8} TCPHandler: Processed in 0.001406556 sec. 2025.11.20 17:21:22.329397 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.329491 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:22.329531 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:22.330188 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.330222 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.330553 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:21:22.330768 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.330891 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} executeQuery: Read 679 rows, 48.47 KiB in 0.001417 sec., 479181.36908962595 rows/sec., 33.40 MiB/sec. 2025.11.20 17:21:22.330927 [ 260 ] {1f7d0eba-c26a-4939-99e0-0a34cc8add55} TCPHandler: Processed in 0.00157958 sec. 2025.11.20 17:21:22.331026 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.331119 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:21:22.331158 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:21:22.331482 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.331520 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.331833 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:21:22.332037 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.332130 [ 104 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:21:22.332171 [ 104 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.332175 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2025.11.20 17:21:22.332199 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.332221 [ 260 ] {064035dc-55d5-4d31-b423-1a66367f2b4f} TCPHandler: Processed in 0.001243933 sec. 2025.11.20 17:21:22.332320 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::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.11.20 17:21:22.332334 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.332468 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.332487 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:22.332516 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:22.332531 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part 2025.11.20 17:21:22.332601 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:22.332647 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:22.332691 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:22.332733 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:22.332782 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:22.332977 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.333018 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.333390 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:21:22.333597 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.001338195 sec., 94156.68120117024 rows/sec., 4.80 MiB/sec. 2025.11.20 17:21:22.333612 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.333759 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:21:22.333838 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} executeQuery: Read 314 rows, 21.12 KiB in 0.001387 sec., 226387.88752703677 rows/sec., 14.87 MiB/sec. 2025.11.20 17:21:22.333896 [ 260 ] {a4811218-f7a3-4047-91b6-5fdf9b450814} TCPHandler: Processed in 0.001610971 sec. 2025.11.20 17:21:22.334019 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.334051 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.334129 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_21_4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:21:22.334132 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.334196 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:22.334199 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:21:22.334571 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.334612 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.334934 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:21:22.335153 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.335285 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} executeQuery: Read 1 rows, 69.00 B in 0.001186 sec., 843.1703204047218 rows/sec., 56.82 KiB/sec. 2025.11.20 17:21:22.335322 [ 260 ] {73e3d8b8-ddba-4a86-a5a4-d3c28da1ba4e} TCPHandler: Processed in 0.001352775 sec. 2025.11.20 17:21:22.335432 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:22.335528 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:22.335570 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:22.335915 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:22.335958 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:22.336321 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:21:22.336535 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:22.336664 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} executeQuery: Read 104 rows, 6.53 KiB in 0.001156 sec., 89965.39792387544 rows/sec., 5.51 MiB/sec. 2025.11.20 17:21:22.336700 [ 260 ] {6982492f-c9ce-4d0d-b599-6f02cb75fe6b} TCPHandler: Processed in 0.001317925 sec. 2025.11.20 17:21:23.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 281.40 MiB, peak 290.77 MiB, free memory in arenas 0.00 B, will set to 280.08 MiB (RSS), difference: -1.32 MiB 2025.11.20 17:21:23.620287 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15776 2025.11.20 17:21:23.620797 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:23.620843 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:23.621340 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:21:23.621570 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:23.621702 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15776 2025.11.20 17:21:24.415706 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.11.20 17:21:24.431916 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:24.431962 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:24.437734 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:21:24.438445 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:24.441313 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.11.20 17:21:26.166264 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 976 2025.11.20 17:21:26.168864 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:26.168913 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:26.170108 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:21:26.170370 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:26.170644 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 976 2025.11.20 17:21:27.302824 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.303062 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} executeQuery: (from [fd00:1122:3344:101::d]:33852) 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:21:27.303422 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:21:27.303463 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:21:27.303744 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:21:27.303810 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:21:27.303950 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2025.11.20 17:21:27.304073 [ 311 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.11.20 17:21:27.304075 [ 345 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.11.20 17:21:27.304076 [ 325 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:21:27.304222 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (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.11.20 17:21:27.304249 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:21:27.304332 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.11.20 17:21:27.304352 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Reading approx. 47 rows with 3 streams 2025.11.20 17:21:27.304386 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:21:27.304422 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:21:27.304456 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} 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', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:21:27.305578 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} executeQuery: Read 47 rows, 1.87 KiB in 0.002623 sec., 17918.414029736945 rows/sec., 712.22 KiB/sec. 2025.11.20 17:21:27.305722 [ 260 ] {a426e3d2-d5e9-4fe0-8e21-df5ed8812ced} TCPHandler: Processed in 0.003023587 sec. 2025.11.20 17:21:27.312878 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.312987 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.20 17:21:27.313029 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:21:27.313534 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.313577 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.313982 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:21:27.314174 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.314316 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} executeQuery: Read 1 rows, 106.00 B in 0.001362 sec., 734.2143906020558 rows/sec., 76.00 KiB/sec. 2025.11.20 17:21:27.314354 [ 260 ] {cdea7c62-0a9a-4d78-9668-97534c56e560} TCPHandler: Processed in 0.001526729 sec. 2025.11.20 17:21:27.314457 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.314552 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:27.314593 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:27.315065 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.315101 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.315408 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:21:27.315618 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.315745 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} executeQuery: Read 137 rows, 12.17 KiB in 0.001211 sec., 113129.64492155243 rows/sec., 9.81 MiB/sec. 2025.11.20 17:21:27.315782 [ 260 ] {1e4aa67b-2af5-4cf0-b3ed-4e761d8e79c8} TCPHandler: Processed in 0.001374605 sec. 2025.11.20 17:21:27.315885 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.315979 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:27.316020 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:27.316410 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.316447 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.316747 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:21:27.316956 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.317086 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} executeQuery: Read 40 rows, 3.01 KiB in 0.001125 sec., 35555.555555555555 rows/sec., 2.61 MiB/sec. 2025.11.20 17:21:27.317124 [ 260 ] {a4226139-1273-4c47-964f-b96223109277} TCPHandler: Processed in 0.001288385 sec. 2025.11.20 17:21:27.317242 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.317363 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:27.317406 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:27.317787 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.317824 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.318117 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:21:27.318321 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.318431 [ 97 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2025.11.20 17:21:27.318453 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} executeQuery: Read 1 rows, 68.00 B in 0.001112 sec., 899.2805755395684 rows/sec., 59.72 KiB/sec. 2025.11.20 17:21:27.318496 [ 97 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.318507 [ 260 ] {4c5ba5d5-5a04-4f5b-876c-79272e49c5a7} TCPHandler: Processed in 0.001325365 sec. 2025.11.20 17:21:27.318526 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.318614 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2025.11.20 17:21:27.318617 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.318699 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:27.318724 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:27.318726 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 464 rows starting from the beginning of the part 2025.11.20 17:21:27.318765 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:27.318788 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 212 rows starting from the beginning of the part 2025.11.20 17:21:27.318829 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part 2025.11.20 17:21:27.318868 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 212 rows starting from the beginning of the part 2025.11.20 17:21:27.318904 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 212 rows starting from the beginning of the part 2025.11.20 17:21:27.318944 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:27.319188 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.319223 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.319538 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:21:27.319755 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.319765 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 1329 rows, containing 5 columns (5 merged, 0 gathered) in 0.001185372 sec., 1121167.0260475192 rows/sec., 78.19 MiB/sec. 2025.11.20 17:21:27.319885 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} executeQuery: Read 104 rows, 8.32 KiB in 0.001179 sec., 88210.34775233248 rows/sec., 6.89 MiB/sec. 2025.11.20 17:21:27.319929 [ 260 ] {7d52d070-f161-48fa-a48e-e92b387af32f} TCPHandler: Processed in 0.001360815 sec. 2025.11.20 17:21:27.319997 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2025.11.20 17:21:27.320045 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.320145 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:27.320191 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:27.320359 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.320448 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_30_6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2025.11.20 17:21:27.320560 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.20 17:21:27.320576 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.320619 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.320948 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:21:27.321170 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.321299 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} executeQuery: Read 160 rows, 11.41 KiB in 0.001172 sec., 136518.771331058 rows/sec., 9.51 MiB/sec. 2025.11.20 17:21:27.321337 [ 260 ] {7577d41f-da4d-45cf-a3a6-97c57da8fef4} TCPHandler: Processed in 0.001341325 sec. 2025.11.20 17:21:27.321435 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.321556 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:27.321609 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:27.321969 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.322007 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.322311 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:21:27.322523 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.322655 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} executeQuery: Read 1 rows, 65.00 B in 0.001118 sec., 894.4543828264758 rows/sec., 56.78 KiB/sec. 2025.11.20 17:21:27.322694 [ 260 ] {8c9868c6-ffe7-4ee3-9ea4-81fea41e0624} TCPHandler: Processed in 0.001305874 sec. 2025.11.20 17:21:27.322797 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.322892 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:27.322946 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} 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.11.20 17:21:27.323715 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.323753 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.324286 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:21:27.324520 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.324627 [ 97 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.11.20 17:21:27.324659 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} executeQuery: Read 40 rows, 73.40 KiB in 0.001783 sec., 22434.09983174425 rows/sec., 40.20 MiB/sec. 2025.11.20 17:21:27.324664 [ 97 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.324705 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.324721 [ 260 ] {d14754dd-bd4e-4931-8916-6c84f818b39a} TCPHandler: Processed in 0.001972817 sec. 2025.11.20 17:21:27.324785 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:21:27.324838 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:27.324939 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:27.324980 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:27.324988 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:27.325043 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 624 rows starting from the beginning of the part 2025.11.20 17:21:27.325163 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:27.325264 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:27.325315 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:27.325356 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:27.325356 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:27.325460 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:27.325548 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:27.325685 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:21:27.325926 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.326063 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.11.20 17:21:27.326102 [ 260 ] {35ae5e0c-b30f-4c30-82fe-71b3c587f444} TCPHandler: Processed in 0.001314225 sec. 2025.11.20 17:21:27.340668 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 824 rows, containing 19 columns (19 merged, 0 gathered) in 0.015916528 sec., 51770.08453099822 rows/sec., 92.77 MiB/sec. 2025.11.20 17:21:27.341702 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.11.20 17:21:27.342035 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:27.342102 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_21_4} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.11.20 17:21:27.342195 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.76 MiB. 2025.11.20 17:21:28.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 281.05 MiB, peak 290.77 MiB, free memory in arenas 0.00 B, will set to 284.06 MiB (RSS), difference: 3.01 MiB 2025.11.20 17:21:31.014549 [ 93 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:21:31.014605 [ 93 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:21:31.122747 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16288 2025.11.20 17:21:31.123326 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:31.123375 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:31.123857 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:21:31.124100 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:31.124249 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16288 2025.11.20 17:21:31.942322 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.11.20 17:21:31.958013 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:31.958060 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:31.964000 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:21:31.964726 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:31.967504 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.11.20 17:21:32.319675 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.319871 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.319947 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:21:32.320854 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.320897 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.321340 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:21:32.321633 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.321818 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} executeQuery: Read 410 rows, 26.63 KiB in 0.001998 sec., 205205.2052052052 rows/sec., 13.02 MiB/sec. 2025.11.20 17:21:32.321874 [ 260 ] {66a48644-3532-4613-bd58-3ce35a6619fe} TCPHandler: Processed in 0.002336934 sec. 2025.11.20 17:21:32.321999 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.322101 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:32.322146 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:32.323122 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.323159 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.323557 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:21:32.323784 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.323919 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} executeQuery: Read 1112 rows, 89.84 KiB in 0.001842 sec., 603691.6395222584 rows/sec., 47.63 MiB/sec. 2025.11.20 17:21:32.323959 [ 260 ] {a0be4249-098f-4047-9e65-1cbc89b2c24a} TCPHandler: Processed in 0.002013608 sec. 2025.11.20 17:21:32.324074 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.324171 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.324213 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:32.324699 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.324735 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.325044 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:21:32.325270 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.325406 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} executeQuery: Read 205 rows, 12.32 KiB in 0.001253 sec., 163607.3423782921 rows/sec., 9.60 MiB/sec. 2025.11.20 17:21:32.325445 [ 260 ] {22e732ba-bab4-4cc3-aba4-c08117d0c7ef} TCPHandler: Processed in 0.001421556 sec. 2025.11.20 17:21:32.325554 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.325650 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.325690 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:32.326169 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.326205 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.326531 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:21:32.326748 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.326886 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} executeQuery: Read 212 rows, 14.00 KiB in 0.001254 sec., 169059.01116427433 rows/sec., 10.90 MiB/sec. 2025.11.20 17:21:32.326924 [ 260 ] {b66ab9d4-53ed-40d2-987c-a86feda58da3} TCPHandler: Processed in 0.001419367 sec. 2025.11.20 17:21:32.327033 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.327127 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.327167 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:21:32.327633 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.327668 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.327992 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:21:32.328207 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.328338 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} executeQuery: Read 211 rows, 12.27 KiB in 0.001228 sec., 171824.1042345277 rows/sec., 9.76 MiB/sec. 2025.11.20 17:21:32.328377 [ 260 ] {24d91990-2265-474a-9fd2-9b2c0dde1569} TCPHandler: Processed in 0.001393026 sec. 2025.11.20 17:21:32.328478 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.328572 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:32.328612 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:32.329280 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.329315 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.329643 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:21:32.329864 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.329994 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} executeQuery: Read 679 rows, 48.47 KiB in 0.001438 sec., 472183.58831710706 rows/sec., 32.92 MiB/sec. 2025.11.20 17:21:32.330033 [ 260 ] {7e41f50d-d357-49f8-a10b-0e70d0de4871} TCPHandler: Processed in 0.00160305 sec. 2025.11.20 17:21:32.330157 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.330282 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:21:32.330333 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:21:32.330695 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.330729 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.331064 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:21:32.331273 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.331404 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} executeQuery: Read 6 rows, 321.00 B in 0.001148 sec., 5226.480836236934 rows/sec., 273.06 KiB/sec. 2025.11.20 17:21:32.331453 [ 260 ] {ce75776a-8202-4d18-91e2-a04283d43784} TCPHandler: Processed in 0.001358256 sec. 2025.11.20 17:21:32.331560 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.331660 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.331702 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:32.332144 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.332178 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.332546 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:21:32.332758 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.332889 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} executeQuery: Read 314 rows, 21.12 KiB in 0.001248 sec., 251602.5641025641 rows/sec., 16.53 MiB/sec. 2025.11.20 17:21:32.332925 [ 260 ] {2489d6b1-7911-474b-a0c2-2996e39801a0} TCPHandler: Processed in 0.001415076 sec. 2025.11.20 17:21:32.333025 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.333121 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.333162 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:32.333469 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.333503 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.333811 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:21:32.334013 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.334139 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} executeQuery: Read 1 rows, 69.00 B in 0.001036 sec., 965.2509652509652 rows/sec., 65.04 KiB/sec. 2025.11.20 17:21:32.334173 [ 260 ] {601d7429-061f-4f05-a1e9-5daa2549fe18} TCPHandler: Processed in 0.001195262 sec. 2025.11.20 17:21:32.334293 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:32.334410 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:32.334461 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:32.334827 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:32.334863 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.11.20 17:21:32.335186 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:21:32.335392 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:32.335520 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} executeQuery: Read 104 rows, 6.53 KiB in 0.001134 sec., 91710.75837742504 rows/sec., 5.62 MiB/sec. 2025.11.20 17:21:32.335555 [ 260 ] {a67f3708-20a6-4a93-bc65-b943433ca2f6} TCPHandler: Processed in 0.001324315 sec. 2025.11.20 17:21:36.171782 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 1016 2025.11.20 17:21:36.174340 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:36.174400 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:36.175655 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:21:36.175933 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:36.176146 [ 89 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:21:36.176249 [ 89 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:36.176291 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:36.176311 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1016 2025.11.20 17:21:36.176458 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:21:36.177112 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:36.177251 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 838 rows starting from the beginning of the part 2025.11.20 17:21:36.177613 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 32 rows starting from the beginning of the part 2025.11.20 17:21:36.177896 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part 2025.11.20 17:21:36.178168 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 36 rows starting from the beginning of the part 2025.11.20 17:21:36.178432 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 38 rows starting from the beginning of the part 2025.11.20 17:21:36.178693 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:36.184732 [ 192 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 72 columns (72 merged, 0 gathered) in 0.008346646 sec., 121725.54101371978 rows/sec., 101.46 MiB/sec. 2025.11.20 17:21:36.186196 [ 187 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:21:36.186774 [ 187 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:36.186846 [ 187 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_26_5} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:21:36.187166 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. 2025.11.20 17:21:37.337440 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.337627 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:21:37.337698 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:21:37.338384 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.338432 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.338822 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.11.20 17:21:37.339068 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.339220 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} executeQuery: Read 12 rows, 1002.00 B in 0.001645 sec., 7294.832826747721 rows/sec., 594.84 KiB/sec. 2025.11.20 17:21:37.339263 [ 260 ] {f3915bdd-af6a-493b-978a-627471893996} TCPHandler: Processed in 0.001957587 sec. 2025.11.20 17:21:37.339385 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.339481 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:37.339523 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:37.340654 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.340692 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.341097 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:21:37.341323 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.341449 [ 87 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:21:37.341463 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} executeQuery: Read 1282 rows, 109.08 KiB in 0.002 sec., 641000 rows/sec., 53.26 MiB/sec. 2025.11.20 17:21:37.341530 [ 87 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.341544 [ 260 ] {dd643c3f-7650-4d4a-a399-5db1344d9753} TCPHandler: Processed in 0.002208902 sec. 2025.11.20 17:21:37.341566 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.341670 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.341713 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:21:37.341771 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:37.341818 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:37.341901 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:37.341963 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2462 rows starting from the beginning of the part 2025.11.20 17:21:37.342067 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part 2025.11.20 17:21:37.342144 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:21:37.342215 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 137 rows starting from the beginning of the part 2025.11.20 17:21:37.342251 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.342278 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:21:37.342298 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.342353 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1282 rows starting from the beginning of the part 2025.11.20 17:21:37.342668 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:21:37.342926 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.343064 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} executeQuery: Read 52 rows, 3.85 KiB in 0.001311 sec., 39664.37833714722 rows/sec., 2.86 MiB/sec. 2025.11.20 17:21:37.343103 [ 260 ] {ee79169d-941b-4cc1-809e-8411fa9c336c} TCPHandler: Processed in 0.001483808 sec. 2025.11.20 17:21:37.343227 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.343351 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:37.343401 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:37.343942 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.343981 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.344311 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:21:37.344528 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.344652 [ 192 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 6241 rows, containing 5 columns (5 merged, 0 gathered) in 0.003011347 sec., 2072494.4684222706 rows/sec., 176.30 MiB/sec. 2025.11.20 17:21:37.344667 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} executeQuery: Read 228 rows, 15.81 KiB in 0.001341 sec., 170022.37136465326 rows/sec., 11.51 MiB/sec. 2025.11.20 17:21:37.344714 [ 260 ] {c8136f6d-c265-478a-8aa1-a98f695a1f8d} TCPHandler: Processed in 0.001548669 sec. 2025.11.20 17:21:37.344817 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.344914 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:37.344957 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:37.344966 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:21:37.345289 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.345379 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_51_10} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:21:37.345502 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2025.11.20 17:21:37.345599 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.345641 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.346004 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:21:37.346223 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.346354 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} executeQuery: Read 572 rows, 43.59 KiB in 0.001459 sec., 392049.3488690884 rows/sec., 29.17 MiB/sec. 2025.11.20 17:21:37.346374 [ 85 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:21:37.346398 [ 260 ] {1d6750b5-4cac-4241-817f-6da4c0b7cb2f} TCPHandler: Processed in 0.001630331 sec. 2025.11.20 17:21:37.346447 [ 85 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.346477 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.346535 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.346561 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:21:37.346636 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:37.346663 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:37.346687 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:37.346697 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1249 rows starting from the beginning of the part 2025.11.20 17:21:37.346763 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:37.346808 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 679 rows starting from the beginning of the part 2025.11.20 17:21:37.346849 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:37.346888 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 679 rows starting from the beginning of the part 2025.11.20 17:21:37.346928 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 572 rows starting from the beginning of the part 2025.11.20 17:21:37.347255 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.347298 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.347710 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:21:37.347940 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.348051 [ 85 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:21:37.348072 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} executeQuery: Read 850 rows, 58.59 KiB in 0.001454 sec., 584594.2228335626 rows/sec., 39.35 MiB/sec. 2025.11.20 17:21:37.348081 [ 85 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.348112 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.348118 [ 260 ] {2212c159-4ede-486b-ad80-269aee960cf4} TCPHandler: Processed in 0.00163225 sec. 2025.11.20 17:21:37.348179 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3387 rows, containing 5 columns (5 merged, 0 gathered) in 0.001650781 sec., 2051756.1081694057 rows/sec., 155.40 MiB/sec. 2025.11.20 17:21:37.348201 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:21:37.348237 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.348310 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:37.348338 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:37.348348 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 16004 rows starting from the beginning of the part 2025.11.20 17:21:37.348388 [ 192 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:21:37.348403 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} 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.11.20 17:21:37.348427 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part 2025.11.20 17:21:37.348478 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 314 rows starting from the beginning of the part 2025.11.20 17:21:37.348524 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:21:37.348567 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 314 rows starting from the beginning of the part 2025.11.20 17:21:37.348610 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 850 rows starting from the beginning of the part 2025.11.20 17:21:37.348688 [ 192 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.348779 [ 192 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_51_10} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:21:37.348874 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.76 MiB. 2025.11.20 17:21:37.349289 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.349327 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.349918 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:21:37.350145 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.350289 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} executeQuery: Read 40 rows, 73.40 KiB in 0.001969 sec., 20314.880650076182 rows/sec., 36.40 MiB/sec. 2025.11.20 17:21:37.350344 [ 260 ] {e2d34d93-ef5e-4a05-9036-a3dd53e33073} TCPHandler: Processed in 0.00215621 sec. 2025.11.20 17:21:37.350454 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:37.350552 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:37.350595 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:37.350950 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.350987 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.351312 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:21:37.351524 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.351629 [ 85 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:21:37.351654 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.11.20 17:21:37.351664 [ 85 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:37.351696 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:37.351698 [ 260 ] {5180a5c6-010c-48d5-a01b-3890f6838df7} TCPHandler: Processed in 0.001293864 sec. 2025.11.20 17:21:37.351799 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:37.351960 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:37.352001 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3400 rows starting from the beginning of the part 2025.11.20 17:21:37.352078 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:37.352130 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:37.352176 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:37.352221 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 104 rows starting from the beginning of the part 2025.11.20 17:21:37.352266 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:21:37.353695 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3788 rows, containing 4 columns (4 merged, 0 gathered) in 0.001947547 sec., 1945010.8264396186 rows/sec., 123.81 MiB/sec. 2025.11.20 17:21:37.353985 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 17802 rows, containing 5 columns (5 merged, 0 gathered) in 0.005821849 sec., 3057791.433614991 rows/sec., 205.69 MiB/sec. 2025.11.20 17:21:37.354059 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:21:37.354318 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:21:37.354330 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.354435 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_51_10} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:21:37.354506 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. 2025.11.20 17:21:37.354642 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:37.354733 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_51_10} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:21:37.354806 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. 2025.11.20 17:21:38.000191 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 285.39 MiB, peak 294.57 MiB, free memory in arenas 0.00 B, will set to 287.00 MiB (RSS), difference: 1.61 MiB 2025.11.20 17:21:38.625297 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16736 2025.11.20 17:21:38.625786 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:38.625823 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:38.626334 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:21:38.626562 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:38.626701 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16736 2025.11.20 17:21:39.467566 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.11.20 17:21:39.484343 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:39.484405 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:39.490516 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:21:39.491258 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:39.494078 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.11.20 17:21:42.319358 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.319546 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.319616 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:21:42.320461 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.320503 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.320909 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:21:42.321134 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.321290 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} executeQuery: Read 410 rows, 26.63 KiB in 0.001795 sec., 228412.25626740948 rows/sec., 14.49 MiB/sec. 2025.11.20 17:21:42.321332 [ 260 ] {9718b84e-6453-4450-bff1-3d50b327b755} TCPHandler: Processed in 0.00210683 sec. 2025.11.20 17:21:42.321446 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.321587 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:42.321648 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:42.322824 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.322860 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.323234 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:21:42.323446 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.323573 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} executeQuery: Read 1112 rows, 89.84 KiB in 0.002013 sec., 552409.3392945852 rows/sec., 43.58 MiB/sec. 2025.11.20 17:21:42.323611 [ 260 ] {7165583a-0745-4495-bb24-46caf05e5605} TCPHandler: Processed in 0.002213692 sec. 2025.11.20 17:21:42.323727 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.323823 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.323864 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:42.324373 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.324410 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.324724 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:21:42.324927 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.325020 [ 80 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:21:42.325052 [ 80 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.325052 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} executeQuery: Read 205 rows, 12.32 KiB in 0.001248 sec., 164262.82051282053 rows/sec., 9.64 MiB/sec. 2025.11.20 17:21:42.325070 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.325098 [ 260 ] {3fa2d359-ab08-4087-8721-5858703a3333} TCPHandler: Processed in 0.001420587 sec. 2025.11.20 17:21:42.325198 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:21:42.325276 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.325353 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:42.325375 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.325391 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 277 rows starting from the beginning of the part 2025.11.20 17:21:42.325423 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:42.325465 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 205 rows starting from the beginning of the part 2025.11.20 17:21:42.325516 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2025.11.20 17:21:42.325558 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 205 rows starting from the beginning of the part 2025.11.20 17:21:42.325599 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 52 rows starting from the beginning of the part 2025.11.20 17:21:42.325641 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 205 rows starting from the beginning of the part 2025.11.20 17:21:42.325942 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.325983 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.326297 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:21:42.326510 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.326583 [ 201 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 5 columns (5 merged, 0 gathered) in 0.001444437 sec., 681234.2802074441 rows/sec., 44.16 MiB/sec. 2025.11.20 17:21:42.326643 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} executeQuery: Read 212 rows, 14.00 KiB in 0.001286 sec., 164852.25505443235 rows/sec., 10.63 MiB/sec. 2025.11.20 17:21:42.326686 [ 260 ] {3f206e36-c0de-44b0-9ab6-05424e0278f1} TCPHandler: Processed in 0.001459787 sec. 2025.11.20 17:21:42.326775 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:21:42.326797 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.326891 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.326932 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:21:42.327042 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.327107 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_46_9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:21:42.327195 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:21:42.327434 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.327471 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.327775 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:21:42.327979 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.328112 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} executeQuery: Read 211 rows, 12.27 KiB in 0.001239 sec., 170298.62792574655 rows/sec., 9.67 MiB/sec. 2025.11.20 17:21:42.328151 [ 260 ] {d5521d26-df45-4d6e-9342-9c84b3f26792} TCPHandler: Processed in 0.001402567 sec. 2025.11.20 17:21:42.328259 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.328354 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:42.328395 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:42.329119 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.329155 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.329494 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:21:42.329706 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.329833 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} executeQuery: Read 679 rows, 48.47 KiB in 0.001496 sec., 453877.00534759363 rows/sec., 31.64 MiB/sec. 2025.11.20 17:21:42.329873 [ 260 ] {33b9194e-80ca-4626-b2d7-3f1b22aa8620} TCPHandler: Processed in 0.001662001 sec. 2025.11.20 17:21:42.330076 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.330178 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:21:42.330220 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:21:42.330558 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.330595 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.330912 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:21:42.331125 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.331259 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} executeQuery: Read 6 rows, 321.00 B in 0.001099 sec., 5459.50864422202 rows/sec., 285.24 KiB/sec. 2025.11.20 17:21:42.331348 [ 260 ] {b6298dc4-ec3a-4ae0-b1f5-e8911fadf587} TCPHandler: Processed in 0.001322785 sec. 2025.11.20 17:21:42.331470 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.331586 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.331637 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:42.332110 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.332146 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.332491 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:21:42.332697 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.332824 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} executeQuery: Read 314 rows, 21.12 KiB in 0.001263 sec., 248614.41013460016 rows/sec., 16.33 MiB/sec. 2025.11.20 17:21:42.332860 [ 260 ] {f6125712-b54e-4c78-9e46-1346e63c4878} TCPHandler: Processed in 0.001447987 sec. 2025.11.20 17:21:42.332964 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.333065 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.333107 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:42.333421 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.333458 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.333778 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:21:42.333985 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.334088 [ 7 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_19_4 to all_24_24_0 2025.11.20 17:21:42.334116 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} executeQuery: Read 1 rows, 69.00 B in 0.001071 sec., 933.7068160597573 rows/sec., 62.92 KiB/sec. 2025.11.20 17:21:42.334156 [ 7 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.334167 [ 260 ] {f7a80217-ee5b-4311-917a-7f7feeb26d5b} TCPHandler: Processed in 0.001253324 sec. 2025.11.20 17:21:42.334185 [ 7 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.334273 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_19_4 to all_24_24_0 into Compact with storage Full 2025.11.20 17:21:42.334296 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:42.334378 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:42.334413 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_19_4, total 19 rows starting from the beginning of the part 2025.11.20 17:21:42.334419 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:42.334471 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:42.334480 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:42.334523 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:42.334565 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:42.334603 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:42.334641 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2025.11.20 17:21:42.334875 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:42.334914 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:42.335224 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:21:42.335317 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 4 columns (4 merged, 0 gathered) in 0.001136561 sec., 21116.332515368733 rows/sec., 1.39 MiB/sec. 2025.11.20 17:21:42.335493 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.335521 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} MergedBlockOutputStream: filled checksums all_1_24_5 (state Temporary) 2025.11.20 17:21:42.335632 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} executeQuery: Read 104 rows, 6.53 KiB in 0.001237 sec., 84074.37348423606 rows/sec., 5.15 MiB/sec. 2025.11.20 17:21:42.335674 [ 260 ] {fc66ee52-cb7b-49a4-ad0f-6164727246ff} TCPHandler: Processed in 0.001436517 sec. 2025.11.20 17:21:42.335785 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_24_5 to all_1_24_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:42.335874 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_24_5} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_19_4, all_24_24_0] -> all_1_24_5 2025.11.20 17:21:42.335943 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:21:46.014649 [ 12 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:21:46.014718 [ 12 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:21:46.126924 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17248 2025.11.20 17:21:46.127482 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:46.127526 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:46.128050 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:21:46.128273 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:46.128401 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17248 2025.11.20 17:21:46.128429 [ 14 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:21:46.128530 [ 14 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:46.128568 [ 14 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:46.128728 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:21:46.128931 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:46.128994 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14816 rows starting from the beginning of the part 2025.11.20 17:21:46.129094 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2025.11.20 17:21:46.129140 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2025.11.20 17:21:46.129180 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2025.11.20 17:21:46.129217 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2025.11.20 17:21:46.129258 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2025.11.20 17:21:46.131288 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17248 rows, containing 4 columns (4 merged, 0 gathered) in 0.00263681 sec., 6541237.328438531 rows/sec., 93.57 MiB/sec. 2025.11.20 17:21:46.131384 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:21:46.131641 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:46.131708 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_36_7} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:21:46.131785 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.50 MiB. 2025.11.20 17:21:46.176694 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1052 2025.11.20 17:21:46.179119 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:46.179167 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:46.180371 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:21:46.180662 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:46.180928 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1052 2025.11.20 17:21:46.994291 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 271 2025.11.20 17:21:47.011128 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.011195 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.017484 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:21:47.018210 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.018509 [ 14 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:21:47.018581 [ 14 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.018603 [ 14 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.018702 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.021540 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:47.021914 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 271 2025.11.20 17:21:47.022278 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.025419 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.028551 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.032163 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.036102 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.039941 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:21:47.088431 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 271 rows, containing 679 columns (679 merged, 0 gathered) in 0.06976524 sec., 3884.4559267623818 rows/sec., 20.09 MiB/sec. 2025.11.20 17:21:47.091404 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:21:47.093526 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_36_7} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.093630 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_36_7} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:21:47.096040 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.11.20 17:21:47.310658 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:47.310836 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:47.310901 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:47.311612 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.311661 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.312073 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:21:47.312313 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.312468 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} executeQuery: Read 136 rows, 12.08 KiB in 0.00168 sec., 80952.38095238095 rows/sec., 7.02 MiB/sec. 2025.11.20 17:21:47.312509 [ 260 ] {f74734b3-96c2-4038-a244-b5c22da1d093} TCPHandler: Processed in 0.001977567 sec. 2025.11.20 17:21:47.312624 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:47.312718 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:47.312758 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:47.313167 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.313201 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.313519 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:21:47.313732 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.313856 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} executeQuery: Read 40 rows, 3.01 KiB in 0.001156 sec., 34602.07612456748 rows/sec., 2.54 MiB/sec. 2025.11.20 17:21:47.313893 [ 260 ] {d3c949cb-7f35-4abc-9b7b-f31c549d52ca} TCPHandler: Processed in 0.001318035 sec. 2025.11.20 17:21:47.313998 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:47.314092 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:47.314130 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:47.314555 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.314589 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.314905 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:21:47.315112 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.315236 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} executeQuery: Read 104 rows, 8.32 KiB in 0.001163 sec., 89423.90369733448 rows/sec., 6.98 MiB/sec. 2025.11.20 17:21:47.315273 [ 260 ] {2758f99a-9253-49ac-ada2-f9b6c1785f7f} TCPHandler: Processed in 0.001322485 sec. 2025.11.20 17:21:47.315381 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:47.315476 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:47.315520 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:47.315922 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.315958 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.316291 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:21:47.316508 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.316633 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} executeQuery: Read 160 rows, 11.41 KiB in 0.001176 sec., 136054.42176870749 rows/sec., 9.48 MiB/sec. 2025.11.20 17:21:47.316668 [ 260 ] {14d22b8b-0f5f-4954-bd67-f60a739b9500} TCPHandler: Processed in 0.001335115 sec. 2025.11.20 17:21:47.316770 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:47.316863 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:47.316916 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} 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.11.20 17:21:47.317798 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.317832 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.318450 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:21:47.318671 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.318806 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} executeQuery: Read 40 rows, 73.40 KiB in 0.00196 sec., 20408.163265306124 rows/sec., 36.57 MiB/sec. 2025.11.20 17:21:47.318859 [ 260 ] {b5cd1aad-d245-4642-af89-a304ee768238} TCPHandler: Processed in 0.00213619 sec. 2025.11.20 17:21:47.318967 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:47.319062 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:47.319104 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:47.319447 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:47.319481 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:47.319790 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:21:47.319996 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:47.320122 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2025.11.20 17:21:47.320158 [ 260 ] {004e9344-058b-4e5b-8390-a7446eaaaeef} TCPHandler: Processed in 0.001239864 sec. 2025.11.20 17:21:49.673453 [ 31 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.11.20 17:21:49.673533 [ 31 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:49.673555 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:49.673672 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:21:49.673825 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:49.673863 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 20 rows starting from the beginning of the part 2025.11.20 17:21:49.673965 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:49.674020 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:21:49.674072 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.11.20 17:21:49.674120 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:21:49.674888 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001272664 sec., 44002.18753732328 rows/sec., 3.67 MiB/sec. 2025.11.20 17:21:49.675019 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.11.20 17:21:49.675265 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:49.675334 [ 197 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_9_2} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.11.20 17:21:49.675398 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:21:52.318733 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.318923 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.318994 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:21:52.319828 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.319870 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.320285 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:21:52.320537 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.320666 [ 61 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:21:52.320689 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} executeQuery: Read 410 rows, 26.63 KiB in 0.001818 sec., 225522.55225522554 rows/sec., 14.31 MiB/sec. 2025.11.20 17:21:52.320738 [ 61 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.320748 [ 260 ] {d0829f05-2579-42a9-8f96-7372e323a77e} TCPHandler: Processed in 0.00215336 sec. 2025.11.20 17:21:52.320773 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.320877 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.320878 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::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.11.20 17:21:52.320977 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:52.321011 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:52.321018 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:52.321045 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 434 rows starting from the beginning of the part 2025.11.20 17:21:52.321112 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:52.321163 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:52.321210 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:52.321255 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:52.321308 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 410 rows starting from the beginning of the part 2025.11.20 17:21:52.321966 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.322002 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.322395 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001556999 sec., 1595376.7471912312 rows/sec., 107.59 MiB/sec. 2025.11.20 17:21:52.322418 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:21:52.322559 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:21:52.322666 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.322794 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} executeQuery: Read 1112 rows, 89.84 KiB in 0.001835 sec., 605994.5504087193 rows/sec., 47.81 MiB/sec. 2025.11.20 17:21:52.322800 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.322832 [ 260 ] {da97d06e-380f-4e52-9bf9-d2d8874b6605} TCPHandler: Processed in 0.002003988 sec. 2025.11.20 17:21:52.322867 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_26_5} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:21:52.322925 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.20 17:21:52.322945 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.323040 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.323079 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:52.323548 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.323584 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.323892 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:21:52.324108 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.324237 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} executeQuery: Read 205 rows, 12.32 KiB in 0.001216 sec., 168585.52631578947 rows/sec., 9.89 MiB/sec. 2025.11.20 17:21:52.324274 [ 260 ] {c5c3069b-71bf-4274-b6e9-9e98009b49dd} TCPHandler: Processed in 0.001377555 sec. 2025.11.20 17:21:52.324379 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.324473 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.324512 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:21:52.324979 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.325015 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.325335 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:21:52.325546 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.325675 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} executeQuery: Read 212 rows, 14.00 KiB in 0.00122 sec., 173770.4918032787 rows/sec., 11.21 MiB/sec. 2025.11.20 17:21:52.325712 [ 260 ] {872037fd-a423-4a03-97da-7ac099e87545} TCPHandler: Processed in 0.001379526 sec. 2025.11.20 17:21:52.325818 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.325920 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.325960 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:21:52.326443 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.326480 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.326807 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:21:52.327012 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.327114 [ 61 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:21:52.327143 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} executeQuery: Read 211 rows, 12.27 KiB in 0.001242 sec., 169887.27858293074 rows/sec., 9.65 MiB/sec. 2025.11.20 17:21:52.327148 [ 61 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.327184 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.327189 [ 260 ] {dc088b43-fb95-4ee4-b97d-433956a7b445} TCPHandler: Processed in 0.001420026 sec. 2025.11.20 17:21:52.327272 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::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.11.20 17:21:52.327308 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.327391 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:21:52.327407 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:52.327430 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 223 rows starting from the beginning of the part 2025.11.20 17:21:52.327451 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:52.327504 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:52.327558 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:52.327601 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:52.327643 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:52.327686 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 211 rows starting from the beginning of the part 2025.11.20 17:21:52.328103 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.328145 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.328508 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:21:52.328698 [ 195 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001468248 sec., 870425.1597822711 rows/sec., 52.91 MiB/sec. 2025.11.20 17:21:52.328729 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.328828 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:21:52.328869 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} executeQuery: Read 679 rows, 48.47 KiB in 0.001479 sec., 459093.9824205544 rows/sec., 32.00 MiB/sec. 2025.11.20 17:21:52.328926 [ 260 ] {eed76d60-146e-404b-8f68-dd17d2d21999} TCPHandler: Processed in 0.001666962 sec. 2025.11.20 17:21:52.329052 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.329109 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.329168 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:21:52.329178 [ 193 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_26_5} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:21:52.329224 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:21:52.329256 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:21:52.329578 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.329619 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.329953 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:21:52.330161 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.330288 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} executeQuery: Read 6 rows, 321.00 B in 0.001144 sec., 5244.755244755244 rows/sec., 274.02 KiB/sec. 2025.11.20 17:21:52.330324 [ 260 ] {d27e91c3-dfad-4ef8-8230-0f36bac11ab7} TCPHandler: Processed in 0.001331205 sec. 2025.11.20 17:21:52.330425 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.330519 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.330561 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:52.330996 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.331031 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.331385 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:21:52.331602 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.331731 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} executeQuery: Read 314 rows, 21.12 KiB in 0.00123 sec., 255284.55284552847 rows/sec., 16.77 MiB/sec. 2025.11.20 17:21:52.331767 [ 260 ] {3aa75275-38ff-487f-9aff-4f89fbea563c} TCPHandler: Processed in 0.001389156 sec. 2025.11.20 17:21:52.331867 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.331961 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.332001 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:21:52.332305 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.332339 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.332632 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:21:52.332844 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.332970 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2025.11.20 17:21:52.333005 [ 260 ] {44c919c6-4f5e-4c71-9ce0-f2154cc4c233} TCPHandler: Processed in 0.001185353 sec. 2025.11.20 17:21:52.333101 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:52.333194 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:52.333235 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:52.333557 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:52.333590 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:52.333920 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:21:52.334129 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:52.334254 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} executeQuery: Read 104 rows, 6.53 KiB in 0.001078 sec., 96474.95361781077 rows/sec., 5.91 MiB/sec. 2025.11.20 17:21:52.334289 [ 260 ] {7078158c-a51c-4a63-bae4-9a01283cff6f} TCPHandler: Processed in 0.001234773 sec. 2025.11.20 17:21:53.628582 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17696 2025.11.20 17:21:53.629146 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:53.629195 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:53.629729 [ 245 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:21:53.629968 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:53.630114 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17696 2025.11.20 17:21:54.522079 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 279 2025.11.20 17:21:54.537367 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:54.537409 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:54.543677 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:21:54.544420 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:54.547023 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.11.20 17:21:56.181302 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1084 2025.11.20 17:21:56.183628 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:56.183665 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:56.184846 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:21:56.185104 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:56.185358 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1084 2025.11.20 17:21:57.310948 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:57.311152 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:21:57.311226 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:21:57.311994 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:57.312046 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:57.312460 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:21:57.312704 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:57.312871 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} executeQuery: Read 136 rows, 12.08 KiB in 0.001772 sec., 76749.43566591422 rows/sec., 6.66 MiB/sec. 2025.11.20 17:21:57.312922 [ 260 ] {75ad29b0-ec39-478d-a814-bc6e1819e9a5} TCPHandler: Processed in 0.00211318 sec. 2025.11.20 17:21:57.313040 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:57.313135 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:21:57.313176 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:21:57.313608 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:57.313647 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:57.313958 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:21:57.314171 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:57.314300 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} executeQuery: Read 40 rows, 3.01 KiB in 0.001184 sec., 33783.78378378379 rows/sec., 2.48 MiB/sec. 2025.11.20 17:21:57.314339 [ 260 ] {514bcbf6-804b-4cad-ac3f-6d2baa07c349} TCPHandler: Processed in 0.001348676 sec. 2025.11.20 17:21:57.314447 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:57.314547 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:21:57.314588 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:21:57.315040 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:57.315077 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:57.315398 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:21:57.315619 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:57.315754 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} executeQuery: Read 104 rows, 8.32 KiB in 0.001225 sec., 84897.95918367348 rows/sec., 6.63 MiB/sec. 2025.11.20 17:21:57.315793 [ 260 ] {222ff361-9ef4-48b9-91aa-ff51a9acd044} TCPHandler: Processed in 0.001395956 sec. 2025.11.20 17:21:57.315903 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:57.315998 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:57.316042 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:21:57.316447 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:57.316483 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:57.316809 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:21:57.317011 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:57.317141 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.11.20 17:21:57.317177 [ 260 ] {1df7ef0b-8fa4-44d2-84a9-9949ccb860ec} TCPHandler: Processed in 0.001323015 sec. 2025.11.20 17:21:57.317297 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:57.317424 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:21:57.317491 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} 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.11.20 17:21:57.318377 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:57.318415 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:57.318991 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:21:57.319220 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:57.319360 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} executeQuery: Read 40 rows, 73.40 KiB in 0.001962 sec., 20387.35983690112 rows/sec., 36.53 MiB/sec. 2025.11.20 17:21:57.319415 [ 260 ] {294971ce-e62c-4dd7-b8eb-a2f6eb2d5c5c} TCPHandler: Processed in 0.002179331 sec. 2025.11.20 17:21:57.319525 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:21:57.319621 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:21:57.319663 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:21:57.319997 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:21:57.320034 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.11.20 17:21:57.320341 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:21:57.320557 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:21:57.320684 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.11.20 17:21:57.320721 [ 260 ] {acf18beb-dc4b-4ba8-acff-c788a7482283} TCPHandler: Processed in 0.001244694 sec. 2025.11.20 17:22:01.014779 [ 71 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:22:01.014855 [ 71 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:22:01.130316 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18208 2025.11.20 17:22:01.130983 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:01.131028 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:01.131513 [ 245 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:22:01.131747 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:01.131889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18208 2025.11.20 17:22:02.047213 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.11.20 17:22:02.062802 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.062890 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.069329 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:22:02.070037 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.072838 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.11.20 17:22:02.319488 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.319687 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.319760 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:22:02.320557 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.320607 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.321041 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:22:02.321281 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.321436 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} executeQuery: Read 410 rows, 26.63 KiB in 0.001802 sec., 227524.97225305217 rows/sec., 14.43 MiB/sec. 2025.11.20 17:22:02.321479 [ 260 ] {0f15386d-ed46-4168-91ab-204fa9421124} TCPHandler: Processed in 0.00212919 sec. 2025.11.20 17:22:02.321594 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.321688 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:02.321730 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:02.322655 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.322692 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.323066 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:22:02.323276 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.323397 [ 70 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:22:02.323406 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} executeQuery: Read 1112 rows, 89.84 KiB in 0.001736 sec., 640552.9953917051 rows/sec., 50.54 MiB/sec. 2025.11.20 17:22:02.323474 [ 70 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.323487 [ 260 ] {452a72ba-900f-4feb-9506-82c4f3a7de26} TCPHandler: Processed in 0.001942137 sec. 2025.11.20 17:22:02.323502 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.323606 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.323642 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:22:02.323707 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.323753 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:02.323790 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:02.323834 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2463 rows starting from the beginning of the part 2025.11.20 17:22:02.323909 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:22:02.323958 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 136 rows starting from the beginning of the part 2025.11.20 17:22:02.324006 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:22:02.324049 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 136 rows starting from the beginning of the part 2025.11.20 17:22:02.324096 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:22:02.324228 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.324272 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.324619 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:22:02.324836 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.324972 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} executeQuery: Read 205 rows, 12.32 KiB in 0.001285 sec., 159533.0739299611 rows/sec., 9.36 MiB/sec. 2025.11.20 17:22:02.325011 [ 260 ] {989887cd-98c3-4cb8-b292-04eba3003ec5} TCPHandler: Processed in 0.001454107 sec. 2025.11.20 17:22:02.325112 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.325207 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.325248 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:02.325715 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.325752 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.326086 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:22:02.326305 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 6071 rows, containing 5 columns (5 merged, 0 gathered) in 0.002718462 sec., 2233248.064530606 rows/sec., 188.15 MiB/sec. 2025.11.20 17:22:02.326315 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.326477 [ 70 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 2025.11.20 17:22:02.326507 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} executeQuery: Read 212 rows, 14.00 KiB in 0.001316 sec., 161094.22492401217 rows/sec., 10.39 MiB/sec. 2025.11.20 17:22:02.326512 [ 70 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.326549 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.326552 [ 260 ] {b1f7eab3-c3e9-4437-95d1-3742e7299f3e} TCPHandler: Processed in 0.001487178 sec. 2025.11.20 17:22:02.326652 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full 2025.11.20 17:22:02.326674 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.326683 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:22:02.326776 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.326779 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:02.326821 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:22:02.326824 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 465 rows starting from the beginning of the part 2025.11.20 17:22:02.326891 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:02.326936 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 228 rows starting from the beginning of the part 2025.11.20 17:22:02.326982 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:02.326996 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.327024 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:02.327070 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:02.327077 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_56_11} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:22:02.327172 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. 2025.11.20 17:22:02.327304 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.327343 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.327664 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:22:02.327874 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.328002 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} executeQuery: Read 211 rows, 12.27 KiB in 0.001246 sec., 169341.8940609952 rows/sec., 9.62 MiB/sec. 2025.11.20 17:22:02.328012 [ 191 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 1541 rows, containing 5 columns (5 merged, 0 gathered) in 0.001401567 sec., 1099483.6493724524 rows/sec., 76.46 MiB/sec. 2025.11.20 17:22:02.328042 [ 260 ] {f07f2f3e-f7e4-4af8-a0bf-1b8257e0391d} TCPHandler: Processed in 0.001415286 sec. 2025.11.20 17:22:02.328145 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.11.20 17:22:02.328151 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.328248 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:02.328287 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:02.328384 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.328446 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_35_7} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 2025.11.20 17:22:02.328515 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.20 17:22:02.328937 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.328972 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.329306 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:22:02.329514 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.329624 [ 68 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:22:02.329638 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} executeQuery: Read 679 rows, 48.47 KiB in 0.001408 sec., 482244.3181818182 rows/sec., 33.62 MiB/sec. 2025.11.20 17:22:02.329657 [ 68 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.329675 [ 260 ] {b06dc499-1edf-4b99-a5c0-4e8fca4c55ee} TCPHandler: Processed in 0.001570569 sec. 2025.11.20 17:22:02.329676 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.329754 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:22:02.329776 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.329840 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:02.329870 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1249 rows starting from the beginning of the part 2025.11.20 17:22:02.329874 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:22:02.329926 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:22:02.329942 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 679 rows starting from the beginning of the part 2025.11.20 17:22:02.329992 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:02.330034 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 679 rows starting from the beginning of the part 2025.11.20 17:22:02.330072 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:02.330111 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 679 rows starting from the beginning of the part 2025.11.20 17:22:02.330252 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.330293 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.330613 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:22:02.330828 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.330961 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} executeQuery: Read 6 rows, 321.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 283.43 KiB/sec. 2025.11.20 17:22:02.330996 [ 260 ] {43759a0d-bda1-410d-ab66-e98d651ef4b3} TCPHandler: Processed in 0.001267944 sec. 2025.11.20 17:22:02.331095 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.331186 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.331228 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:02.331390 [ 188 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3494 rows, containing 5 columns (5 merged, 0 gathered) in 0.001666781 sec., 2096256.1968248978 rows/sec., 157.01 MiB/sec. 2025.11.20 17:22:02.331540 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:22:02.331653 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.331696 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.331793 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.331914 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_56_11} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:22:02.331990 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.20 17:22:02.332080 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:22:02.332290 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.332389 [ 68 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:22:02.332417 [ 68 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.332419 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} executeQuery: Read 314 rows, 21.12 KiB in 0.001251 sec., 250999.2006394884 rows/sec., 16.49 MiB/sec. 2025.11.20 17:22:02.332435 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.332460 [ 260 ] {a34441a3-6717-4386-beb0-7d6b6c20c74d} TCPHandler: Processed in 0.001411246 sec. 2025.11.20 17:22:02.332529 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:22:02.332566 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.332659 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:02.332661 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.332700 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 17802 rows starting from the beginning of the part 2025.11.20 17:22:02.332719 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:22:02.332773 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 314 rows starting from the beginning of the part 2025.11.20 17:22:02.332824 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part 2025.11.20 17:22:02.332865 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 314 rows starting from the beginning of the part 2025.11.20 17:22:02.332906 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:22:02.332947 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 314 rows starting from the beginning of the part 2025.11.20 17:22:02.333029 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.333067 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.333393 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:22:02.333596 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.333720 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2025.11.20 17:22:02.333755 [ 260 ] {4658a610-a658-43b7-908b-71d0bed84b5d} TCPHandler: Processed in 0.001236053 sec. 2025.11.20 17:22:02.333850 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:02.333940 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:02.333981 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:02.334297 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.334330 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.334651 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:22:02.334860 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.334951 [ 68 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:22:02.334978 [ 68 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:02.334982 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} executeQuery: Read 104 rows, 6.53 KiB in 0.001059 sec., 98205.85457979226 rows/sec., 6.02 MiB/sec. 2025.11.20 17:22:02.334994 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:02.335019 [ 260 ] {fb449f15-e201-46ac-a569-c0df90a16de1} TCPHandler: Processed in 0.001215542 sec. 2025.11.20 17:22:02.335071 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:02.335171 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:02.335208 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3788 rows starting from the beginning of the part 2025.11.20 17:22:02.335261 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:02.335303 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:02.335342 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:02.335381 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:02.335419 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:02.337590 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002555559 sec., 1651302.122158009 rows/sec., 105.00 MiB/sec. 2025.11.20 17:22:02.338052 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:22:02.338354 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.338428 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_56_11} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:22:02.338497 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.11.20 17:22:02.339868 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 19064 rows, containing 5 columns (5 merged, 0 gathered) in 0.007387198 sec., 2580680.7939898185 rows/sec., 173.50 MiB/sec. 2025.11.20 17:22:02.340158 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:22:02.340450 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:02.340519 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_56_11} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:22:02.340610 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.27 MiB. 2025.11.20 17:22:03.000262 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 291.45 MiB, peak 300.79 MiB, free memory in arenas 0.00 B, will set to 294.27 MiB (RSS), difference: 2.82 MiB 2025.11.20 17:22:06.185640 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 1116 2025.11.20 17:22:06.187969 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:06.188010 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:06.189217 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:22:06.189485 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:06.189758 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1116 2025.11.20 17:22:07.338204 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.338405 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:22:07.338480 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:22:07.339182 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.339233 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.339628 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.11.20 17:22:07.339862 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.340024 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} executeQuery: Read 6 rows, 501.00 B in 0.001673 sec., 3586.371787208607 rows/sec., 292.44 KiB/sec. 2025.11.20 17:22:07.340075 [ 260 ] {a4dcace1-abe0-4794-8d15-c9d106a4bba9} TCPHandler: Processed in 0.002011688 sec. 2025.11.20 17:22:07.340196 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.340300 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:07.340345 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:07.341587 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.341633 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.342081 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:22:07.342290 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.342422 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} executeQuery: Read 1279 rows, 108.86 KiB in 0.002145 sec., 596270.3962703962 rows/sec., 49.56 MiB/sec. 2025.11.20 17:22:07.342460 [ 260 ] {0758c84a-1c43-4313-9221-948c66e54a21} TCPHandler: Processed in 0.002317184 sec. 2025.11.20 17:22:07.342561 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.342657 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:07.342699 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:07.343113 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.343148 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.343436 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:22:07.343636 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.343732 [ 60 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:22:07.343759 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} executeQuery: Read 46 rows, 3.43 KiB in 0.001122 sec., 40998.217468805706 rows/sec., 2.98 MiB/sec. 2025.11.20 17:22:07.343767 [ 60 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.343790 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.343797 [ 260 ] {82f5fba5-8c38-4e74-9201-c62c8b290d2e} TCPHandler: Processed in 0.001284115 sec. 2025.11.20 17:22:07.343905 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.343911 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:22:07.344000 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:07.344042 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:07.344062 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:07.344105 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 277 rows starting from the beginning of the part 2025.11.20 17:22:07.344182 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:07.344238 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 205 rows starting from the beginning of the part 2025.11.20 17:22:07.344287 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:07.344332 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 205 rows starting from the beginning of the part 2025.11.20 17:22:07.344379 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 46 rows starting from the beginning of the part 2025.11.20 17:22:07.344513 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.344554 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.344875 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:22:07.345111 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.345242 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} executeQuery: Read 228 rows, 15.81 KiB in 0.00126 sec., 180952.38095238095 rows/sec., 12.25 MiB/sec. 2025.11.20 17:22:07.345279 [ 260 ] {a9ac9816-9a01-4720-8d10-5f467c4b87cc} TCPHandler: Processed in 0.001421527 sec. 2025.11.20 17:22:07.345385 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.345408 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 813 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155298 sec., 523509.639531739 rows/sec., 34.54 MiB/sec. 2025.11.20 17:22:07.345478 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:07.345521 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:07.345594 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:22:07.345854 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.345922 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_51_10} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:22:07.346010 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:22:07.346161 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.346196 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.346522 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:22:07.346725 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.346851 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} executeQuery: Read 566 rows, 43.10 KiB in 0.001391 sec., 406901.509705248 rows/sec., 30.26 MiB/sec. 2025.11.20 17:22:07.346889 [ 260 ] {9a940ae5-ea1e-4056-bd3c-faf82a80012c} TCPHandler: Processed in 0.001551759 sec. 2025.11.20 17:22:07.346997 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.347092 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:07.347135 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:07.347718 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.347754 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.348124 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:22:07.348331 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.348456 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} executeQuery: Read 847 rows, 58.38 KiB in 0.001384 sec., 611994.2196531792 rows/sec., 41.19 MiB/sec. 2025.11.20 17:22:07.348493 [ 260 ] {8fa7a264-a334-41a7-87c1-1d888b18db65} TCPHandler: Processed in 0.001543909 sec. 2025.11.20 17:22:07.348602 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.348696 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:07.348750 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} 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.11.20 17:22:07.349650 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.349685 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.350231 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:22:07.350445 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.350586 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} executeQuery: Read 40 rows, 73.40 KiB in 0.001909 sec., 20953.378732320587 rows/sec., 37.55 MiB/sec. 2025.11.20 17:22:07.350638 [ 260 ] {b33119bc-6267-4847-b266-c368cfdee80f} TCPHandler: Processed in 0.002084009 sec. 2025.11.20 17:22:07.350745 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:07.350839 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:07.350881 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:07.351216 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:07.351250 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:07.351556 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:22:07.351757 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:07.351881 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2025.11.20 17:22:07.351915 [ 260 ] {849ae52b-fcb0-4dd4-9b21-9e9c42184277} TCPHandler: Processed in 0.001218363 sec. 2025.11.20 17:22:08.632010 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18656 2025.11.20 17:22:08.632580 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:08.632628 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:08.633150 [ 245 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:22:08.633382 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:08.633508 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18656 2025.11.20 17:22:09.572936 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.11.20 17:22:09.589689 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:09.589739 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:09.595899 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:22:09.596587 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:09.599442 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.11.20 17:22:12.320375 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.320551 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.320615 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:22:12.321443 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.321488 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.321884 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:22:12.322102 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.322248 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} executeQuery: Read 410 rows, 26.63 KiB in 0.001744 sec., 235091.74311926603 rows/sec., 14.91 MiB/sec. 2025.11.20 17:22:12.322288 [ 260 ] {a9da80a1-823a-475a-830a-557171f7996b} TCPHandler: Processed in 0.002039758 sec. 2025.11.20 17:22:12.322406 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.322501 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:12.322542 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:12.323659 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.323700 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.324103 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:22:12.324322 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.324465 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} executeQuery: Read 1112 rows, 89.84 KiB in 0.001982 sec., 561049.4450050455 rows/sec., 44.27 MiB/sec. 2025.11.20 17:22:12.324504 [ 260 ] {cecba10a-2ced-41b1-8e99-0e39a520925d} TCPHandler: Processed in 0.00214684 sec. 2025.11.20 17:22:12.324620 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.324716 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.324758 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:12.325265 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.325303 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.325614 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:22:12.325829 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.325961 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} executeQuery: Read 205 rows, 12.32 KiB in 0.001264 sec., 162183.54430379748 rows/sec., 9.51 MiB/sec. 2025.11.20 17:22:12.326027 [ 260 ] {0a21f3b9-2923-4ecb-8fdf-f141985dc22c} TCPHandler: Processed in 0.001456317 sec. 2025.11.20 17:22:12.326129 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.326223 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.326265 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:12.326781 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.326818 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.327137 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:22:12.327355 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.327510 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} executeQuery: Read 212 rows, 14.00 KiB in 0.001306 sec., 162327.71822358345 rows/sec., 10.47 MiB/sec. 2025.11.20 17:22:12.327550 [ 260 ] {716ceedd-b4f3-4569-ba4e-1ffd3e4219df} TCPHandler: Processed in 0.001470048 sec. 2025.11.20 17:22:12.327654 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.327756 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.327797 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:22:12.328342 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.328379 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.328696 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:22:12.328907 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.329040 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} executeQuery: Read 211 rows, 12.27 KiB in 0.001301 sec., 162182.93620292083 rows/sec., 9.21 MiB/sec. 2025.11.20 17:22:12.329081 [ 260 ] {ae53513e-424e-4921-b0fc-e17543e17ee1} TCPHandler: Processed in 0.001475228 sec. 2025.11.20 17:22:12.329190 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.329283 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:12.329322 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:12.330069 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.330105 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.330449 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:22:12.330667 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.330803 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} executeQuery: Read 679 rows, 48.47 KiB in 0.001536 sec., 442057.2916666666 rows/sec., 30.81 MiB/sec. 2025.11.20 17:22:12.330843 [ 260 ] {50f73378-a98d-478b-9f57-db5fd2021eba} TCPHandler: Processed in 0.001701043 sec. 2025.11.20 17:22:12.330974 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.331075 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:22:12.331117 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:22:12.331461 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.331496 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.331802 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:22:12.332116 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.332256 [ 49 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:22:12.332296 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} executeQuery: Read 6 rows, 321.00 B in 0.001238 sec., 4846.526655896608 rows/sec., 253.21 KiB/sec. 2025.11.20 17:22:12.332329 [ 49 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.332356 [ 260 ] {41a789ca-469c-43c5-a43c-190a7e30ecef} TCPHandler: Processed in 0.001443377 sec. 2025.11.20 17:22:12.332358 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.332501 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.332508 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::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.11.20 17:22:12.332625 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.332681 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:12.332687 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:12.332728 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part 2025.11.20 17:22:12.332806 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.11.20 17:22:12.332857 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2025.11.20 17:22:12.332906 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.11.20 17:22:12.332948 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2025.11.20 17:22:12.332996 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2025.11.20 17:22:12.333278 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.333321 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.333691 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:22:12.333795 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.001349486 sec., 115599.56902109395 rows/sec., 5.90 MiB/sec. 2025.11.20 17:22:12.333922 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:22:12.333930 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.334079 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} executeQuery: Read 314 rows, 21.12 KiB in 0.00148 sec., 212162.16216216216 rows/sec., 13.94 MiB/sec. 2025.11.20 17:22:12.334120 [ 260 ] {17b2c7a1-9597-4f16-9d94-340c14df0f54} TCPHandler: Processed in 0.001680502 sec. 2025.11.20 17:22:12.334189 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.334230 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.334269 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_26_5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:22:12.334332 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.334341 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.11.20 17:22:12.334382 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:22:12.334722 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.334766 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.335095 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:22:12.335303 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.335433 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} executeQuery: Read 1 rows, 69.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 60.22 KiB/sec. 2025.11.20 17:22:12.335469 [ 260 ] {2eb8b52b-06a7-4b75-8d33-2e7ba1618b40} TCPHandler: Processed in 0.001287444 sec. 2025.11.20 17:22:12.335578 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:12.335673 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:12.335714 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:12.336063 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:12.336100 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:12.336418 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:22:12.336624 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:12.336759 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} executeQuery: Read 104 rows, 6.53 KiB in 0.001105 sec., 94117.64705882352 rows/sec., 5.77 MiB/sec. 2025.11.20 17:22:12.336797 [ 260 ] {a921d596-3e73-4551-ba6f-eee20c862b30} TCPHandler: Processed in 0.001267984 sec. 2025.11.20 17:22:16.014907 [ 54 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:22:16.014971 [ 54 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:22:16.133633 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19168 2025.11.20 17:22:16.134158 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:16.134202 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:16.134681 [ 245 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:22:16.134914 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:16.135046 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19168 2025.11.20 17:22:16.190003 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1152 2025.11.20 17:22:16.192516 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:16.192561 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:16.193726 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:22:16.193981 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:16.194243 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1152 2025.11.20 17:22:17.099548 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.11.20 17:22:17.116589 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.116654 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.122710 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:22:17.123415 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.126503 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.11.20 17:22:17.310493 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:17.310666 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:17.310731 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:17.311446 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.311486 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.311895 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:22:17.312136 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.312284 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} executeQuery: Read 136 rows, 12.08 KiB in 0.001666 sec., 81632.6530612245 rows/sec., 7.08 MiB/sec. 2025.11.20 17:22:17.312326 [ 260 ] {2de655b0-1372-4e2e-822b-c53f0679c3a7} TCPHandler: Processed in 0.001967477 sec. 2025.11.20 17:22:17.312442 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:17.312539 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:17.312581 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:17.312996 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.313032 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.313336 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:22:17.313565 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.313693 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} executeQuery: Read 40 rows, 3.01 KiB in 0.001173 sec., 34100.59676044331 rows/sec., 2.50 MiB/sec. 2025.11.20 17:22:17.313731 [ 260 ] {fcc7c860-afe0-4f37-90df-0f85321c9de1} TCPHandler: Processed in 0.001338465 sec. 2025.11.20 17:22:17.313835 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:17.313931 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:17.313972 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:17.314399 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.314436 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.314744 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:22:17.314955 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.315080 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} executeQuery: Read 104 rows, 8.32 KiB in 0.001168 sec., 89041.09589041096 rows/sec., 6.95 MiB/sec. 2025.11.20 17:22:17.315117 [ 260 ] {856a62c0-dc3e-400e-b188-3d5ef50ed9af} TCPHandler: Processed in 0.001330735 sec. 2025.11.20 17:22:17.315225 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:17.315321 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:17.315365 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:17.315768 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.315804 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.316134 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:22:17.316345 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.316473 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.11.20 17:22:17.316510 [ 260 ] {91f48572-6b65-42ab-8667-463e66d06f03} TCPHandler: Processed in 0.001334255 sec. 2025.11.20 17:22:17.316616 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:17.316720 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:17.316777 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} 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.11.20 17:22:17.317691 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.317728 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.318311 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:22:17.318537 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.318649 [ 52 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.11.20 17:22:17.318675 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} executeQuery: Read 40 rows, 73.40 KiB in 0.001972 sec., 20283.97565922921 rows/sec., 36.35 MiB/sec. 2025.11.20 17:22:17.318691 [ 52 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.318714 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.318730 [ 260 ] {b65c6429-9dd8-4802-aa8d-2a082f4a99e2} TCPHandler: Processed in 0.002163831 sec. 2025.11.20 17:22:17.318832 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:22:17.318840 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:17.318976 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:17.319020 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:17.319113 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:17.319183 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 824 rows starting from the beginning of the part 2025.11.20 17:22:17.319326 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:17.319364 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:17.319405 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:17.319420 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:17.319519 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:17.319610 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:17.319696 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:17.319732 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:22:17.319961 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.320100 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2025.11.20 17:22:17.320137 [ 260 ] {f9c850bf-1f72-4976-9e39-1079b8901d6a} TCPHandler: Processed in 0.001347525 sec. 2025.11.20 17:22:17.325207 [ 201 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1024 rows, containing 19 columns (19 merged, 0 gathered) in 0.00643102 sec., 159228.24062123895 rows/sec., 285.33 MiB/sec. 2025.11.20 17:22:17.326117 [ 190 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.11.20 17:22:17.326467 [ 190 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:17.326542 [ 190 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_26_5} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.11.20 17:22:17.326633 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.39 MiB. 2025.11.20 17:22:18.000234 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 295.41 MiB, peak 303.78 MiB, free memory in arenas 0.00 B, will set to 297.08 MiB (RSS), difference: 1.67 MiB 2025.11.20 17:22:22.094080 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43213 2025.11.20 17:22:22.094194 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.094223 [ 286 ] {} TCP-Session: 532abbe4-abf9-4b8e-9a57-0074c951067e Authenticating user 'default' from [fd00:1122:3344:101::e]:43213 2025.11.20 17:22:22.094245 [ 286 ] {} TCP-Session: 532abbe4-abf9-4b8e-9a57-0074c951067e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094259 [ 286 ] {} TCP-Session: 532abbe4-abf9-4b8e-9a57-0074c951067e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094430 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60315 2025.11.20 17:22:22.094464 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36702 2025.11.20 17:22:22.094482 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36277 2025.11.20 17:22:22.094512 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32857 2025.11.20 17:22:22.094542 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.094530 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59015 2025.11.20 17:22:22.094581 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.094590 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.094589 [ 286 ] {} TCP-Session: 532abbe4-abf9-4b8e-9a57-0074c951067e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.094625 [ 289 ] {} TCP-Session: 53e3896a-f78d-40e5-aa21-38113a20c06b Authenticating user 'default' from [fd00:1122:3344:101::e]:36702 2025.11.20 17:22:22.094620 [ 350 ] {} TCP-Session: 5fc42bfd-3e65-43d4-a8ed-49252c9dd250 Authenticating user 'default' from [fd00:1122:3344:101::e]:36277 2025.11.20 17:22:22.094666 [ 289 ] {} TCP-Session: 53e3896a-f78d-40e5-aa21-38113a20c06b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094579 [ 288 ] {} TCP-Session: 2fc5d034-6e73-4005-80f6-b8fbea2813af Authenticating user 'default' from [fd00:1122:3344:101::e]:60315 2025.11.20 17:22:22.094689 [ 289 ] {} TCP-Session: 53e3896a-f78d-40e5-aa21-38113a20c06b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094686 [ 350 ] {} TCP-Session: 5fc42bfd-3e65-43d4-a8ed-49252c9dd250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094721 [ 288 ] {} TCP-Session: 2fc5d034-6e73-4005-80f6-b8fbea2813af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094742 [ 350 ] {} TCP-Session: 5fc42bfd-3e65-43d4-a8ed-49252c9dd250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094522 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62280 2025.11.20 17:22:22.094762 [ 288 ] {} TCP-Session: 2fc5d034-6e73-4005-80f6-b8fbea2813af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.094793 [ 286 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} executeQuery: (from [fd00:1122:3344:101::e]:43213) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:22:22.094496 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44992 2025.11.20 17:22:22.094474 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53886 2025.11.20 17:22:22.095077 [ 286 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:22:22.095138 [ 286 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:22:22.095218 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.095251 [ 354 ] {} TCP-Session: 108ac62d-f8b7-4878-896e-0271fa580100 Authenticating user 'default' from [fd00:1122:3344:101::e]:59015 2025.11.20 17:22:22.095268 [ 354 ] {} TCP-Session: 108ac62d-f8b7-4878-896e-0271fa580100 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095280 [ 354 ] {} TCP-Session: 108ac62d-f8b7-4878-896e-0271fa580100 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095343 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.095380 [ 290 ] {} TCP-Session: 3cb254fc-7065-410f-9e31-160ae34e1161 Authenticating user 'default' from [fd00:1122:3344:101::e]:53886 2025.11.20 17:22:22.095406 [ 290 ] {} TCP-Session: 3cb254fc-7065-410f-9e31-160ae34e1161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095419 [ 290 ] {} TCP-Session: 3cb254fc-7065-410f-9e31-160ae34e1161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095439 [ 286 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:22:22.095441 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.095485 [ 353 ] {} TCP-Session: cb8a858d-2298-4969-8a0c-82c073c7f291 Authenticating user 'default' from [fd00:1122:3344:101::e]:62280 2025.11.20 17:22:22.095504 [ 353 ] {} TCP-Session: cb8a858d-2298-4969-8a0c-82c073c7f291 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095521 [ 353 ] {} TCP-Session: cb8a858d-2298-4969-8a0c-82c073c7f291 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095681 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.095717 [ 352 ] {} TCP-Session: 31bcfec9-c55a-4840-9d66-6e5ae95bafe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:32857 2025.11.20 17:22:22.095734 [ 352 ] {} TCP-Session: 31bcfec9-c55a-4840-9d66-6e5ae95bafe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095746 [ 352 ] {} TCP-Session: 31bcfec9-c55a-4840-9d66-6e5ae95bafe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095804 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.095840 [ 351 ] {} TCP-Session: 6fec6543-81db-4860-838d-c390554b4286 Authenticating user 'default' from [fd00:1122:3344:101::e]:44992 2025.11.20 17:22:22.095857 [ 351 ] {} TCP-Session: 6fec6543-81db-4860-838d-c390554b4286 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.095869 [ 351 ] {} TCP-Session: 6fec6543-81db-4860-838d-c390554b4286 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.096406 [ 316 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} AggregatingTransform: Aggregating 2025.11.20 17:22:22.096451 [ 316 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} Aggregator: Aggregation method: without_key 2025.11.20 17:22:22.096480 [ 316 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000929728 sec. (1075.583 rows/sec., 42.01 KiB/sec.) 2025.11.20 17:22:22.096497 [ 316 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} Aggregator: Merging aggregated data 2025.11.20 17:22:22.097799 [ 286 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} executeQuery: Read 1 rows, 40.00 B in 0.003063 sec., 326.47730982696703 rows/sec., 12.75 KiB/sec. 2025.11.20 17:22:22.097914 [ 286 ] {5bd49581-e7a3-4d89-938b-ffb6dc89bb5f} TCPHandler: Processed in 0.003436955 sec. 2025.11.20 17:22:22.098049 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098071 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098086 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098106 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098121 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098131 [ 288 ] {} TCP-Session: 2fc5d034-6e73-4005-80f6-b8fbea2813af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098158 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098169 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098209 [ 352 ] {} TCP-Session: 31bcfec9-c55a-4840-9d66-6e5ae95bafe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098160 [ 289 ] {} TCP-Session: 53e3896a-f78d-40e5-aa21-38113a20c06b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098231 [ 351 ] {} TCP-Session: 6fec6543-81db-4860-838d-c390554b4286 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098145 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098080 [ 286 ] {} TCP-Session: 532abbe4-abf9-4b8e-9a57-0074c951067e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098303 [ 350 ] {} TCP-Session: 5fc42bfd-3e65-43d4-a8ed-49252c9dd250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098144 [ 354 ] {} TCP-Session: 108ac62d-f8b7-4878-896e-0271fa580100 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098182 [ 290 ] {} TCP-Session: 3cb254fc-7065-410f-9e31-160ae34e1161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.098133 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.098395 [ 353 ] {} TCP-Session: cb8a858d-2298-4969-8a0c-82c073c7f291 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123402 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60133 2025.11.20 17:22:22.123489 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.123511 [ 286 ] {} TCP-Session: 4f630d29-33f5-47a9-9b56-1db697bc2b9c Authenticating user 'default' from [fd00:1122:3344:101::e]:60133 2025.11.20 17:22:22.123529 [ 286 ] {} TCP-Session: 4f630d29-33f5-47a9-9b56-1db697bc2b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123542 [ 286 ] {} TCP-Session: 4f630d29-33f5-47a9-9b56-1db697bc2b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123704 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42182 2025.11.20 17:22:22.123731 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52941 2025.11.20 17:22:22.123746 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45140 2025.11.20 17:22:22.123763 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50200 2025.11.20 17:22:22.123796 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64005 2025.11.20 17:22:22.123805 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.123833 [ 286 ] {} TCP-Session: 4f630d29-33f5-47a9-9b56-1db697bc2b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.123851 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.123877 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.123897 [ 351 ] {} TCP-Session: 4478c3ee-e673-4f97-b2d4-cc46fc86e6cc Authenticating user 'default' from [fd00:1122:3344:101::e]:50200 2025.11.20 17:22:22.123916 [ 354 ] {} TCP-Session: 35f6d8db-5839-4784-af6f-d723117f1cd0 Authenticating user 'default' from [fd00:1122:3344:101::e]:64005 2025.11.20 17:22:22.123931 [ 351 ] {} TCP-Session: 4478c3ee-e673-4f97-b2d4-cc46fc86e6cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123952 [ 354 ] {} TCP-Session: 35f6d8db-5839-4784-af6f-d723117f1cd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123958 [ 351 ] {} TCP-Session: 4478c3ee-e673-4f97-b2d4-cc46fc86e6cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123974 [ 354 ] {} TCP-Session: 35f6d8db-5839-4784-af6f-d723117f1cd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123987 [ 286 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} executeQuery: (from [fd00:1122:3344:101::e]:60133) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:22:22.123863 [ 288 ] {} TCP-Session: c7b17823-cf15-4d1d-a8c2-063cc66fd7cd Authenticating user 'default' from [fd00:1122:3344:101::e]:42182 2025.11.20 17:22:22.123829 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.124046 [ 288 ] {} TCP-Session: c7b17823-cf15-4d1d-a8c2-063cc66fd7cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124065 [ 350 ] {} TCP-Session: db2fa094-ce2b-4ca9-a0b2-770862147db5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45140 2025.11.20 17:22:22.124074 [ 288 ] {} TCP-Session: c7b17823-cf15-4d1d-a8c2-063cc66fd7cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124092 [ 350 ] {} TCP-Session: db2fa094-ce2b-4ca9-a0b2-770862147db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123823 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.124114 [ 350 ] {} TCP-Session: db2fa094-ce2b-4ca9-a0b2-770862147db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124136 [ 289 ] {} TCP-Session: 8964ffdb-8152-469f-a637-dfdcebbbd21f Authenticating user 'default' from [fd00:1122:3344:101::e]:52941 2025.11.20 17:22:22.123779 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56454 2025.11.20 17:22:22.124157 [ 289 ] {} TCP-Session: 8964ffdb-8152-469f-a637-dfdcebbbd21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123783 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53718 2025.11.20 17:22:22.124201 [ 289 ] {} TCP-Session: 8964ffdb-8152-469f-a637-dfdcebbbd21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124221 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.124196 [ 286 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:22:22.124266 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.124264 [ 352 ] {} TCP-Session: 0e1074cb-00fc-4962-a7a6-d516b2b0dde3 Authenticating user 'default' from [fd00:1122:3344:101::e]:56454 2025.11.20 17:22:22.124302 [ 353 ] {} TCP-Session: f29d3de7-9c6b-4059-ad94-9bff56c8edc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:53718 2025.11.20 17:22:22.124311 [ 286 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:22:22.124313 [ 352 ] {} TCP-Session: 0e1074cb-00fc-4962-a7a6-d516b2b0dde3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124325 [ 353 ] {} TCP-Session: f29d3de7-9c6b-4059-ad94-9bff56c8edc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124346 [ 352 ] {} TCP-Session: 0e1074cb-00fc-4962-a7a6-d516b2b0dde3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124361 [ 353 ] {} TCP-Session: f29d3de7-9c6b-4059-ad94-9bff56c8edc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.123738 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43118 2025.11.20 17:22:22.124455 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.124475 [ 290 ] {} TCP-Session: e4e911bf-02a7-4ab5-a9ba-381922693ef5 Authenticating user 'default' from [fd00:1122:3344:101::e]:43118 2025.11.20 17:22:22.124493 [ 290 ] {} TCP-Session: e4e911bf-02a7-4ab5-a9ba-381922693ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124505 [ 290 ] {} TCP-Session: e4e911bf-02a7-4ab5-a9ba-381922693ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.124571 [ 286 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:22:22.125390 [ 296 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} AggregatingTransform: Aggregating 2025.11.20 17:22:22.125437 [ 296 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} Aggregator: Aggregation method: without_key 2025.11.20 17:22:22.125469 [ 296 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000805785 sec. (1241.026 rows/sec., 48.48 KiB/sec.) 2025.11.20 17:22:22.125489 [ 296 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} Aggregator: Merging aggregated data 2025.11.20 17:22:22.126797 [ 286 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} executeQuery: Read 1 rows, 40.00 B in 0.002854 sec., 350.38542396636296 rows/sec., 13.69 KiB/sec. 2025.11.20 17:22:22.126907 [ 286 ] {df771da7-3bd8-4f07-addf-e1e2fcce03db} TCPHandler: Processed in 0.003147479 sec. 2025.11.20 17:22:22.127023 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127052 [ 286 ] {} TCP-Session: 4f630d29-33f5-47a9-9b56-1db697bc2b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127054 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127073 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127096 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127115 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127125 [ 289 ] {} TCP-Session: 8964ffdb-8152-469f-a637-dfdcebbbd21f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127145 [ 288 ] {} TCP-Session: c7b17823-cf15-4d1d-a8c2-063cc66fd7cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127158 [ 350 ] {} TCP-Session: db2fa094-ce2b-4ca9-a0b2-770862147db5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127152 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127173 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127199 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127215 [ 354 ] {} TCP-Session: 35f6d8db-5839-4784-af6f-d723117f1cd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127234 [ 352 ] {} TCP-Session: 0e1074cb-00fc-4962-a7a6-d516b2b0dde3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127258 [ 353 ] {} TCP-Session: f29d3de7-9c6b-4059-ad94-9bff56c8edc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127132 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.127105 [ 351 ] {} TCP-Session: 4478c3ee-e673-4f97-b2d4-cc46fc86e6cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.127318 [ 290 ] {} TCP-Session: e4e911bf-02a7-4ab5-a9ba-381922693ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.147731 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40232 2025.11.20 17:22:22.147805 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.147835 [ 286 ] {} TCP-Session: 63b161bb-6605-467f-80dc-ac16ac58d40c Authenticating user 'default' from [fd00:1122:3344:101::e]:40232 2025.11.20 17:22:22.147864 [ 286 ] {} TCP-Session: 63b161bb-6605-467f-80dc-ac16ac58d40c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.147886 [ 286 ] {} TCP-Session: 63b161bb-6605-467f-80dc-ac16ac58d40c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148079 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41039 2025.11.20 17:22:22.148119 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50393 2025.11.20 17:22:22.148137 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64830 2025.11.20 17:22:22.148159 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47747 2025.11.20 17:22:22.148191 [ 286 ] {} TCP-Session: 63b161bb-6605-467f-80dc-ac16ac58d40c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.148204 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65351 2025.11.20 17:22:22.148236 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148257 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148279 [ 350 ] {} TCP-Session: 07bf9f2e-c894-4976-a4a5-daabec623cd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:64830 2025.11.20 17:22:22.148295 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148302 [ 351 ] {} TCP-Session: 17d652f0-3316-48f7-9a37-7b894d4b203d Authenticating user 'default' from [fd00:1122:3344:101::e]:47747 2025.11.20 17:22:22.148315 [ 350 ] {} TCP-Session: 07bf9f2e-c894-4976-a4a5-daabec623cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148325 [ 354 ] {} TCP-Session: dd200c2f-c59d-4f6a-aa1c-afd707b59aee Authenticating user 'default' from [fd00:1122:3344:101::e]:65351 2025.11.20 17:22:22.148347 [ 286 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} executeQuery: (from [fd00:1122:3344:101::e]:40232) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:22:22.148365 [ 354 ] {} TCP-Session: dd200c2f-c59d-4f6a-aa1c-afd707b59aee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148356 [ 350 ] {} TCP-Session: 07bf9f2e-c894-4976-a4a5-daabec623cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148400 [ 354 ] {} TCP-Session: dd200c2f-c59d-4f6a-aa1c-afd707b59aee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148198 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148170 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32889 2025.11.20 17:22:22.148454 [ 289 ] {} TCP-Session: 9c883196-3acc-4bb9-b3ef-e61e6bf74f63 Authenticating user 'default' from [fd00:1122:3344:101::e]:50393 2025.11.20 17:22:22.148147 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148498 [ 289 ] {} TCP-Session: 9c883196-3acc-4bb9-b3ef-e61e6bf74f63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148510 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148527 [ 288 ] {} TCP-Session: d73ca6a8-1814-490f-8ac9-ac72087e6a41 Authenticating user 'default' from [fd00:1122:3344:101::e]:41039 2025.11.20 17:22:22.148539 [ 289 ] {} TCP-Session: 9c883196-3acc-4bb9-b3ef-e61e6bf74f63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148559 [ 288 ] {} TCP-Session: d73ca6a8-1814-490f-8ac9-ac72087e6a41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148570 [ 286 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:22:22.148593 [ 288 ] {} TCP-Session: d73ca6a8-1814-490f-8ac9-ac72087e6a41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148551 [ 352 ] {} TCP-Session: fffd3487-7949-4c85-abac-f26a7addea1d Authenticating user 'default' from [fd00:1122:3344:101::e]:32889 2025.11.20 17:22:22.148348 [ 351 ] {} TCP-Session: 17d652f0-3316-48f7-9a37-7b894d4b203d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148643 [ 352 ] {} TCP-Session: fffd3487-7949-4c85-abac-f26a7addea1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148637 [ 286 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:22:22.148685 [ 352 ] {} TCP-Session: fffd3487-7949-4c85-abac-f26a7addea1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148679 [ 351 ] {} TCP-Session: 17d652f0-3316-48f7-9a37-7b894d4b203d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148176 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55284 2025.11.20 17:22:22.148130 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57230 2025.11.20 17:22:22.148807 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148829 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:22:22.148833 [ 353 ] {} TCP-Session: 33481329-5072-496e-abca-42ffb0222f76 Authenticating user 'default' from [fd00:1122:3344:101::e]:55284 2025.11.20 17:22:22.148856 [ 290 ] {} TCP-Session: 83ca2dd6-6d39-4568-ac32-e5cdb2ec5e2e Authenticating user 'default' from [fd00:1122:3344:101::e]:57230 2025.11.20 17:22:22.148865 [ 353 ] {} TCP-Session: 33481329-5072-496e-abca-42ffb0222f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148880 [ 290 ] {} TCP-Session: 83ca2dd6-6d39-4568-ac32-e5cdb2ec5e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148889 [ 353 ] {} TCP-Session: 33481329-5072-496e-abca-42ffb0222f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148903 [ 290 ] {} TCP-Session: 83ca2dd6-6d39-4568-ac32-e5cdb2ec5e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.148947 [ 286 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:22:22.149702 [ 336 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} AggregatingTransform: Aggregating 2025.11.20 17:22:22.149738 [ 336 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} Aggregator: Aggregation method: without_key 2025.11.20 17:22:22.149770 [ 336 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000729984 sec. (1369.893 rows/sec., 53.51 KiB/sec.) 2025.11.20 17:22:22.149790 [ 336 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} Aggregator: Merging aggregated data 2025.11.20 17:22:22.151220 [ 286 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} executeQuery: Read 1 rows, 40.00 B in 0.002915 sec., 343.0531732418525 rows/sec., 13.40 KiB/sec. 2025.11.20 17:22:22.151309 [ 286 ] {4721d902-363b-40f5-9bf2-31cd9261bca8} TCPHandler: Processed in 0.0032094 sec. 2025.11.20 17:22:22.151402 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151426 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151448 [ 354 ] {} TCP-Session: dd200c2f-c59d-4f6a-aa1c-afd707b59aee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151448 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151468 [ 352 ] {} TCP-Session: fffd3487-7949-4c85-abac-f26a7addea1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151486 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151504 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151526 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151551 [ 289 ] {} TCP-Session: 9c883196-3acc-4bb9-b3ef-e61e6bf74f63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151558 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151588 [ 351 ] {} TCP-Session: 17d652f0-3316-48f7-9a37-7b894d4b203d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151611 [ 286 ] {} TCP-Session: 63b161bb-6605-467f-80dc-ac16ac58d40c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151505 [ 288 ] {} TCP-Session: d73ca6a8-1814-490f-8ac9-ac72087e6a41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151534 [ 350 ] {} TCP-Session: 07bf9f2e-c894-4976-a4a5-daabec623cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151540 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151465 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:22:22.151714 [ 353 ] {} TCP-Session: 33481329-5072-496e-abca-42ffb0222f76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.151736 [ 290 ] {} TCP-Session: 83ca2dd6-6d39-4568-ac32-e5cdb2ec5e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:22:22.321237 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.321416 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.321483 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:22:22.322277 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.322324 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.322776 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:22:22.323015 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.323180 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} executeQuery: Read 410 rows, 26.63 KiB in 0.001813 sec., 226144.51185879757 rows/sec., 14.35 MiB/sec. 2025.11.20 17:22:22.323225 [ 260 ] {02354b85-95b8-4a12-a9a6-559dbebe59f1} TCPHandler: Processed in 0.0021197 sec. 2025.11.20 17:22:22.323346 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.323444 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:22.323489 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:22.324307 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.324346 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.324744 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:22:22.324977 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.325113 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} executeQuery: Read 1112 rows, 89.84 KiB in 0.001689 sec., 658377.7383066904 rows/sec., 51.95 MiB/sec. 2025.11.20 17:22:22.325154 [ 260 ] {428e1664-e76c-4ef1-a579-b94cf968fcea} TCPHandler: Processed in 0.001858625 sec. 2025.11.20 17:22:22.325272 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.325366 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.325407 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:22.325879 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.325916 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.326236 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:22:22.326494 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.326629 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} executeQuery: Read 205 rows, 12.32 KiB in 0.001282 sec., 159906.39625585024 rows/sec., 9.38 MiB/sec. 2025.11.20 17:22:22.326668 [ 260 ] {b4a1ff78-b3f3-4385-903e-141c0ab5ada2} TCPHandler: Processed in 0.001446567 sec. 2025.11.20 17:22:22.326780 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.326875 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.326915 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:22.327380 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.327417 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.327726 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:22:22.327939 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.328082 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} executeQuery: Read 212 rows, 14.00 KiB in 0.001226 sec., 172920.0652528548 rows/sec., 11.15 MiB/sec. 2025.11.20 17:22:22.328122 [ 260 ] {73dc227e-484c-4f5f-8680-a50901cc3e1c} TCPHandler: Processed in 0.001391516 sec. 2025.11.20 17:22:22.328235 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.328338 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.328380 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:22:22.328849 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.328886 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.329198 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:22:22.329430 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.329562 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} executeQuery: Read 211 rows, 12.27 KiB in 0.001246 sec., 169341.8940609952 rows/sec., 9.62 MiB/sec. 2025.11.20 17:22:22.329602 [ 260 ] {e4225f73-0d9d-470a-809f-28aa571a0cec} TCPHandler: Processed in 0.001417267 sec. 2025.11.20 17:22:22.329723 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.329821 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:22.329862 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:22.330513 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.330550 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.330908 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:22:22.331134 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.331267 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} executeQuery: Read 679 rows, 48.47 KiB in 0.001465 sec., 463481.228668942 rows/sec., 32.31 MiB/sec. 2025.11.20 17:22:22.331307 [ 260 ] {9e36c4fe-a293-43ad-97fd-a7bace2b3558} TCPHandler: Processed in 0.001640551 sec. 2025.11.20 17:22:22.331408 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.331505 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:22:22.331547 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:22:22.331890 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.331945 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.332251 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:22:22.332460 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.332592 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} executeQuery: Read 6 rows, 321.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 283.43 KiB/sec. 2025.11.20 17:22:22.332630 [ 260 ] {99ac3918-fb48-4364-a49a-23045b314947} TCPHandler: Processed in 0.001270154 sec. 2025.11.20 17:22:22.332729 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.332823 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.332865 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:22.333295 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.333332 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.333673 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:22:22.333885 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.334039 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} executeQuery: Read 314 rows, 21.12 KiB in 0.001235 sec., 254251.012145749 rows/sec., 16.70 MiB/sec. 2025.11.20 17:22:22.334083 [ 260 ] {ea737d66-71ff-4fa8-a7e2-47a64db784c7} TCPHandler: Processed in 0.001403026 sec. 2025.11.20 17:22:22.334217 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.334312 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.334355 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:22:22.334664 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.334701 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.335011 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:22:22.335233 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.335367 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} executeQuery: Read 1 rows, 69.00 B in 0.001073 sec., 931.9664492078285 rows/sec., 62.80 KiB/sec. 2025.11.20 17:22:22.335406 [ 260 ] {02fed045-a3d7-4d3d-9ae7-3b3f6ac727ce} TCPHandler: Processed in 0.001238404 sec. 2025.11.20 17:22:22.335522 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:22.335616 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:22.335659 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:22.335994 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:22.336031 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:22.336345 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:22:22.336573 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:22.336704 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} executeQuery: Read 104 rows, 6.53 KiB in 0.001107 sec., 93947.6061427281 rows/sec., 5.76 MiB/sec. 2025.11.20 17:22:22.336742 [ 260 ] {4065b9eb-95d9-409f-a00b-772f37ba7e2b} TCPHandler: Processed in 0.001275904 sec. 2025.11.20 17:22:23.000216 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 298.50 MiB, peak 307.92 MiB, free memory in arenas 0.00 B, will set to 297.13 MiB (RSS), difference: -1.36 MiB 2025.11.20 17:22:23.635140 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19616 2025.11.20 17:22:23.635757 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:23.635817 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:23.636417 [ 245 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:22:23.636714 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:23.636882 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19616 2025.11.20 17:22:23.636900 [ 43 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:22:23.637001 [ 43 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:23.637036 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:23.637231 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:22:23.637468 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:23.637531 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17248 rows starting from the beginning of the part 2025.11.20 17:22:23.637622 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2025.11.20 17:22:23.637684 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2025.11.20 17:22:23.637743 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2025.11.20 17:22:23.637799 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2025.11.20 17:22:23.637859 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2025.11.20 17:22:23.640623 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19616 rows, containing 4 columns (4 merged, 0 gathered) in 0.003488175 sec., 5623571.065098511 rows/sec., 80.45 MiB/sec. 2025.11.20 17:22:23.641148 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:22:23.641628 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:23.641751 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_41_8} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:22:23.641906 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.60 MiB. 2025.11.20 17:22:24.626563 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.11.20 17:22:24.643704 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:24.643761 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:24.650121 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:22:24.650891 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:24.651236 [ 40 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:22:24.651324 [ 40 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:24.651359 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:24.651471 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.653822 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.11.20 17:22:24.654398 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:24.655105 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.658295 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.661481 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.665284 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.669186 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.672792 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:22:24.722587 [ 190 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.071154436 sec., 4342.666703169427 rows/sec., 22.46 MiB/sec. 2025.11.20 17:22:24.725287 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:22:24.727337 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_41_8} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:24.727440 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_41_8} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:22:24.730210 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.11.20 17:22:26.194461 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1190 2025.11.20 17:22:26.196986 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:26.197029 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:26.198268 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:22:26.198531 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:26.198664 [ 39 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:22:26.198699 [ 39 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:26.198718 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:26.198820 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1190 2025.11.20 17:22:26.198831 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:22:26.199400 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:26.199548 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1016 rows starting from the beginning of the part 2025.11.20 17:22:26.199912 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2025.11.20 17:22:26.200276 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 32 rows starting from the beginning of the part 2025.11.20 17:22:26.200628 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part 2025.11.20 17:22:26.200974 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 36 rows starting from the beginning of the part 2025.11.20 17:22:26.201313 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 38 rows starting from the beginning of the part 2025.11.20 17:22:26.208647 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1190 rows, containing 72 columns (72 merged, 0 gathered) in 0.009868095 sec., 120590.6509817751 rows/sec., 98.36 MiB/sec. 2025.11.20 17:22:26.210049 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:22:26.210584 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:26.210659 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_31_6} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:22:26.210806 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2025.11.20 17:22:27.310243 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.310469 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:27.310555 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:27.311304 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.311356 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:27.311768 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:22:27.312009 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.312136 [ 37 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:22:27.312170 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} executeQuery: Read 137 rows, 12.17 KiB in 0.001762 sec., 77752.55391600454 rows/sec., 6.75 MiB/sec. 2025.11.20 17:22:27.312202 [ 37 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.312228 [ 260 ] {c90dbaaf-649a-4ca5-8979-d03c3ddf26fd} TCPHandler: Processed in 0.0021408 sec. 2025.11.20 17:22:27.312230 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:27.312355 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::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.11.20 17:22:27.312365 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.312488 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:27.312490 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:27.312533 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2463 rows starting from the beginning of the part 2025.11.20 17:22:27.312553 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:27.312612 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1279 rows starting from the beginning of the part 2025.11.20 17:22:27.312672 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:22:27.312716 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 136 rows starting from the beginning of the part 2025.11.20 17:22:27.312755 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:22:27.312794 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 137 rows starting from the beginning of the part 2025.11.20 17:22:27.313007 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.313051 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.313403 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:22:27.313625 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.313761 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} executeQuery: Read 40 rows, 3.01 KiB in 0.001294 sec., 30911.901081916538 rows/sec., 2.27 MiB/sec. 2025.11.20 17:22:27.313800 [ 260 ] {f3b627e0-b880-4f23-b3fe-292877bd1a90} TCPHandler: Processed in 0.001486888 sec. 2025.11.20 17:22:27.313901 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.314007 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:27.314048 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:27.314426 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.314463 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.314770 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:22:27.314918 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 6239 rows, containing 5 columns (5 merged, 0 gathered) in 0.002612819 sec., 2387842.403166848 rows/sec., 203.15 MiB/sec. 2025.11.20 17:22:27.315005 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.315141 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} executeQuery: Read 1 rows, 68.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 57.15 KiB/sec. 2025.11.20 17:22:27.315181 [ 260 ] {90b4e215-3cc4-4b79-a874-55203a8f445d} TCPHandler: Processed in 0.001328945 sec. 2025.11.20 17:22:27.315227 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:22:27.315288 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.315387 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:27.315429 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:27.315541 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.315627 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_61_12} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:22:27.315701 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. 2025.11.20 17:22:27.315841 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.315882 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:27.316214 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:22:27.316425 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.316540 [ 37 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:22:27.316558 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} executeQuery: Read 104 rows, 8.32 KiB in 0.001189 sec., 87468.46089150547 rows/sec., 6.83 MiB/sec. 2025.11.20 17:22:27.316580 [ 37 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.316602 [ 260 ] {64632754-8d80-473d-94b1-ab4c38860729} TCPHandler: Processed in 0.001363786 sec. 2025.11.20 17:22:27.316605 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:27.316719 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.316730 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::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.11.20 17:22:27.316818 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:27.316867 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:27.316875 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:27.316916 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1249 rows starting from the beginning of the part 2025.11.20 17:22:27.316983 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 566 rows starting from the beginning of the part 2025.11.20 17:22:27.317029 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 679 rows starting from the beginning of the part 2025.11.20 17:22:27.317075 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:27.317117 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 679 rows starting from the beginning of the part 2025.11.20 17:22:27.317156 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:27.317272 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.317317 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.317677 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:22:27.317911 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.318036 [ 37 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:22:27.318058 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2025.11.20 17:22:27.318066 [ 37 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.318099 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.318104 [ 260 ] {64a07a06-83e2-453a-98aa-601381351607} TCPHandler: Processed in 0.001434237 sec. 2025.11.20 17:22:27.318162 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:22:27.318213 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.318250 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:27.318281 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 19064 rows starting from the beginning of the part 2025.11.20 17:22:27.318313 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:22:27.318334 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 847 rows starting from the beginning of the part 2025.11.20 17:22:27.318359 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:22:27.318385 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 314 rows starting from the beginning of the part 2025.11.20 17:22:27.318432 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.11.20 17:22:27.318472 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 314 rows starting from the beginning of the part 2025.11.20 17:22:27.318511 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::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.11.20 17:22:27.318516 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3381 rows, containing 5 columns (5 merged, 0 gathered) in 0.001842275 sec., 1835230.8965816721 rows/sec., 138.97 MiB/sec. 2025.11.20 17:22:27.318674 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.318702 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:22:27.318713 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.319000 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.319086 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_61_12} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:22:27.319105 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:22:27.319162 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.11.20 17:22:27.319323 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.319430 [ 37 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_24_5 to all_29_29_0 2025.11.20 17:22:27.319459 [ 37 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.319462 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} executeQuery: Read 1 rows, 65.00 B in 0.001167 sec., 856.898029134533 rows/sec., 54.39 KiB/sec. 2025.11.20 17:22:27.319477 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.319510 [ 260 ] {cfa8c9b6-204e-4a90-b9ce-601e5fba9b5f} TCPHandler: Processed in 0.001345005 sec. 2025.11.20 17:22:27.319556 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_24_5 to all_29_29_0 into Compact with storage Full 2025.11.20 17:22:27.319614 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.319641 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:27.319669 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_24_5, total 24 rows starting from the beginning of the part 2025.11.20 17:22:27.319709 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:27.319723 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2025.11.20 17:22:27.319763 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} 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.11.20 17:22:27.319763 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2025.11.20 17:22:27.319809 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2025.11.20 17:22:27.319848 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2025.11.20 17:22:27.319886 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2025.11.20 17:22:27.320605 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.320619 [ 198 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergeTask::MergeProjectionsStage: Merge sorted 29 rows, containing 4 columns (4 merged, 0 gathered) in 0.00108844 sec., 26643.63676454375 rows/sec., 1.75 MiB/sec. 2025.11.20 17:22:27.320642 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.320762 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} MergedBlockOutputStream: filled checksums all_1_29_6 (state Temporary) 2025.11.20 17:22:27.321005 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_29_6 to all_1_29_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.321065 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_29_6} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_24_5, all_29_29_0] -> all_1_29_6 2025.11.20 17:22:27.321124 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:22:27.321330 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:22:27.321548 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.321688 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} executeQuery: Read 40 rows, 73.40 KiB in 0.001996 sec., 20040.080160320642 rows/sec., 35.91 MiB/sec. 2025.11.20 17:22:27.321743 [ 260 ] {fa8df1ba-cead-431f-8ff9-9886b8c7d653} TCPHandler: Processed in 0.002176731 sec. 2025.11.20 17:22:27.321860 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:27.321955 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:27.322006 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:27.322384 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.322420 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:27.322729 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:22:27.322934 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.323053 [ 37 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:22:27.323075 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} executeQuery: Read 60 rows, 4.14 KiB in 0.001138 sec., 52724.07732864675 rows/sec., 3.55 MiB/sec. 2025.11.20 17:22:27.323086 [ 37 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:27.323116 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.11.20 17:22:27.323118 [ 260 ] {83d0616d-cd4f-4911-8b26-68c7b9e0312a} TCPHandler: Processed in 0.001307174 sec. 2025.11.20 17:22:27.323204 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:27.323321 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:27.323356 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 4220 rows starting from the beginning of the part 2025.11.20 17:22:27.323419 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:27.323464 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:27.323504 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:27.323541 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:27.323579 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::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.11.20 17:22:27.324157 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 20859 rows, containing 5 columns (5 merged, 0 gathered) in 0.006020953 sec., 3464401.731752432 rows/sec., 232.89 MiB/sec. 2025.11.20 17:22:27.324607 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:22:27.324890 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.324966 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_61_12} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:22:27.325047 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.11.20 17:22:27.325371 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 4608 rows, containing 4 columns (4 merged, 0 gathered) in 0.002209061 sec., 2085954.1678568404 rows/sec., 132.73 MiB/sec. 2025.11.20 17:22:27.325689 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:22:27.325934 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:27.326007 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_61_12} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:22:27.326074 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.08 MiB. 2025.11.20 17:22:28.000246 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 300.08 MiB, peak 311.63 MiB, free memory in arenas 0.00 B, will set to 301.71 MiB (RSS), difference: 1.64 MiB 2025.11.20 17:22:31.015226 [ 33 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:22:31.015305 [ 33 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:22:31.137107 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 20128 2025.11.20 17:22:31.137685 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:31.137736 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:31.138228 [ 245 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:22:31.138460 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:31.138587 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20128 2025.11.20 17:22:32.154026 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.11.20 17:22:32.168583 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.168635 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.174677 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:22:32.175350 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.177979 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.11.20 17:22:32.319415 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.319589 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.319652 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:22:32.320400 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.320443 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.320839 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:22:32.321062 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.321220 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} executeQuery: Read 410 rows, 26.63 KiB in 0.001679 sec., 244192.97200714712 rows/sec., 15.49 MiB/sec. 2025.11.20 17:22:32.321261 [ 260 ] {0d81d406-13b4-4fa2-936a-d8acf54904b7} TCPHandler: Processed in 0.001971967 sec. 2025.11.20 17:22:32.321372 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.321468 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:32.321509 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:32.322283 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.322318 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.322684 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:22:32.322890 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.323018 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} executeQuery: Read 1112 rows, 89.84 KiB in 0.001568 sec., 709183.6734693878 rows/sec., 55.95 MiB/sec. 2025.11.20 17:22:32.323055 [ 260 ] {7971c244-29dc-4eca-8461-875912db1b79} TCPHandler: Processed in 0.001731173 sec. 2025.11.20 17:22:32.323172 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.323304 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.323348 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:32.323811 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.323849 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.324176 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:22:32.324391 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.324511 [ 30 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:22:32.324527 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} executeQuery: Read 205 rows, 12.32 KiB in 0.001242 sec., 165056.3607085346 rows/sec., 9.68 MiB/sec. 2025.11.20 17:22:32.324576 [ 30 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.324608 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.324613 [ 260 ] {3d14854f-558d-4fdc-8a1d-343c99835fd9} TCPHandler: Processed in 0.001493768 sec. 2025.11.20 17:22:32.324707 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::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.11.20 17:22:32.324731 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.324812 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:32.324827 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.324848 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 277 rows starting from the beginning of the part 2025.11.20 17:22:32.324870 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:32.324914 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 205 rows starting from the beginning of the part 2025.11.20 17:22:32.324958 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:32.324997 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 205 rows starting from the beginning of the part 2025.11.20 17:22:32.325039 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2025.11.20 17:22:32.325075 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 205 rows starting from the beginning of the part 2025.11.20 17:22:32.325327 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.325363 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.325669 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:22:32.325883 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.325899 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 972 rows, containing 5 columns (5 merged, 0 gathered) in 0.001235523 sec., 786711.3764778154 rows/sec., 50.93 MiB/sec. 2025.11.20 17:22:32.325991 [ 30 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.11.20 17:22:32.326014 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} executeQuery: Read 212 rows, 14.00 KiB in 0.001205 sec., 175933.60995850625 rows/sec., 11.35 MiB/sec. 2025.11.20 17:22:32.326027 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:22:32.326018 [ 30 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.326058 [ 260 ] {8bafc774-0950-4b98-bf04-abbce4781459} TCPHandler: Processed in 0.001377376 sec. 2025.11.20 17:22:32.326076 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.326158 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.11.20 17:22:32.326167 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.326249 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:32.326266 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.326274 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.326275 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 465 rows starting from the beginning of the part 2025.11.20 17:22:32.326319 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:22:32.326329 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_56_11} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:22:32.326359 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 228 rows starting from the beginning of the part 2025.11.20 17:22:32.326390 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:22:32.326414 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:32.326456 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:32.326493 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part 2025.11.20 17:22:32.326549 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 212 rows starting from the beginning of the part 2025.11.20 17:22:32.326800 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.326836 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.327146 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:22:32.327364 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.327384 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001262974 sec., 1053069.976104021 rows/sec., 73.44 MiB/sec. 2025.11.20 17:22:32.327494 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} executeQuery: Read 211 rows, 12.27 KiB in 0.001237 sec., 170573.96928051737 rows/sec., 9.69 MiB/sec. 2025.11.20 17:22:32.327501 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.11.20 17:22:32.327536 [ 260 ] {efbc27c1-9c03-4921-8bff-a390b97f380f} TCPHandler: Processed in 0.001417777 sec. 2025.11.20 17:22:32.327643 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.327730 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.327736 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:32.327780 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:32.327788 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_40_8} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.11.20 17:22:32.327841 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.11.20 17:22:32.328368 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.328404 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.328731 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:22:32.328942 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.329070 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} executeQuery: Read 679 rows, 48.47 KiB in 0.001352 sec., 502218.9349112426 rows/sec., 35.01 MiB/sec. 2025.11.20 17:22:32.329109 [ 260 ] {0d109524-e43f-447a-928d-4e633055654a} TCPHandler: Processed in 0.001513958 sec. 2025.11.20 17:22:32.329211 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.329306 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:22:32.329348 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:22:32.329671 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.329707 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.330004 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:22:32.330211 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.330341 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.11.20 17:22:32.330377 [ 260 ] {c6a5b76d-bb0f-4cb1-9f30-2357e8da3aa0} TCPHandler: Processed in 0.001214233 sec. 2025.11.20 17:22:32.330495 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.330614 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.330666 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:32.331122 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.331158 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.331505 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:22:32.331723 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.331855 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} executeQuery: Read 314 rows, 21.12 KiB in 0.001266 sec., 248025.27646129543 rows/sec., 16.29 MiB/sec. 2025.11.20 17:22:32.331893 [ 260 ] {2fd88003-937f-472f-959f-0e1c4d4eab4d} TCPHandler: Processed in 0.001459487 sec. 2025.11.20 17:22:32.332012 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.332178 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.332234 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:22:32.332596 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.332640 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.332981 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:22:32.333186 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.333314 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} executeQuery: Read 1 rows, 69.00 B in 0.001162 sec., 860.5851979345955 rows/sec., 57.99 KiB/sec. 2025.11.20 17:22:32.333351 [ 260 ] {cfff4e63-5a22-499a-9777-de33ecc8bec0} TCPHandler: Processed in 0.001398946 sec. 2025.11.20 17:22:32.333449 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:32.333545 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:32.333588 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:32.333907 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:32.333943 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:32.334255 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:22:32.334471 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:32.334600 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} executeQuery: Read 104 rows, 6.53 KiB in 0.001073 sec., 96924.51071761418 rows/sec., 5.94 MiB/sec. 2025.11.20 17:22:32.334635 [ 260 ] {89d5e69f-afa1-4b6a-8df7-f64784c6e601} TCPHandler: Processed in 0.001235113 sec. 2025.11.20 17:22:35.304260 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.304467 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.304539 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:22:35.305232 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.305277 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.305664 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:22:35.305892 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.306026 [ 50 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:22:35.306046 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} executeQuery: Read 24 rows, 2.04 KiB in 0.001632 sec., 14705.882352941177 rows/sec., 1.22 MiB/sec. 2025.11.20 17:22:35.306091 [ 50 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.306108 [ 260 ] {522220c9-3927-4fcb-8338-99eb78615fa4} TCPHandler: Processed in 0.001986457 sec. 2025.11.20 17:22:35.306118 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.306223 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::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.11.20 17:22:35.306235 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.306343 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:35.306344 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:22:35.306382 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 434 rows starting from the beginning of the part 2025.11.20 17:22:35.306403 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:22:35.306451 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 410 rows starting from the beginning of the part 2025.11.20 17:22:35.306500 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 410 rows starting from the beginning of the part 2025.11.20 17:22:35.306541 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 410 rows starting from the beginning of the part 2025.11.20 17:22:35.306585 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 410 rows starting from the beginning of the part 2025.11.20 17:22:35.306624 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 24 rows starting from the beginning of the part 2025.11.20 17:22:35.306805 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.306846 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.307175 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.11.20 17:22:35.307403 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.307535 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} executeQuery: Read 12 rows, 1002.00 B in 0.00121 sec., 9917.355371900827 rows/sec., 808.69 KiB/sec. 2025.11.20 17:22:35.307574 [ 260 ] {b02ac7e6-6fd2-4918-b7a9-4e361b24738c} TCPHandler: Processed in 0.001389466 sec. 2025.11.20 17:22:35.307674 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.307742 [ 199 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2098 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155648 sec., 1347913.2401315789 rows/sec., 91.25 MiB/sec. 2025.11.20 17:22:35.307771 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:35.307829 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:35.307910 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:22:35.308151 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.308221 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_31_6} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:22:35.308287 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.11.20 17:22:35.308997 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.309038 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.309437 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:22:35.309656 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.309790 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} executeQuery: Read 1402 rows, 120.54 KiB in 0.002037 sec., 688267.05940108 rows/sec., 57.79 MiB/sec. 2025.11.20 17:22:35.309829 [ 260 ] {25f0dab7-ac48-4b88-90e4-3ec9e7c14305} TCPHandler: Processed in 0.002203681 sec. 2025.11.20 17:22:35.309949 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.310070 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.310121 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:35.310652 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.310698 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.311073 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:22:35.311279 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.311406 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} executeQuery: Read 64 rows, 4.81 KiB in 0.001361 sec., 47024.24687729611 rows/sec., 3.45 MiB/sec. 2025.11.20 17:22:35.311444 [ 260 ] {a3fa93bd-5bbc-4604-a62b-069fd4eb2cec} TCPHandler: Processed in 0.001557069 sec. 2025.11.20 17:22:35.311565 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.311687 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.311736 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:22:35.312257 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.312293 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.312607 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:22:35.312815 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.312943 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} executeQuery: Read 252 rows, 17.85 KiB in 0.001281 sec., 196721.31147540984 rows/sec., 13.61 MiB/sec. 2025.11.20 17:22:35.312981 [ 260 ] {1287472c-96fb-4019-95f9-c69c89ebd088} TCPHandler: Processed in 0.001477628 sec. 2025.11.20 17:22:35.313088 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.313187 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.313228 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:22:35.313618 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.313655 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.313943 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:22:35.314150 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.314248 [ 66 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:22:35.314273 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} executeQuery: Read 12 rows, 960.00 B in 0.001105 sec., 10859.728506787329 rows/sec., 848.42 KiB/sec. 2025.11.20 17:22:35.314289 [ 66 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.314315 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.314318 [ 260 ] {516f4159-440e-439a-a53d-925c4ad57021} TCPHandler: Processed in 0.001278654 sec. 2025.11.20 17:22:35.314412 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::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.11.20 17:22:35.314452 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.314518 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:35.314552 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 223 rows starting from the beginning of the part 2025.11.20 17:22:35.314569 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:35.314617 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:35.314619 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 211 rows starting from the beginning of the part 2025.11.20 17:22:35.314678 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 211 rows starting from the beginning of the part 2025.11.20 17:22:35.314726 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 211 rows starting from the beginning of the part 2025.11.20 17:22:35.314772 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 211 rows starting from the beginning of the part 2025.11.20 17:22:35.314815 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 12 rows starting from the beginning of the part 2025.11.20 17:22:35.315291 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.315327 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.315685 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001314525 sec., 820828.8164926495 rows/sec., 50.10 MiB/sec. 2025.11.20 17:22:35.315699 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:22:35.315812 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:22:35.315946 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.316053 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.316076 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} executeQuery: Read 608 rows, 46.84 KiB in 0.001531 sec., 397126.0613977792 rows/sec., 29.88 MiB/sec. 2025.11.20 17:22:35.316115 [ 260 ] {c543efe1-6090-4734-934a-833c0ab830e8} TCPHandler: Processed in 0.001722342 sec. 2025.11.20 17:22:35.316124 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_31_6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:22:35.316189 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:22:35.316214 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.316310 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.316354 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:35.316917 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.316953 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.317329 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:22:35.317537 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.317665 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} executeQuery: Read 944 rows, 67.40 KiB in 0.001373 sec., 687545.5207574654 rows/sec., 47.94 MiB/sec. 2025.11.20 17:22:35.317702 [ 260 ] {eb182b12-993a-45fd-a017-e07510290885} TCPHandler: Processed in 0.001537299 sec. 2025.11.20 17:22:35.317811 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.317906 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.317960 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} 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.11.20 17:22:35.318826 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.318862 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.319418 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:22:35.319637 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.319776 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} executeQuery: Read 40 rows, 73.40 KiB in 0.001889 sec., 21175.224986765483 rows/sec., 37.95 MiB/sec. 2025.11.20 17:22:35.319831 [ 260 ] {53e2db45-40de-4354-8a47-92e4c1414e9e} TCPHandler: Processed in 0.002068909 sec. 2025.11.20 17:22:35.319940 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:35.320035 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:35.320077 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:35.320400 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:35.320437 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:35.320733 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:22:35.320949 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:35.321077 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} executeQuery: Read 28 rows, 1.94 KiB in 0.001061 sec., 26390.197926484445 rows/sec., 1.78 MiB/sec. 2025.11.20 17:22:35.321114 [ 260 ] {263a8db3-38a2-49dd-b63f-a32d33328c43} TCPHandler: Processed in 0.001222893 sec. 2025.11.20 17:22:36.199174 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 56 entries to flush up to offset 1246 2025.11.20 17:22:36.202096 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:36.202141 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:36.203388 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:22:36.203674 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:36.203999 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1246 2025.11.20 17:22:37.305299 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:37.305543 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:37.305636 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:37.306406 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:37.306442 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:37.306809 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:22:37.307031 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:37.307176 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} executeQuery: Read 56 rows, 4.41 KiB in 0.001701 sec., 32921.810699588474 rows/sec., 2.53 MiB/sec. 2025.11.20 17:22:37.307216 [ 260 ] {0cc814f2-3a58-4264-9a40-c7b0ec3afb04} TCPHandler: Processed in 0.002077809 sec. 2025.11.20 17:22:37.307329 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:37.307423 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:37.307462 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:37.307861 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:37.307896 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:37.308186 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:22:37.308402 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:37.308524 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} executeQuery: Read 64 rows, 5.12 KiB in 0.00112 sec., 57142.857142857145 rows/sec., 4.46 MiB/sec. 2025.11.20 17:22:37.308561 [ 260 ] {8fc03e15-4afe-44e1-b732-26ad6c5df913} TCPHandler: Processed in 0.001279614 sec. 2025.11.20 17:22:37.308668 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:37.308761 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:37.308803 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:37.309156 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:37.309190 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:37.309505 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:22:37.309709 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:37.309830 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} executeQuery: Read 86 rows, 6.14 KiB in 0.001088 sec., 79044.11764705883 rows/sec., 5.51 MiB/sec. 2025.11.20 17:22:37.309866 [ 260 ] {0381606c-8f74-428d-b387-19bc8454b585} TCPHandler: Processed in 0.001245224 sec. 2025.11.20 17:22:37.309970 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:37.310062 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:37.310103 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:37.310410 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:37.310443 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:37.310734 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:22:37.310937 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:37.311058 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} executeQuery: Read 32 rows, 2.20 KiB in 0.001014 sec., 31558.185404339252 rows/sec., 2.12 MiB/sec. 2025.11.20 17:22:37.311093 [ 260 ] {b4f15958-e28d-452e-9917-424669741acc} TCPHandler: Processed in 0.001170072 sec. 2025.11.20 17:22:38.638702 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 20576 2025.11.20 17:22:38.639501 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:38.639548 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:38.640039 [ 245 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:22:38.640274 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:38.640406 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20576 2025.11.20 17:22:39.678064 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.11.20 17:22:39.694523 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:39.694587 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:39.701189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:22:39.701969 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:39.705144 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.11.20 17:22:42.308698 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:42.308893 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:42.308966 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:42.309670 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:42.309710 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:42.310113 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:22:42.310352 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:42.310511 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} executeQuery: Read 56 rows, 4.41 KiB in 0.001668 sec., 33573.14148681055 rows/sec., 2.58 MiB/sec. 2025.11.20 17:22:42.310556 [ 260 ] {ca604197-b44a-48ba-899d-d25bbe9c3100} TCPHandler: Processed in 0.001994248 sec. 2025.11.20 17:22:42.310671 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:42.310769 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:42.310811 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:42.311239 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:42.311275 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:42.311598 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:22:42.311809 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:42.311944 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} executeQuery: Read 64 rows, 5.12 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 4.19 MiB/sec. 2025.11.20 17:22:42.311984 [ 260 ] {99afd5bc-adfc-4c75-8610-156d729c1911} TCPHandler: Processed in 0.001362485 sec. 2025.11.20 17:22:42.312092 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:42.312193 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:42.312239 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:42.312638 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:42.312674 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:42.312997 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:22:42.313203 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:42.313340 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.11.20 17:22:42.313379 [ 260 ] {b0010b73-89de-4d62-b76c-81b0f136c6eb} TCPHandler: Processed in 0.001335905 sec. 2025.11.20 17:22:42.313481 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:42.313574 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:42.313618 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:42.313939 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:42.313974 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:42.314303 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:22:42.314522 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:42.314659 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.11.20 17:22:42.314695 [ 260 ] {1d6e0ecc-b31e-44f4-8b7e-0274f6a0243e} TCPHandler: Processed in 0.001262824 sec. 2025.11.20 17:22:46.015359 [ 154 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:22:46.015430 [ 154 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:22:46.140553 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 21088 2025.11.20 17:22:46.141151 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:46.141206 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:46.141722 [ 245 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:22:46.141966 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:46.142106 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21088 2025.11.20 17:22:46.204347 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1262 2025.11.20 17:22:46.206805 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:46.206853 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:46.208041 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:22:46.208317 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:46.208593 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1262 2025.11.20 17:22:47.205275 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.11.20 17:22:47.222820 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.222876 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:47.229140 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:22:47.229876 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.232962 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.11.20 17:22:47.311521 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:47.311697 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:47.311762 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:47.312514 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.312564 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:47.312978 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:22:47.313212 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.313362 [ 153 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:22:47.313368 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} executeQuery: Read 136 rows, 12.08 KiB in 0.001719 sec., 79115.76497963932 rows/sec., 6.86 MiB/sec. 2025.11.20 17:22:47.313417 [ 153 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.313441 [ 260 ] {34fdcdfd-d544-4d58-ac76-384aeaa39d93} TCPHandler: Processed in 0.002049069 sec. 2025.11.20 17:22:47.313442 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:47.313587 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:47.313598 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:22:47.313691 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:47.313738 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:47.313766 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:47.313810 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2463 rows starting from the beginning of the part 2025.11.20 17:22:47.313886 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1112 rows starting from the beginning of the part 2025.11.20 17:22:47.313938 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1402 rows starting from the beginning of the part 2025.11.20 17:22:47.313995 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 56 rows starting from the beginning of the part 2025.11.20 17:22:47.314043 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part 2025.11.20 17:22:47.314091 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 136 rows starting from the beginning of the part 2025.11.20 17:22:47.314183 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.314226 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:47.314586 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:22:47.314807 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.314950 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} executeQuery: Read 40 rows, 3.01 KiB in 0.00128 sec., 31249.999999999996 rows/sec., 2.29 MiB/sec. 2025.11.20 17:22:47.314989 [ 260 ] {0b645a91-11b0-46d0-8dc2-7fa388651b42} TCPHandler: Processed in 0.001453837 sec. 2025.11.20 17:22:47.315097 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:47.315194 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:47.315234 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:47.315662 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.315700 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:47.316014 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:22:47.316195 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 5225 rows, containing 5 columns (5 merged, 0 gathered) in 0.00266736 sec., 1958865.694919321 rows/sec., 167.70 MiB/sec. 2025.11.20 17:22:47.316229 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.316343 [ 153 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:22:47.316363 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} executeQuery: Read 104 rows, 8.32 KiB in 0.001187 sec., 87615.83824768325 rows/sec., 6.84 MiB/sec. 2025.11.20 17:22:47.316377 [ 153 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.316407 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:47.316410 [ 260 ] {4beece23-2fec-4704-b425-6bacace52a10} TCPHandler: Processed in 0.001362716 sec. 2025.11.20 17:22:47.316452 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:22:47.316489 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:22:47.316554 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:47.316574 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:47.316603 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1249 rows starting from the beginning of the part 2025.11.20 17:22:47.316649 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:47.316658 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 679 rows starting from the beginning of the part 2025.11.20 17:22:47.316694 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:47.316698 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.316705 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 608 rows starting from the beginning of the part 2025.11.20 17:22:47.316750 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 64 rows starting from the beginning of the part 2025.11.20 17:22:47.316767 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_66_13} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:22:47.316788 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part 2025.11.20 17:22:47.316826 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:47.316840 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.11.20 17:22:47.317110 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.317146 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:47.317488 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:22:47.317696 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.317817 [ 153 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:22:47.317829 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2025.11.20 17:22:47.317856 [ 153 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.317879 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.11.20 17:22:47.317879 [ 260 ] {505069f2-a048-4d39-91b0-33b57eb90473} TCPHandler: Processed in 0.001375775 sec. 2025.11.20 17:22:47.317908 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.001454648 sec., 1902865.847957719 rows/sec., 145.66 MiB/sec. 2025.11.20 17:22:47.317952 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:22:47.318008 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:47.318044 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:47.318071 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 20859 rows starting from the beginning of the part 2025.11.20 17:22:47.318102 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:47.318121 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 314 rows starting from the beginning of the part 2025.11.20 17:22:47.318152 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:22:47.318164 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 944 rows starting from the beginning of the part 2025.11.20 17:22:47.318161 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} 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.11.20 17:22:47.318216 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 86 rows starting from the beginning of the part 2025.11.20 17:22:47.318261 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2025.11.20 17:22:47.318300 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part 2025.11.20 17:22:47.318476 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.318574 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_66_13} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:22:47.318666 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.11.20 17:22:47.319066 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.319107 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:47.319704 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:22:47.319933 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.320076 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} executeQuery: Read 40 rows, 73.40 KiB in 0.001992 sec., 20080.321285140562 rows/sec., 35.98 MiB/sec. 2025.11.20 17:22:47.320132 [ 260 ] {adb1acb5-4fae-47d2-804a-b40c2f75a1e1} TCPHandler: Processed in 0.002173901 sec. 2025.11.20 17:22:47.320249 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:47.320344 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:47.320386 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:47.320732 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.320769 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:47.321200 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:22:47.321420 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.321532 [ 153 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:22:47.321551 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} executeQuery: Read 60 rows, 4.14 KiB in 0.001225 sec., 48979.5918367347 rows/sec., 3.30 MiB/sec. 2025.11.20 17:22:47.321566 [ 153 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:47.321593 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:47.321595 [ 260 ] {c1174a7c-4651-418b-ad38-2e96ba595da5} TCPHandler: Processed in 0.001396176 sec. 2025.11.20 17:22:47.321693 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:22:47.321828 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:22:47.321867 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4608 rows starting from the beginning of the part 2025.11.20 17:22:47.321939 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 104 rows starting from the beginning of the part 2025.11.20 17:22:47.321989 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 28 rows starting from the beginning of the part 2025.11.20 17:22:47.322037 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 32 rows starting from the beginning of the part 2025.11.20 17:22:47.322080 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2025.11.20 17:22:47.322124 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part 2025.11.20 17:22:47.325040 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 4892 rows, containing 4 columns (4 merged, 0 gathered) in 0.003395194 sec., 1440860.2277218916 rows/sec., 91.81 MiB/sec. 2025.11.20 17:22:47.325477 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:22:47.325746 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.325816 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_66_13} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:22:47.325882 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.11.20 17:22:47.334233 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 22523 rows, containing 5 columns (5 merged, 0 gathered) in 0.016314306 sec., 1380567.4602401108 rows/sec., 92.98 MiB/sec. 2025.11.20 17:22:47.334723 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:22:47.335041 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:47.335123 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_66_13} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:22:47.335208 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.11.20 17:22:48.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 303.56 MiB, peak 311.63 MiB, free memory in arenas 0.00 B, will set to 305.02 MiB (RSS), difference: 1.46 MiB 2025.11.20 17:22:52.308490 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:52.308678 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:52.308747 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:52.309464 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:52.309508 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:52.309902 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:22:52.310132 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:52.310278 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} executeQuery: Read 56 rows, 4.41 KiB in 0.001652 sec., 33898.30508474576 rows/sec., 2.60 MiB/sec. 2025.11.20 17:22:52.310319 [ 260 ] {61ea893e-79a2-4c6e-b06d-6fc2e99942f0} TCPHandler: Processed in 0.001962737 sec. 2025.11.20 17:22:52.310437 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:52.310533 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:52.310571 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:52.310981 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:52.311017 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:52.311311 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:22:52.311538 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:52.311665 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} executeQuery: Read 64 rows, 5.12 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 4.34 MiB/sec. 2025.11.20 17:22:52.311702 [ 260 ] {715bbb6b-2137-4686-ae1d-96e9569a940a} TCPHandler: Processed in 0.001313794 sec. 2025.11.20 17:22:52.311813 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:52.311906 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:52.311949 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:52.312358 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:52.312395 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:52.312722 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:22:52.312924 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:52.313051 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.11.20 17:22:52.313089 [ 260 ] {9f7bbb98-c593-467d-ac2a-986e44d4fb96} TCPHandler: Processed in 0.001322714 sec. 2025.11.20 17:22:52.313210 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:52.313303 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:52.313343 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:52.313673 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:52.313708 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:52.314000 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:22:52.314205 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:52.314328 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.11.20 17:22:52.314364 [ 260 ] {d0b47251-747f-4e50-9928-4091f7eabc4b} TCPHandler: Processed in 0.001201282 sec. 2025.11.20 17:22:53.643033 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 21536 2025.11.20 17:22:53.643538 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:53.643579 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:53.644088 [ 245 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:22:53.644325 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:53.644462 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21536 2025.11.20 17:22:54.733894 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.11.20 17:22:54.752693 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:54.752766 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:54.759016 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:22:54.759748 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:54.765241 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.11.20 17:22:56.209599 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1282 2025.11.20 17:22:56.211743 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:56.211786 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:56.212996 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:22:56.213284 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:56.213560 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1282 2025.11.20 17:22:57.310313 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:57.310488 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:22:57.310551 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:22:57.311255 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:57.311298 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:57.311699 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:22:57.311918 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:57.312071 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} executeQuery: Read 136 rows, 12.08 KiB in 0.001632 sec., 83333.33333333333 rows/sec., 7.23 MiB/sec. 2025.11.20 17:22:57.312113 [ 260 ] {bdc21611-ee8d-4063-b131-999f66762dc7} TCPHandler: Processed in 0.001928977 sec. 2025.11.20 17:22:57.312234 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:57.312329 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:22:57.312370 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:22:57.312784 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:57.312822 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:57.313121 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:22:57.313335 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:57.313468 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} executeQuery: Read 40 rows, 3.01 KiB in 0.001158 sec., 34542.31433506045 rows/sec., 2.54 MiB/sec. 2025.11.20 17:22:57.313507 [ 260 ] {e5201257-4d01-4f56-8045-8fcb6ef5e59e} TCPHandler: Processed in 0.001325425 sec. 2025.11.20 17:22:57.313609 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:57.313706 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:22:57.313747 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:22:57.314183 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:57.314221 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:57.314535 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:22:57.314745 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:57.314878 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} executeQuery: Read 104 rows, 8.32 KiB in 0.00119 sec., 87394.95798319326 rows/sec., 6.83 MiB/sec. 2025.11.20 17:22:57.314917 [ 260 ] {1768d951-d1eb-47f7-ad9f-1b66df50ba32} TCPHandler: Processed in 0.001358265 sec. 2025.11.20 17:22:57.315028 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:57.315122 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:57.315167 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:22:57.315578 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:57.315615 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:57.315953 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:22:57.316163 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:57.316298 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.11.20 17:22:57.316338 [ 260 ] {6452479f-184a-4152-ba7f-48a72c068fbd} TCPHandler: Processed in 0.001359016 sec. 2025.11.20 17:22:57.316439 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:57.316534 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:22:57.316589 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} 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.11.20 17:22:57.317457 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:57.317494 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:57.318083 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:22:57.318307 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:57.318449 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} executeQuery: Read 40 rows, 73.40 KiB in 0.001932 sec., 20703.933747412008 rows/sec., 37.10 MiB/sec. 2025.11.20 17:22:57.318505 [ 260 ] {edefeaea-a758-40d3-bff0-c360911ff19b} TCPHandler: Processed in 0.002115739 sec. 2025.11.20 17:22:57.318631 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:22:57.318734 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:22:57.318777 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:22:57.319113 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:22:57.319149 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:22:57.319455 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:22:57.319664 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:22:57.319792 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.11.20 17:22:57.319829 [ 260 ] {8a5dab01-eea4-4a7f-a0c3-3c6d15df6edc} TCPHandler: Processed in 0.001254063 sec. 2025.11.20 17:23:01.015470 [ 140 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:23:01.015537 [ 140 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:23:01.144625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 22048 2025.11.20 17:23:01.145201 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:01.145255 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:01.145820 [ 245 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:23:01.146051 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:01.146185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22048 2025.11.20 17:23:01.146197 [ 140 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:23:01.146240 [ 140 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:01.146258 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:01.146397 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:23:01.146557 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:01.146604 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 19616 rows starting from the beginning of the part 2025.11.20 17:23:01.146675 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 512 rows starting from the beginning of the part 2025.11.20 17:23:01.146724 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 448 rows starting from the beginning of the part 2025.11.20 17:23:01.146770 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 512 rows starting from the beginning of the part 2025.11.20 17:23:01.146811 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 448 rows starting from the beginning of the part 2025.11.20 17:23:01.146848 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 512 rows starting from the beginning of the part 2025.11.20 17:23:01.148959 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 22048 rows, containing 4 columns (4 merged, 0 gathered) in 0.002627479 sec., 8391313.498604557 rows/sec., 120.04 MiB/sec. 2025.11.20 17:23:01.149348 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:23:01.149626 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:01.149695 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_46_9} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:23:01.149803 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.69 MiB. 2025.11.20 17:23:02.265383 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.11.20 17:23:02.282420 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:02.282477 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:02.288466 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:23:02.289183 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:02.289488 [ 139 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:23:02.289569 [ 139 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:02.289597 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:02.289722 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:23:02.292325 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.11.20 17:23:02.293563 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:02.295127 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part 2025.11.20 17:23:02.299491 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part 2025.11.20 17:23:02.303767 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 7 rows starting from the beginning of the part 2025.11.20 17:23:02.308021 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:02.308134 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 8 rows starting from the beginning of the part 2025.11.20 17:23:02.308187 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:02.308254 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:02.308933 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:02.308971 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:02.309344 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:23:02.309564 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:02.309717 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} executeQuery: Read 56 rows, 4.41 KiB in 0.001579 sec., 35465.48448385054 rows/sec., 2.72 MiB/sec. 2025.11.20 17:23:02.309758 [ 260 ] {7ddaeee2-80c5-4fa4-82cf-81314b6f53e3} TCPHandler: Processed in 0.001859395 sec. 2025.11.20 17:23:02.309870 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:02.309963 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:02.310003 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:02.310415 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:02.310451 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:02.310752 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:23:02.310963 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:02.311087 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} executeQuery: Read 64 rows, 5.12 KiB in 0.001141 sec., 56091.14811568799 rows/sec., 4.38 MiB/sec. 2025.11.20 17:23:02.311123 [ 260 ] {d2d89c16-2660-49ba-aa6c-5d370e9977f0} TCPHandler: Processed in 0.001300394 sec. 2025.11.20 17:23:02.311232 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:02.311324 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:02.311366 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:02.311764 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:02.311799 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:02.312109 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:23:02.312316 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:02.312445 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} executeQuery: Read 160 rows, 11.41 KiB in 0.001138 sec., 140597.539543058 rows/sec., 9.79 MiB/sec. 2025.11.20 17:23:02.312482 [ 260 ] {5c8b59e8-8270-4750-835f-b527fe43c081} TCPHandler: Processed in 0.001295944 sec. 2025.11.20 17:23:02.312504 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 7 rows starting from the beginning of the part 2025.11.20 17:23:02.312583 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:02.312675 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:02.312716 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:02.313041 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:02.313077 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:02.313372 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:23:02.313572 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:02.313698 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2025.11.20 17:23:02.313733 [ 260 ] {2e52de6e-d4a7-4bb5-a97e-77d490001115} TCPHandler: Processed in 0.001198442 sec. 2025.11.20 17:23:02.316191 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 8 rows starting from the beginning of the part 2025.11.20 17:23:02.368307 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078636316 sec., 4412.719436144491 rows/sec., 22.82 MiB/sec. 2025.11.20 17:23:02.371450 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:23:02.373421 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:02.373522 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_46_9} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:23:02.376188 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.11.20 17:23:04.324338 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.324526 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.324591 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:23:04.325438 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.325481 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.325897 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:23:04.326134 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.326286 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} executeQuery: Read 410 rows, 26.63 KiB in 0.001808 sec., 226769.9115044248 rows/sec., 14.39 MiB/sec. 2025.11.20 17:23:04.326331 [ 260 ] {44d2588d-ccea-49c2-b34d-c333752a5f56} TCPHandler: Processed in 0.00212203 sec. 2025.11.20 17:23:04.326452 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.326546 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:23:04.326588 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:23:04.326982 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.327018 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.327327 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.11.20 17:23:04.327533 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.327660 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} executeQuery: Read 6 rows, 501.00 B in 0.001131 sec., 5305.039787798408 rows/sec., 432.59 KiB/sec. 2025.11.20 17:23:04.327697 [ 260 ] {5a92f2a1-d134-4b0f-b908-6def2e6a93d5} TCPHandler: Processed in 0.001294424 sec. 2025.11.20 17:23:04.327803 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.327906 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:04.327948 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:04.330149 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.330186 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.330645 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:23:04.330872 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.331010 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} executeQuery: Read 2335 rows, 194.29 KiB in 0.003122 sec., 747918.0012812299 rows/sec., 60.78 MiB/sec. 2025.11.20 17:23:04.331055 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:23:04.331069 [ 260 ] {69ec6121-4259-4fab-ada3-72466c925da3} TCPHandler: Processed in 0.003317092 sec. 2025.11.20 17:23:04.331209 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.331306 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.331347 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:23:04.331982 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.332020 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.332409 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:23:04.332658 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.332804 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} executeQuery: Read 251 rows, 15.74 KiB in 0.001516 sec., 165567.28232189975 rows/sec., 10.14 MiB/sec. 2025.11.20 17:23:04.332847 [ 260 ] {246a4e6e-c562-430a-b7f4-e2e86dce8cbb} TCPHandler: Processed in 0.001687772 sec. 2025.11.20 17:23:04.332975 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.333068 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.333107 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:23:04.333726 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.333762 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.334074 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:23:04.334287 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.334409 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} executeQuery: Read 440 rows, 29.81 KiB in 0.001358 sec., 324005.8910162003 rows/sec., 21.44 MiB/sec. 2025.11.20 17:23:04.334446 [ 260 ] {4e6a3f74-7484-4b71-a327-52e0c7cb0774} TCPHandler: Processed in 0.001527729 sec. 2025.11.20 17:23:04.334563 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.334656 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.334718 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:23:04.335215 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.335252 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.335559 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:23:04.335770 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.335897 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} executeQuery: Read 211 rows, 12.27 KiB in 0.001259 sec., 167593.3280381255 rows/sec., 9.52 MiB/sec. 2025.11.20 17:23:04.335934 [ 260 ] {20cc4524-fa5b-4720-93f0-d98b3f1aa99e} TCPHandler: Processed in 0.001418817 sec. 2025.11.20 17:23:04.336039 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.336132 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:04.336170 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:04.337134 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.337170 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.337519 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:23:04.337723 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.337848 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} executeQuery: Read 1181 rows, 86.45 KiB in 0.001735 sec., 680691.6426512968 rows/sec., 48.66 MiB/sec. 2025.11.20 17:23:04.337885 [ 260 ] {94bd5123-fe61-4509-bad1-ca9f6341137c} TCPHandler: Processed in 0.001894515 sec. 2025.11.20 17:23:04.337993 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.338086 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:23:04.338126 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:23:04.338448 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.338484 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.338773 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:23:04.338983 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.339107 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2025.11.20 17:23:04.339142 [ 260 ] {e8054989-575e-489a-aae0-e3d389ee8896} TCPHandler: Processed in 0.001198363 sec. 2025.11.20 17:23:04.339238 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.339324 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.339364 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:04.339914 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.339945 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.340363 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:23:04.340582 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.340706 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} executeQuery: Read 905 rows, 61.24 KiB in 0.001391 sec., 650611.0711718188 rows/sec., 43.00 MiB/sec. 2025.11.20 17:23:04.340742 [ 260 ] {7545ab4c-7c74-4f32-8372-85d9c7ca1d7a} TCPHandler: Processed in 0.00154909 sec. 2025.11.20 17:23:04.340845 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.340948 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.340991 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:23:04.341310 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.341345 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.341649 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:23:04.341852 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.341987 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2025.11.20 17:23:04.342024 [ 260 ] {345d8052-9a5a-4bee-bb78-e02a98506538} TCPHandler: Processed in 0.001229053 sec. 2025.11.20 17:23:04.342122 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.342217 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.342272 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} 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.11.20 17:23:04.343122 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.343156 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.343738 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:23:04.343972 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.344074 [ 136 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:23:04.344108 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} executeQuery: Read 40 rows, 73.40 KiB in 0.001911 sec., 20931.449502878077 rows/sec., 37.51 MiB/sec. 2025.11.20 17:23:04.344115 [ 136 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.344143 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.344162 [ 260 ] {66cc15a0-f27a-43b4-a841-8c93216ef780} TCPHandler: Processed in 0.002088199 sec. 2025.11.20 17:23:04.344274 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:04.344279 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:23:04.344369 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:04.344415 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:04.344546 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:04.344610 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1024 rows starting from the beginning of the part 2025.11.20 17:23:04.344740 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:04.344747 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:04.344789 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:04.344846 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:04.344944 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:04.345031 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:04.345108 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:23:04.345113 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:04.345338 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.345477 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} executeQuery: Read 68 rows, 4.04 KiB in 0.001126 sec., 60390.763765541735 rows/sec., 3.50 MiB/sec. 2025.11.20 17:23:04.345514 [ 260 ] {b0a7eab0-7f41-4ea7-a35a-1097899efa57} TCPHandler: Processed in 0.001288294 sec. 2025.11.20 17:23:04.352922 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1224 rows, containing 19 columns (19 merged, 0 gathered) in 0.008704313 sec., 140619.94323963305 rows/sec., 251.98 MiB/sec. 2025.11.20 17:23:04.354732 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:23:04.355094 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:04.355179 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_31_6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:23:04.355309 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.47 MiB. 2025.11.20 17:23:05.000168 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 308.42 MiB, peak 319.94 MiB, free memory in arenas 0.00 B, will set to 313.17 MiB (RSS), difference: 4.75 MiB 2025.11.20 17:23:06.213937 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1326 2025.11.20 17:23:06.217277 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:06.217326 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:06.218577 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:23:06.218865 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:06.219143 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1326 2025.11.20 17:23:07.305912 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:07.306084 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:07.306150 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:07.306812 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.306868 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.307249 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:23:07.307467 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.307617 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} executeQuery: Read 56 rows, 4.41 KiB in 0.00158 sec., 35443.037974683546 rows/sec., 2.72 MiB/sec. 2025.11.20 17:23:07.307629 [ 134 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:23:07.307658 [ 260 ] {4878f4dd-28ee-403c-a024-d9b5963e01b6} TCPHandler: Processed in 0.001876915 sec. 2025.11.20 17:23:07.307699 [ 134 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.307730 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.307790 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:07.307841 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:23:07.307890 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:07.307935 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:07.307974 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:07.308011 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2463 rows starting from the beginning of the part 2025.11.20 17:23:07.308076 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:07.308122 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 136 rows starting from the beginning of the part 2025.11.20 17:23:07.308164 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:07.308202 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 2335 rows starting from the beginning of the part 2025.11.20 17:23:07.308241 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:07.308359 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.308403 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.308716 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:23:07.308943 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.309067 [ 134 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:23:07.309078 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2025.11.20 17:23:07.309105 [ 134 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.309128 [ 260 ] {5114e023-5306-4fa6-aa8e-6ce20d815117} TCPHandler: Processed in 0.001388416 sec. 2025.11.20 17:23:07.309130 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.309227 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:23:07.309248 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:07.309326 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:07.309349 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:07.309356 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1249 rows starting from the beginning of the part 2025.11.20 17:23:07.309401 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:07.309424 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:07.309472 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 104 rows starting from the beginning of the part 2025.11.20 17:23:07.309511 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:07.309548 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 1181 rows starting from the beginning of the part 2025.11.20 17:23:07.309585 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:07.309778 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.309820 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.310078 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5102 rows, containing 5 columns (5 merged, 0 gathered) in 0.002287753 sec., 2230135.8581979787 rows/sec., 190.33 MiB/sec. 2025.11.20 17:23:07.310401 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:23:07.310484 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:23:07.310593 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 5 columns (5 merged, 0 gathered) in 0.001415157 sec., 1926288.0372990416 rows/sec., 147.03 MiB/sec. 2025.11.20 17:23:07.310639 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.310761 [ 134 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:23:07.310776 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} executeQuery: Read 96 rows, 6.85 KiB in 0.001469 sec., 65350.57862491491 rows/sec., 4.55 MiB/sec. 2025.11.20 17:23:07.310783 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:23:07.310791 [ 134 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.310821 [ 260 ] {a13c74e6-4fa8-44fe-b926-6d51b9dad02b} TCPHandler: Processed in 0.0016485 sec. 2025.11.20 17:23:07.310832 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.310859 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.310902 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:23:07.310933 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:07.310961 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_71_14} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:23:07.310987 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:07.311015 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 22523 rows starting from the beginning of the part 2025.11.20 17:23:07.311028 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:07.311052 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.311064 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:07.311078 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.11.20 17:23:07.311080 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:07.311100 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:07.311127 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_71_14} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:23:07.311150 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:07.311181 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 905 rows starting from the beginning of the part 2025.11.20 17:23:07.311193 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.11.20 17:23:07.311214 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 96 rows starting from the beginning of the part 2025.11.20 17:23:07.311482 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.311523 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.311832 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:23:07.312046 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.312157 [ 134 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:23:07.312177 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} executeQuery: Read 36 rows, 2.48 KiB in 0.001125 sec., 32000.000000000004 rows/sec., 2.16 MiB/sec. 2025.11.20 17:23:07.312185 [ 134 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:07.312215 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:07.312220 [ 260 ] {02cb926c-5351-4f03-9d94-b1d9255e0913} TCPHandler: Processed in 0.001299724 sec. 2025.11.20 17:23:07.312316 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:23:07.312459 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:07.312493 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4892 rows starting from the beginning of the part 2025.11.20 17:23:07.312552 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:07.312593 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:07.312629 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:07.312666 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 68 rows starting from the beginning of the part 2025.11.20 17:23:07.312700 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 36 rows starting from the beginning of the part 2025.11.20 17:23:07.314644 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 5176 rows, containing 4 columns (4 merged, 0 gathered) in 0.002378704 sec., 2175974.816538754 rows/sec., 138.82 MiB/sec. 2025.11.20 17:23:07.315009 [ 196 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:23:07.315276 [ 196 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.315347 [ 196 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_71_14} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:23:07.315424 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2025.11.20 17:23:07.319181 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 24004 rows, containing 5 columns (5 merged, 0 gathered) in 0.008274826 sec., 2900846.495140804 rows/sec., 195.39 MiB/sec. 2025.11.20 17:23:07.319758 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:23:07.320081 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:07.320177 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_71_14} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:23:07.320265 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.11.20 17:23:08.646576 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 22496 2025.11.20 17:23:08.647151 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:08.647192 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:08.647683 [ 245 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:23:08.647891 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:08.648011 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22496 2025.11.20 17:23:09.792721 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.11.20 17:23:09.809248 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:09.809313 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:09.815216 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:23:09.815920 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:09.819241 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.11.20 17:23:12.308774 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:12.308947 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:12.309013 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:12.309679 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:12.309728 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:12.310120 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:23:12.310356 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:12.310513 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} executeQuery: Read 56 rows, 4.41 KiB in 0.001612 sec., 34739.45409429281 rows/sec., 2.67 MiB/sec. 2025.11.20 17:23:12.310568 [ 260 ] {0931076f-54ec-4f85-95d1-9689470d4a4f} TCPHandler: Processed in 0.001919236 sec. 2025.11.20 17:23:12.310688 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:12.310789 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:12.310832 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:12.311255 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:12.311291 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:12.311593 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:23:12.311805 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:12.311938 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. 2025.11.20 17:23:12.311976 [ 260 ] {a13bd032-a71d-49e0-bc57-604e6e13e857} TCPHandler: Processed in 0.001340266 sec. 2025.11.20 17:23:12.312086 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:12.312181 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:12.312225 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:12.312652 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:12.312691 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:12.313043 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:23:12.313259 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:12.313393 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.11.20 17:23:12.313432 [ 260 ] {0e67eab7-76c4-46c8-84ef-86daaa3c2a16} TCPHandler: Processed in 0.001396167 sec. 2025.11.20 17:23:12.313533 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:12.313630 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:12.313672 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:12.314004 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:12.314041 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:12.314342 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:23:12.314550 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:12.314681 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.11.20 17:23:12.314717 [ 260 ] {5db418f8-fed7-45a9-84d5-fc099c1136bd} TCPHandler: Processed in 0.001233233 sec. 2025.11.20 17:23:16.015781 [ 122 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:23:16.015845 [ 122 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:23:16.148110 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23008 2025.11.20 17:23:16.148687 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:16.148734 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:16.149224 [ 245 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:23:16.149452 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:16.149590 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23008 2025.11.20 17:23:16.219449 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1342 2025.11.20 17:23:16.221481 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:16.221531 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:16.222723 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:23:16.222998 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:16.223207 [ 122 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:23:16.223268 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1342 2025.11.20 17:23:16.223291 [ 122 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:16.223334 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:16.223509 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:23:16.224097 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:16.224254 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1190 rows starting from the beginning of the part 2025.11.20 17:23:16.224652 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:16.225016 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part 2025.11.20 17:23:16.225354 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part 2025.11.20 17:23:16.225677 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 44 rows starting from the beginning of the part 2025.11.20 17:23:16.225979 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part 2025.11.20 17:23:16.231874 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1342 rows, containing 72 columns (72 merged, 0 gathered) in 0.008435788 sec., 159084.13061115335 rows/sec., 127.80 MiB/sec. 2025.11.20 17:23:16.233307 [ 194 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:23:16.233838 [ 194 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:16.233909 [ 194 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_36_7} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:23:16.234071 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.88 MiB. 2025.11.20 17:23:16.586740 [ 121 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 5 parts from all_1_56_11 to all_60_60_0 2025.11.20 17:23:16.586809 [ 121 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:16.586829 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:16.586963 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_56_11 to all_60_60_0 into Compact with storage Full 2025.11.20 17:23:16.587147 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:16.587197 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 277 rows starting from the beginning of the part 2025.11.20 17:23:16.587291 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:16.587364 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:16.587431 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:16.587503 [ 194 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 251 rows starting from the beginning of the part 2025.11.20 17:23:16.588324 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 672 rows, containing 5 columns (5 merged, 0 gathered) in 0.001424697 sec., 471679.24127024907 rows/sec., 32.13 MiB/sec. 2025.11.20 17:23:16.588621 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.11.20 17:23:16.588985 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:16.589080 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_60_12} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 5 parts: [all_1_56_11, all_60_60_0] -> all_1_60_12 2025.11.20 17:23:16.589202 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.11.20 17:23:17.002184 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000824906 sec. 2025.11.20 17:23:17.320243 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.11.20 17:23:17.321788 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.321979 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.322051 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:23:17.322841 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.322885 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.323278 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:23:17.323501 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.323650 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} executeQuery: Read 410 rows, 26.63 KiB in 0.001723 sec., 237957.05165409172 rows/sec., 15.09 MiB/sec. 2025.11.20 17:23:17.323691 [ 260 ] {70b531b7-62da-4e26-b94e-24657198e9ec} TCPHandler: Processed in 0.002039928 sec. 2025.11.20 17:23:17.323800 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.323891 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:17.323932 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:17.324769 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.324806 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.325181 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:23:17.325388 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.325517 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} executeQuery: Read 1192 rows, 97.51 KiB in 0.001644 sec., 725060.8272506082 rows/sec., 57.92 MiB/sec. 2025.11.20 17:23:17.325557 [ 260 ] {eef4bbb5-279d-4cf8-8dbb-d16a364f0710} TCPHandler: Processed in 0.001804594 sec. 2025.11.20 17:23:17.325670 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.325764 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.325804 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:23:17.326272 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.326307 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.326603 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:23:17.326843 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.326975 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} executeQuery: Read 245 rows, 15.32 KiB in 0.001229 sec., 199349.06427990235 rows/sec., 12.18 MiB/sec. 2025.11.20 17:23:17.327014 [ 260 ] {c901c5be-e0a1-4dd1-b47a-e39a6fc9411e} TCPHandler: Processed in 0.001391455 sec. 2025.11.20 17:23:17.327120 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.327213 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.327253 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:23:17.327710 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.327745 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.328053 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:23:17.328260 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.328389 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} executeQuery: Read 212 rows, 14.00 KiB in 0.001193 sec., 177703.2690695725 rows/sec., 11.46 MiB/sec. 2025.11.20 17:23:17.328426 [ 260 ] {f60e761f-98fa-44fd-9254-ed0fe6495160} TCPHandler: Processed in 0.001354085 sec. 2025.11.20 17:23:17.328534 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.328628 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.328667 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:23:17.329121 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.329155 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.329457 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:23:17.329662 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.329792 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} executeQuery: Read 211 rows, 12.27 KiB in 0.001181 sec., 178662.15071972905 rows/sec., 10.15 MiB/sec. 2025.11.20 17:23:17.329841 [ 260 ] {da0ae574-fc04-4c8e-8d3d-6fa414cf0c19} TCPHandler: Processed in 0.001355276 sec. 2025.11.20 17:23:17.329966 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.330085 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:17.330132 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:17.330831 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.330865 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.331199 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:23:17.331401 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.331528 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} executeQuery: Read 719 rows, 51.67 KiB in 0.001468 sec., 489782.01634877385 rows/sec., 34.37 MiB/sec. 2025.11.20 17:23:17.331565 [ 260 ] {aa1d0232-e741-4a46-a24e-a5f44c8d5d89} TCPHandler: Processed in 0.001657501 sec. 2025.11.20 17:23:17.331693 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.331786 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:23:17.331828 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:23:17.332181 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.332216 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.332530 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.11.20 17:23:17.332727 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.332850 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} executeQuery: Read 6 rows, 321.00 B in 0.001082 sec., 5545.286506469501 rows/sec., 289.72 KiB/sec. 2025.11.20 17:23:17.332886 [ 260 ] {eae1b69e-2a24-4563-8f76-2afcf2600400} TCPHandler: Processed in 0.001239423 sec. 2025.11.20 17:23:17.333009 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.333103 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.333145 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:17.333589 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.333622 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.333948 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:23:17.334156 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.334280 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} executeQuery: Read 314 rows, 21.12 KiB in 0.001196 sec., 262541.8060200669 rows/sec., 17.25 MiB/sec. 2025.11.20 17:23:17.334316 [ 260 ] {11b2f290-ca42-43ab-a048-7099237521e0} TCPHandler: Processed in 0.001361946 sec. 2025.11.20 17:23:17.334420 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.334512 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.334553 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:23:17.334852 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.334884 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.335161 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:23:17.335353 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.335475 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} executeQuery: Read 1 rows, 69.00 B in 0.000981 sec., 1019.3679918450559 rows/sec., 68.69 KiB/sec. 2025.11.20 17:23:17.335509 [ 260 ] {ab290933-588c-48b4-b38b-38ccf396963e} TCPHandler: Processed in 0.001135471 sec. 2025.11.20 17:23:17.335613 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.335695 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.335705 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.335750 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.11.20 17:23:17.335779 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} 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.11.20 17:23:17.336640 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.336675 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:17.337255 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:23:17.337488 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.337622 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} executeQuery: Read 40 rows, 73.40 KiB in 0.001935 sec., 20671.834625322997 rows/sec., 37.04 MiB/sec. 2025.11.20 17:23:17.337676 [ 260 ] {6a02a4c3-b52b-409b-9efc-80deb3e9d2ce} TCPHandler: Processed in 0.00210978 sec. 2025.11.20 17:23:17.337782 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:17.337874 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:17.337915 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:17.338235 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:17.338270 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:17.338568 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:23:17.338772 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.338890 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} executeQuery: Read 104 rows, 6.53 KiB in 0.001034 sec., 100580.27079303675 rows/sec., 6.16 MiB/sec. 2025.11.20 17:23:17.338925 [ 260 ] {d6a9702a-1835-4881-a8f3-23f34e7ceff6} TCPHandler: Processed in 0.001190232 sec. 2025.11.20 17:23:17.341978 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:23:17.342738 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:17.345720 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.11.20 17:23:18.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 315.85 MiB, peak 320.88 MiB, free memory in arenas 0.00 B, will set to 314.68 MiB (RSS), difference: -1.16 MiB 2025.11.20 17:23:21.945900 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41541 2025.11.20 17:23:21.946019 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.946049 [ 286 ] {} TCP-Session: c75229bb-819f-420e-b4b5-67d66f27896a Authenticating user 'default' from [fd00:1122:3344:101::e]:41541 2025.11.20 17:23:21.946076 [ 286 ] {} TCP-Session: c75229bb-819f-420e-b4b5-67d66f27896a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946092 [ 286 ] {} TCP-Session: c75229bb-819f-420e-b4b5-67d66f27896a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946323 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47157 2025.11.20 17:23:21.946355 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41718 2025.11.20 17:23:21.946371 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41565 2025.11.20 17:23:21.946417 [ 286 ] {} TCP-Session: c75229bb-819f-420e-b4b5-67d66f27896a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:21.946443 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.946413 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51477 2025.11.20 17:23:21.946492 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.946501 [ 288 ] {} TCP-Session: 9e37da03-bef1-43b5-9854-3520682d5de9 Authenticating user 'default' from [fd00:1122:3344:101::e]:47157 2025.11.20 17:23:21.946542 [ 289 ] {} TCP-Session: 3ace790a-d12b-4979-9ab8-5602cd823515 Authenticating user 'default' from [fd00:1122:3344:101::e]:41718 2025.11.20 17:23:21.946561 [ 288 ] {} TCP-Session: 9e37da03-bef1-43b5-9854-3520682d5de9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946408 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56321 2025.11.20 17:23:21.946587 [ 289 ] {} TCP-Session: 3ace790a-d12b-4979-9ab8-5602cd823515 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946587 [ 288 ] {} TCP-Session: 9e37da03-bef1-43b5-9854-3520682d5de9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946635 [ 289 ] {} TCP-Session: 3ace790a-d12b-4979-9ab8-5602cd823515 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946637 [ 286 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} executeQuery: (from [fd00:1122:3344:101::e]:41541) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:23:21.946399 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41337 2025.11.20 17:23:21.946384 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55712 2025.11.20 17:23:21.946720 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.946369 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48928 2025.11.20 17:23:21.946795 [ 290 ] {} TCP-Session: fc132bf9-f7c1-49ac-9802-5491dc98f72a Authenticating user 'default' from [fd00:1122:3344:101::e]:41565 2025.11.20 17:23:21.946828 [ 290 ] {} TCP-Session: fc132bf9-f7c1-49ac-9802-5491dc98f72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946841 [ 290 ] {} TCP-Session: fc132bf9-f7c1-49ac-9802-5491dc98f72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.946942 [ 286 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:23:21.947000 [ 286 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:23:21.947282 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.947290 [ 286 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:23:21.947330 [ 351 ] {} TCP-Session: d3c46a6e-5bec-480b-9630-a00e34975ac9 Authenticating user 'default' from [fd00:1122:3344:101::e]:55712 2025.11.20 17:23:21.947363 [ 351 ] {} TCP-Session: d3c46a6e-5bec-480b-9630-a00e34975ac9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947382 [ 351 ] {} TCP-Session: d3c46a6e-5bec-480b-9630-a00e34975ac9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947396 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.947430 [ 352 ] {} TCP-Session: b3b2ff45-c616-4aa0-aef6-04584d2c66af Authenticating user 'default' from [fd00:1122:3344:101::e]:41337 2025.11.20 17:23:21.947447 [ 352 ] {} TCP-Session: b3b2ff45-c616-4aa0-aef6-04584d2c66af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947464 [ 352 ] {} TCP-Session: b3b2ff45-c616-4aa0-aef6-04584d2c66af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947514 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.947548 [ 353 ] {} TCP-Session: 9b6ffbe2-9dff-4361-8c96-1e513d3897a7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56321 2025.11.20 17:23:21.947565 [ 353 ] {} TCP-Session: 9b6ffbe2-9dff-4361-8c96-1e513d3897a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947578 [ 353 ] {} TCP-Session: 9b6ffbe2-9dff-4361-8c96-1e513d3897a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947738 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.947778 [ 354 ] {} TCP-Session: 2034e491-3a97-4f9a-b2dd-6b028072ce3c Authenticating user 'default' from [fd00:1122:3344:101::e]:51477 2025.11.20 17:23:21.947806 [ 354 ] {} TCP-Session: 2034e491-3a97-4f9a-b2dd-6b028072ce3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947824 [ 354 ] {} TCP-Session: 2034e491-3a97-4f9a-b2dd-6b028072ce3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947929 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:21.947962 [ 350 ] {} TCP-Session: 0f4cb774-56ab-4bac-9b3e-e423f75faf5a Authenticating user 'default' from [fd00:1122:3344:101::e]:48928 2025.11.20 17:23:21.947979 [ 350 ] {} TCP-Session: 0f4cb774-56ab-4bac-9b3e-e423f75faf5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.947994 [ 350 ] {} TCP-Session: 0f4cb774-56ab-4bac-9b3e-e423f75faf5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.948324 [ 298 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} AggregatingTransform: Aggregating 2025.11.20 17:23:21.948376 [ 298 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} Aggregator: Aggregation method: without_key 2025.11.20 17:23:21.948411 [ 298 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000993379 sec. (1006.665 rows/sec., 39.32 KiB/sec.) 2025.11.20 17:23:21.948428 [ 298 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} Aggregator: Merging aggregated data 2025.11.20 17:23:21.949639 [ 286 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} executeQuery: Read 1 rows, 40.00 B in 0.003063 sec., 326.47730982696703 rows/sec., 12.75 KiB/sec. 2025.11.20 17:23:21.949873 [ 286 ] {e3fdaf7c-8029-41f5-a789-a7aba1ae79c6} TCPHandler: Processed in 0.003579617 sec. 2025.11.20 17:23:21.949978 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950001 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950010 [ 354 ] {} TCP-Session: 2034e491-3a97-4f9a-b2dd-6b028072ce3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950019 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950039 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950036 [ 289 ] {} TCP-Session: 3ace790a-d12b-4979-9ab8-5602cd823515 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950073 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950094 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950102 [ 290 ] {} TCP-Session: fc132bf9-f7c1-49ac-9802-5491dc98f72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950132 [ 288 ] {} TCP-Session: 9e37da03-bef1-43b5-9854-3520682d5de9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950143 [ 350 ] {} TCP-Session: 0f4cb774-56ab-4bac-9b3e-e423f75faf5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950157 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950131 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950210 [ 286 ] {} TCP-Session: c75229bb-819f-420e-b4b5-67d66f27896a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950111 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:21.950228 [ 353 ] {} TCP-Session: 9b6ffbe2-9dff-4361-8c96-1e513d3897a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950083 [ 352 ] {} TCP-Session: b3b2ff45-c616-4aa0-aef6-04584d2c66af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:21.950270 [ 351 ] {} TCP-Session: d3c46a6e-5bec-480b-9630-a00e34975ac9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188214 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60988 2025.11.20 17:23:22.188319 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.188346 [ 286 ] {} TCP-Session: 6379a3a3-2ee4-4107-a278-b44c7e241dfc Authenticating user 'default' from [fd00:1122:3344:101::e]:60988 2025.11.20 17:23:22.188369 [ 286 ] {} TCP-Session: 6379a3a3-2ee4-4107-a278-b44c7e241dfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188382 [ 286 ] {} TCP-Session: 6379a3a3-2ee4-4107-a278-b44c7e241dfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188590 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34019 2025.11.20 17:23:22.188626 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47272 2025.11.20 17:23:22.188644 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55206 2025.11.20 17:23:22.188659 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34068 2025.11.20 17:23:22.188696 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65303 2025.11.20 17:23:22.188724 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.188682 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51488 2025.11.20 17:23:22.188766 [ 286 ] {} TCP-Session: 6379a3a3-2ee4-4107-a278-b44c7e241dfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:22.188775 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.188795 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.188826 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.188839 [ 354 ] {} TCP-Session: 07bf2d55-4181-4ddc-92ef-60a8d2e586d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:65303 2025.11.20 17:23:22.188857 [ 353 ] {} TCP-Session: fa59e0ac-b082-496c-b169-9b8230f7b0cb Authenticating user 'default' from [fd00:1122:3344:101::e]:51488 2025.11.20 17:23:22.188875 [ 354 ] {} TCP-Session: 07bf2d55-4181-4ddc-92ef-60a8d2e586d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188886 [ 353 ] {} TCP-Session: fa59e0ac-b082-496c-b169-9b8230f7b0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188897 [ 354 ] {} TCP-Session: 07bf2d55-4181-4ddc-92ef-60a8d2e586d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188910 [ 353 ] {} TCP-Session: fa59e0ac-b082-496c-b169-9b8230f7b0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188832 [ 289 ] {} TCP-Session: b9c69e05-fe68-423b-bfd9-bbfacbb17d9b Authenticating user 'default' from [fd00:1122:3344:101::e]:47272 2025.11.20 17:23:22.188944 [ 286 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} executeQuery: (from [fd00:1122:3344:101::e]:60988) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:23:22.188962 [ 289 ] {} TCP-Session: b9c69e05-fe68-423b-bfd9-bbfacbb17d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188796 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.188986 [ 289 ] {} TCP-Session: b9c69e05-fe68-423b-bfd9-bbfacbb17d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188771 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.189025 [ 290 ] {} TCP-Session: 921b9783-3216-4883-ae06-ecde8106a510 Authenticating user 'default' from [fd00:1122:3344:101::e]:34068 2025.11.20 17:23:22.189048 [ 350 ] {} TCP-Session: 7eb5f9f4-5b17-48c6-9b98-0d2777b8e507 Authenticating user 'default' from [fd00:1122:3344:101::e]:55206 2025.11.20 17:23:22.189068 [ 290 ] {} TCP-Session: 921b9783-3216-4883-ae06-ecde8106a510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189080 [ 350 ] {} TCP-Session: 7eb5f9f4-5b17-48c6-9b98-0d2777b8e507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189095 [ 290 ] {} TCP-Session: 921b9783-3216-4883-ae06-ecde8106a510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189107 [ 350 ] {} TCP-Session: 7eb5f9f4-5b17-48c6-9b98-0d2777b8e507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.188675 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39854 2025.11.20 17:23:22.188659 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49652 2025.11.20 17:23:22.188771 [ 288 ] {} TCP-Session: 8dd602f9-fdfa-4044-80bd-c038683f4c34 Authenticating user 'default' from [fd00:1122:3344:101::e]:34019 2025.11.20 17:23:22.189205 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.189216 [ 288 ] {} TCP-Session: 8dd602f9-fdfa-4044-80bd-c038683f4c34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189218 [ 286 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:23:22.189232 [ 288 ] {} TCP-Session: 8dd602f9-fdfa-4044-80bd-c038683f4c34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189229 [ 352 ] {} TCP-Session: e28e6571-5e26-4835-8451-900e36d8b5fe Authenticating user 'default' from [fd00:1122:3344:101::e]:39854 2025.11.20 17:23:22.189229 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.189291 [ 352 ] {} TCP-Session: e28e6571-5e26-4835-8451-900e36d8b5fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189317 [ 351 ] {} TCP-Session: 344fd7ac-980b-4574-8492-f71ae192049f Authenticating user 'default' from [fd00:1122:3344:101::e]:49652 2025.11.20 17:23:22.189324 [ 352 ] {} TCP-Session: e28e6571-5e26-4835-8451-900e36d8b5fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189346 [ 351 ] {} TCP-Session: 344fd7ac-980b-4574-8492-f71ae192049f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189288 [ 286 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:23:22.189377 [ 351 ] {} TCP-Session: 344fd7ac-980b-4574-8492-f71ae192049f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.189722 [ 286 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:23:22.190745 [ 331 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} AggregatingTransform: Aggregating 2025.11.20 17:23:22.190783 [ 331 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} Aggregator: Aggregation method: without_key 2025.11.20 17:23:22.190822 [ 331 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000981228 sec. (1019.131 rows/sec., 39.81 KiB/sec.) 2025.11.20 17:23:22.190841 [ 331 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} Aggregator: Merging aggregated data 2025.11.20 17:23:22.191994 [ 286 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} executeQuery: Read 1 rows, 40.00 B in 0.003103 sec., 322.2687721559781 rows/sec., 12.59 KiB/sec. 2025.11.20 17:23:22.192124 [ 286 ] {fc10888f-62f4-4681-9cf5-a13c2da279ee} TCPHandler: Processed in 0.003473325 sec. 2025.11.20 17:23:22.192241 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192271 [ 286 ] {} TCP-Session: 6379a3a3-2ee4-4107-a278-b44c7e241dfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192271 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192283 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192315 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192328 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192355 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192375 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192394 [ 352 ] {} TCP-Session: e28e6571-5e26-4835-8451-900e36d8b5fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192413 [ 350 ] {} TCP-Session: 7eb5f9f4-5b17-48c6-9b98-0d2777b8e507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192427 [ 354 ] {} TCP-Session: 07bf2d55-4181-4ddc-92ef-60a8d2e586d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192372 [ 289 ] {} TCP-Session: b9c69e05-fe68-423b-bfd9-bbfacbb17d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192331 [ 288 ] {} TCP-Session: 8dd602f9-fdfa-4044-80bd-c038683f4c34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192340 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192298 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.192622 [ 290 ] {} TCP-Session: 921b9783-3216-4883-ae06-ecde8106a510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192349 [ 351 ] {} TCP-Session: 344fd7ac-980b-4574-8492-f71ae192049f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.192646 [ 353 ] {} TCP-Session: fa59e0ac-b082-496c-b169-9b8230f7b0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209010 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40077 2025.11.20 17:23:22.209091 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209116 [ 351 ] {} TCP-Session: 7bd24230-f0fc-48d6-b7a1-3a484d6c7038 Authenticating user 'default' from [fd00:1122:3344:101::e]:40077 2025.11.20 17:23:22.209136 [ 351 ] {} TCP-Session: 7bd24230-f0fc-48d6-b7a1-3a484d6c7038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209149 [ 351 ] {} TCP-Session: 7bd24230-f0fc-48d6-b7a1-3a484d6c7038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209330 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48014 2025.11.20 17:23:22.209356 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57964 2025.11.20 17:23:22.209384 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40397 2025.11.20 17:23:22.209406 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62470 2025.11.20 17:23:22.209423 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47604 2025.11.20 17:23:22.209435 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35579 2025.11.20 17:23:22.209464 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209491 [ 351 ] {} TCP-Session: 7bd24230-f0fc-48d6-b7a1-3a484d6c7038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:22.209509 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209513 [ 354 ] {} TCP-Session: 177b4fb7-aa48-46eb-9e13-0984f826387f Authenticating user 'default' from [fd00:1122:3344:101::e]:40397 2025.11.20 17:23:22.209528 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209544 [ 290 ] {} TCP-Session: f6e9c8b7-b789-4920-91c2-6b3541181073 Authenticating user 'default' from [fd00:1122:3344:101::e]:47604 2025.11.20 17:23:22.209569 [ 350 ] {} TCP-Session: a62c2175-d989-422e-9da1-aae41dfff38c Authenticating user 'default' from [fd00:1122:3344:101::e]:35579 2025.11.20 17:23:22.209553 [ 354 ] {} TCP-Session: 177b4fb7-aa48-46eb-9e13-0984f826387f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209609 [ 350 ] {} TCP-Session: a62c2175-d989-422e-9da1-aae41dfff38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209600 [ 290 ] {} TCP-Session: f6e9c8b7-b789-4920-91c2-6b3541181073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209618 [ 354 ] {} TCP-Session: 177b4fb7-aa48-46eb-9e13-0984f826387f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209648 [ 290 ] {} TCP-Session: f6e9c8b7-b789-4920-91c2-6b3541181073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209642 [ 350 ] {} TCP-Session: a62c2175-d989-422e-9da1-aae41dfff38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209675 [ 351 ] {3318e034-2d21-4f49-a207-881b2aefd599} executeQuery: (from [fd00:1122:3344:101::e]:40077) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:23:22.209451 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209412 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35633 2025.11.20 17:23:22.209746 [ 353 ] {} TCP-Session: 66beb929-d10a-4ce1-b858-63fb3410d4df Authenticating user 'default' from [fd00:1122:3344:101::e]:57964 2025.11.20 17:23:22.209496 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209779 [ 353 ] {} TCP-Session: 66beb929-d10a-4ce1-b858-63fb3410d4df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209798 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209806 [ 288 ] {} TCP-Session: 02943654-9eb6-4418-8ca7-e76b2b7ec142 Authenticating user 'default' from [fd00:1122:3344:101::e]:62470 2025.11.20 17:23:22.209811 [ 353 ] {} TCP-Session: 66beb929-d10a-4ce1-b858-63fb3410d4df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209829 [ 289 ] {} TCP-Session: e81cea81-7e46-4213-ba28-e018fb3b440a Authenticating user 'default' from [fd00:1122:3344:101::e]:35633 2025.11.20 17:23:22.209847 [ 288 ] {} TCP-Session: 02943654-9eb6-4418-8ca7-e76b2b7ec142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209869 [ 289 ] {} TCP-Session: e81cea81-7e46-4213-ba28-e018fb3b440a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209884 [ 288 ] {} TCP-Session: 02943654-9eb6-4418-8ca7-e76b2b7ec142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209896 [ 289 ] {} TCP-Session: e81cea81-7e46-4213-ba28-e018fb3b440a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.209447 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.209388 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63177 2025.11.20 17:23:22.209966 [ 352 ] {} TCP-Session: 2f4525ab-6fe6-4e72-bf4c-43d0a02d3a57 Authenticating user 'default' from [fd00:1122:3344:101::e]:48014 2025.11.20 17:23:22.209993 [ 352 ] {} TCP-Session: 2f4525ab-6fe6-4e72-bf4c-43d0a02d3a57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.210011 [ 352 ] {} TCP-Session: 2f4525ab-6fe6-4e72-bf4c-43d0a02d3a57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.210018 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:23:22.210008 [ 351 ] {3318e034-2d21-4f49-a207-881b2aefd599} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:23:22.210055 [ 286 ] {} TCP-Session: b5e553f1-8fd2-426f-83c8-0b287b724f27 Authenticating user 'default' from [fd00:1122:3344:101::e]:63177 2025.11.20 17:23:22.210092 [ 286 ] {} TCP-Session: b5e553f1-8fd2-426f-83c8-0b287b724f27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.210104 [ 286 ] {} TCP-Session: b5e553f1-8fd2-426f-83c8-0b287b724f27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.210114 [ 351 ] {3318e034-2d21-4f49-a207-881b2aefd599} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:23:22.210443 [ 351 ] {3318e034-2d21-4f49-a207-881b2aefd599} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:23:22.211561 [ 307 ] {3318e034-2d21-4f49-a207-881b2aefd599} AggregatingTransform: Aggregating 2025.11.20 17:23:22.211618 [ 307 ] {3318e034-2d21-4f49-a207-881b2aefd599} Aggregator: Aggregation method: without_key 2025.11.20 17:23:22.211658 [ 307 ] {3318e034-2d21-4f49-a207-881b2aefd599} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00110863 sec. (902.014 rows/sec., 35.23 KiB/sec.) 2025.11.20 17:23:22.211696 [ 307 ] {3318e034-2d21-4f49-a207-881b2aefd599} Aggregator: Merging aggregated data 2025.11.20 17:23:22.213343 [ 351 ] {3318e034-2d21-4f49-a207-881b2aefd599} executeQuery: Read 1 rows, 40.00 B in 0.003729 sec., 268.1684097613301 rows/sec., 10.48 KiB/sec. 2025.11.20 17:23:22.213493 [ 351 ] {3318e034-2d21-4f49-a207-881b2aefd599} TCPHandler: Processed in 0.004151448 sec. 2025.11.20 17:23:22.213616 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213642 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213654 [ 351 ] {} TCP-Session: 7bd24230-f0fc-48d6-b7a1-3a484d6c7038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213660 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213677 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213695 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213733 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213751 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213763 [ 288 ] {} TCP-Session: 02943654-9eb6-4418-8ca7-e76b2b7ec142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213778 [ 354 ] {} TCP-Session: 177b4fb7-aa48-46eb-9e13-0984f826387f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213789 [ 289 ] {} TCP-Session: e81cea81-7e46-4213-ba28-e018fb3b440a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213771 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213735 [ 353 ] {} TCP-Session: 66beb929-d10a-4ce1-b858-63fb3410d4df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213853 [ 290 ] {} TCP-Session: f6e9c8b7-b789-4920-91c2-6b3541181073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213716 [ 286 ] {} TCP-Session: b5e553f1-8fd2-426f-83c8-0b287b724f27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213715 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:23:22.213686 [ 352 ] {} TCP-Session: 2f4525ab-6fe6-4e72-bf4c-43d0a02d3a57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.213937 [ 350 ] {} TCP-Session: a62c2175-d989-422e-9da1-aae41dfff38c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:23:22.308733 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:22.308911 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:22.308977 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:22.309617 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:22.309663 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:22.310077 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:23:22.310311 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:22.310466 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} executeQuery: Read 56 rows, 4.41 KiB in 0.001604 sec., 34912.71820448878 rows/sec., 2.68 MiB/sec. 2025.11.20 17:23:22.310510 [ 260 ] {e7b064ea-3c35-4bf4-844c-53bcb3cbb21f} TCPHandler: Processed in 0.001918006 sec. 2025.11.20 17:23:22.310635 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:22.310737 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:22.310778 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:22.311203 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:22.311245 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:22.311573 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:23:22.311828 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:22.311960 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2025.11.20 17:23:22.311998 [ 260 ] {2f43985c-33d8-43ed-b740-1ec27548c7e3} TCPHandler: Processed in 0.001420347 sec. 2025.11.20 17:23:22.312117 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:22.312214 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:22.312260 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:22.312683 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:22.312719 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:22.313081 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:23:22.313306 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:22.313440 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.11.20 17:23:22.313479 [ 260 ] {13cf769c-0783-46cc-96a5-9fc1e51c8945} TCPHandler: Processed in 0.001412267 sec. 2025.11.20 17:23:22.313591 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:22.313712 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:22.313762 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:22.314115 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:22.314151 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:22.314463 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:23:22.314695 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:22.314826 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2025.11.20 17:23:22.314863 [ 260 ] {65cda9b0-c108-4ba5-aef6-842798d2139c} TCPHandler: Processed in 0.001321525 sec. 2025.11.20 17:23:23.649655 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 23456 2025.11.20 17:23:23.650237 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:23.650279 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:23.650829 [ 245 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:23:23.651061 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:23.651190 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23456 2025.11.20 17:23:24.845811 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.11.20 17:23:24.862718 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:24.862772 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:24.869165 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:23:24.869875 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:24.872598 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.11.20 17:23:26.223430 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1378 2025.11.20 17:23:26.225917 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:26.225966 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:26.227220 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:23:26.227500 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:26.227781 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1378 2025.11.20 17:23:27.322163 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.322353 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.322428 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:23:27.323297 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.323346 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.323772 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:23:27.324026 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.324190 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} executeQuery: Read 410 rows, 26.63 KiB in 0.001889 sec., 217046.0561143462 rows/sec., 13.77 MiB/sec. 2025.11.20 17:23:27.324242 [ 260 ] {62a52dcf-1eac-48f8-b554-25c300fde15d} TCPHandler: Processed in 0.002237002 sec. 2025.11.20 17:23:27.324369 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.324473 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:27.324519 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:27.325794 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.325833 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.326227 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:23:27.326439 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.326575 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} executeQuery: Read 1193 rows, 97.61 KiB in 0.002126 sec., 561147.6952022578 rows/sec., 44.84 MiB/sec. 2025.11.20 17:23:27.326616 [ 260 ] {89b3bd53-b48e-4704-acb3-daaee6a56f7c} TCPHandler: Processed in 0.002299964 sec. 2025.11.20 17:23:27.326732 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.326830 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.326873 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:23:27.327401 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.327439 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.327754 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:23:27.327974 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.328108 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} executeQuery: Read 245 rows, 15.32 KiB in 0.001299 sec., 188606.6204772902 rows/sec., 11.52 MiB/sec. 2025.11.20 17:23:27.328148 [ 260 ] {49c51f85-770e-4cba-b586-3816d297094a} TCPHandler: Processed in 0.001467277 sec. 2025.11.20 17:23:27.328254 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.328349 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.328389 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:23:27.328887 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.328924 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.329244 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:23:27.329454 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.329583 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} executeQuery: Read 213 rows, 14.07 KiB in 0.001255 sec., 169721.11553784861 rows/sec., 10.95 MiB/sec. 2025.11.20 17:23:27.329619 [ 260 ] {ef58e067-db36-4137-a607-254ea65d68da} TCPHandler: Processed in 0.001419616 sec. 2025.11.20 17:23:27.329720 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.329837 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.329893 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:23:27.330387 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.330421 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.330817 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:23:27.331049 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.331180 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} executeQuery: Read 211 rows, 12.27 KiB in 0.001349 sec., 156412.157153447 rows/sec., 8.88 MiB/sec. 2025.11.20 17:23:27.331219 [ 260 ] {ffa03765-7bd1-4b28-bcd4-63800536e443} TCPHandler: Processed in 0.001536049 sec. 2025.11.20 17:23:27.331330 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.331430 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:27.331470 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:27.332269 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.332307 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.332651 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:23:27.332859 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.332994 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} executeQuery: Read 719 rows, 51.67 KiB in 0.001581 sec., 454775.458570525 rows/sec., 31.92 MiB/sec. 2025.11.20 17:23:27.333033 [ 260 ] {c55a4b67-f5df-4e9f-b1b7-66bd0c2406ae} TCPHandler: Processed in 0.001752403 sec. 2025.11.20 17:23:27.333147 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.333241 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:23:27.333283 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:23:27.333600 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.333637 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.333931 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.11.20 17:23:27.334135 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.334245 [ 109 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.11.20 17:23:27.334263 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} executeQuery: Read 6 rows, 321.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 301.42 KiB/sec. 2025.11.20 17:23:27.334310 [ 109 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.334321 [ 260 ] {3a0cf6e9-4fbe-446e-a0b7-83b3be757618} TCPHandler: Processed in 0.001223933 sec. 2025.11.20 17:23:27.334337 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.334434 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.334462 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::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.11.20 17:23:27.334534 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.334583 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:27.334628 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:27.334742 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part 2025.11.20 17:23:27.334814 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:27.334864 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:27.334910 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:27.334954 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:27.334990 [ 195 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:27.335165 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.335296 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.335686 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:23:27.335784 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.001379896 sec., 134792.76699113555 rows/sec., 6.88 MiB/sec. 2025.11.20 17:23:27.335897 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.335924 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.11.20 17:23:27.336027 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} executeQuery: Read 314 rows, 21.12 KiB in 0.001512 sec., 207671.95767195764 rows/sec., 13.64 MiB/sec. 2025.11.20 17:23:27.336064 [ 260 ] {08b142b6-ba2b-4583-90f0-6569862f16a0} TCPHandler: Processed in 0.001680392 sec. 2025.11.20 17:23:27.336184 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.336191 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.336275 [ 200 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_31_6} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.11.20 17:23:27.336303 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.336353 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.20 17:23:27.336355 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:23:27.336730 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.336772 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.337109 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:23:27.337319 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.337448 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} executeQuery: Read 2 rows, 134.00 B in 0.00117 sec., 1709.4017094017092 rows/sec., 111.85 KiB/sec. 2025.11.20 17:23:27.337486 [ 260 ] {03d880eb-fb46-4ff9-8074-b772add31deb} TCPHandler: Processed in 0.001360786 sec. 2025.11.20 17:23:27.337593 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.337694 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.337749 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} 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.11.20 17:23:27.338640 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.338678 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.339259 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:23:27.339481 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.339630 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} executeQuery: Read 40 rows, 73.40 KiB in 0.001955 sec., 20460.358056265984 rows/sec., 36.66 MiB/sec. 2025.11.20 17:23:27.339696 [ 260 ] {fab736ec-1ade-441f-88d2-8457dc3e5da2} TCPHandler: Processed in 0.00215637 sec. 2025.11.20 17:23:27.339802 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:27.339897 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:27.339938 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:27.340280 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:27.340316 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:27.340624 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:23:27.340847 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:27.340975 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} executeQuery: Read 104 rows, 6.53 KiB in 0.001096 sec., 94890.51094890511 rows/sec., 5.81 MiB/sec. 2025.11.20 17:23:27.341010 [ 260 ] {3f875134-55f8-406d-bedf-684c54ed523a} TCPHandler: Processed in 0.001258324 sec. 2025.11.20 17:23:31.015882 [ 106 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:23:31.015951 [ 106 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:23:31.151427 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 23968 2025.11.20 17:23:31.151955 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:31.152004 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:31.152499 [ 245 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:23:31.152729 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:31.152862 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23968 2025.11.20 17:23:32.310288 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:32.310462 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:32.310526 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:32.311164 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.311212 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:32.311592 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:23:32.311816 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.311947 [ 103 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:23:32.311964 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} executeQuery: Read 56 rows, 4.41 KiB in 0.001549 sec., 36152.35635894125 rows/sec., 2.78 MiB/sec. 2025.11.20 17:23:32.312019 [ 103 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.312032 [ 260 ] {81aeca58-0834-4e01-a071-2bdb45ede2f7} TCPHandler: Processed in 0.001873735 sec. 2025.11.20 17:23:32.312048 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:32.312159 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:32.312163 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:23:32.312262 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:32.312298 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:32.312307 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:32.312344 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2463 rows starting from the beginning of the part 2025.11.20 17:23:32.312424 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:32.312476 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:23:32.312525 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:32.312570 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 1193 rows starting from the beginning of the part 2025.11.20 17:23:32.312623 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:32.312747 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.312789 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:32.313128 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:23:32.313353 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.313468 [ 103 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:23:32.313485 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} executeQuery: Read 64 rows, 5.12 KiB in 0.001241 sec., 51571.313456889606 rows/sec., 4.03 MiB/sec. 2025.11.20 17:23:32.313506 [ 103 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.313530 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:32.313531 [ 260 ] {611256a4-ab18-40a9-b5e8-3c9514c84056} TCPHandler: Processed in 0.001422757 sec. 2025.11.20 17:23:32.313615 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:23:32.313661 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:32.313707 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:32.313737 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1249 rows starting from the beginning of the part 2025.11.20 17:23:32.313756 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:32.313792 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:32.313800 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:32.313838 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 719 rows starting from the beginning of the part 2025.11.20 17:23:32.313877 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:32.313913 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 719 rows starting from the beginning of the part 2025.11.20 17:23:32.313951 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:32.314205 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.314240 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:32.314598 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:23:32.314630 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5016 rows, containing 5 columns (5 merged, 0 gathered) in 0.002518117 sec., 1991964.6307141408 rows/sec., 168.43 MiB/sec. 2025.11.20 17:23:32.314830 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.314918 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:23:32.314954 [ 104 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:23:32.314968 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} executeQuery: Read 160 rows, 11.41 KiB in 0.001231 sec., 129975.62956945572 rows/sec., 9.05 MiB/sec. 2025.11.20 17:23:32.314989 [ 104 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.315007 [ 260 ] {ad9e059e-92d6-4128-8df8-2430d1805a34} TCPHandler: Processed in 0.001399557 sec. 2025.11.20 17:23:32.315009 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:32.315076 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001495048 sec., 1925690.680165453 rows/sec., 145.16 MiB/sec. 2025.11.20 17:23:32.315096 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:23:32.315107 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:32.315185 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.315227 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:32.315238 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:32.315259 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_76_15} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:23:32.315263 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:23:32.315270 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:32.315278 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 24004 rows starting from the beginning of the part 2025.11.20 17:23:32.315358 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.11.20 17:23:32.315358 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:32.315426 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 314 rows starting from the beginning of the part 2025.11.20 17:23:32.315469 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:32.315517 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 314 rows starting from the beginning of the part 2025.11.20 17:23:32.315520 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.315561 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:32.315599 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_76_15} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:23:32.315621 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.315660 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:32.315663 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.11.20 17:23:32.315989 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:23:32.316192 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.316321 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.11.20 17:23:32.316357 [ 260 ] {f4df9b46-e321-4544-ad1a-848d1842a30e} TCPHandler: Processed in 0.001298284 sec. 2025.11.20 17:23:32.316355 [ 102 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:23:32.316433 [ 102 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.316453 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:32.316535 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:23:32.316633 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:32.316665 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 5176 rows starting from the beginning of the part 2025.11.20 17:23:32.316714 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:32.316756 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 104 rows starting from the beginning of the part 2025.11.20 17:23:32.316792 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:32.316829 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 104 rows starting from the beginning of the part 2025.11.20 17:23:32.316865 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:32.318861 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 5564 rows, containing 4 columns (4 merged, 0 gathered) in 0.002358504 sec., 2359122.5624378845 rows/sec., 150.56 MiB/sec. 2025.11.20 17:23:32.319413 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:23:32.319730 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.319811 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_76_15} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:23:32.319901 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.11.20 17:23:32.321848 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 25112 rows, containing 5 columns (5 merged, 0 gathered) in 0.006789738 sec., 3698522.6823185226 rows/sec., 249.13 MiB/sec. 2025.11.20 17:23:32.322110 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:23:32.322363 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.322436 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_76_15} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:23:32.322509 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.11.20 17:23:32.372807 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.11.20 17:23:32.389776 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:32.389820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.91 GiB. 2025.11.20 17:23:32.396107 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:23:32.396891 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:32.399699 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.11.20 17:23:34.324975 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.325255 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.325363 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:23:34.326100 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.326138 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.326538 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:23:34.326758 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.326907 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} executeQuery: Read 410 rows, 26.63 KiB in 0.001727 sec., 237405.9061957151 rows/sec., 15.06 MiB/sec. 2025.11.20 17:23:34.326949 [ 260 ] {207761d4-9c7a-497a-a5d6-2c7dc4fc56cf} TCPHandler: Processed in 0.00213952 sec. 2025.11.20 17:23:34.327060 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.327153 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:23:34.327195 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:23:34.327585 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.327621 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.327923 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.11.20 17:23:34.328127 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.328249 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} executeQuery: Read 12 rows, 1002.00 B in 0.001115 sec., 10762.331838565022 rows/sec., 877.59 KiB/sec. 2025.11.20 17:23:34.328287 [ 260 ] {b041fa33-159d-438a-b81d-2b8961ed3c03} TCPHandler: Processed in 0.001275224 sec. 2025.11.20 17:23:34.328384 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.328475 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:34.328515 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:34.329672 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.329708 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.330152 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:23:34.330365 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.330494 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} executeQuery: Read 2338 rows, 194.51 KiB in 0.002036 sec., 1148330.0589390963 rows/sec., 93.30 MiB/sec. 2025.11.20 17:23:34.330533 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:23:34.330546 [ 260 ] {1ac006cc-5772-4ac9-bdc5-fb08eae71add} TCPHandler: Processed in 0.002209992 sec. 2025.11.20 17:23:34.330665 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.330783 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.330832 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:23:34.331368 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.331404 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.331725 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:23:34.331940 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.332067 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} executeQuery: Read 257 rows, 16.16 KiB in 0.001309 sec., 196333.07868601984 rows/sec., 12.06 MiB/sec. 2025.11.20 17:23:34.332104 [ 260 ] {db65abf8-99cc-4c69-863a-4655c814c120} TCPHandler: Processed in 0.001499968 sec. 2025.11.20 17:23:34.332211 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.332314 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.332355 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:23:34.332869 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.332908 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.333263 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:23:34.333483 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.333606 [ 101 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.11.20 17:23:34.333627 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} executeQuery: Read 440 rows, 29.81 KiB in 0.001332 sec., 330330.3303303303 rows/sec., 21.85 MiB/sec. 2025.11.20 17:23:34.333673 [ 101 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.333689 [ 260 ] {0ba2b7e7-53b3-4084-8920-4e1ca39f2efd} TCPHandler: Processed in 0.001529229 sec. 2025.11.20 17:23:34.333699 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.333808 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.11.20 17:23:34.333813 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.333924 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:34.333933 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.333965 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 465 rows starting from the beginning of the part 2025.11.20 17:23:34.333985 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:23:34.334035 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 252 rows starting from the beginning of the part 2025.11.20 17:23:34.334086 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 440 rows starting from the beginning of the part 2025.11.20 17:23:34.334135 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 212 rows starting from the beginning of the part 2025.11.20 17:23:34.334177 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 213 rows starting from the beginning of the part 2025.11.20 17:23:34.334223 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 440 rows starting from the beginning of the part 2025.11.20 17:23:34.334449 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.334492 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.334822 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:23:34.335046 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.335178 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} executeQuery: Read 211 rows, 12.27 KiB in 0.001263 sec., 167062.54948535233 rows/sec., 9.49 MiB/sec. 2025.11.20 17:23:34.335218 [ 260 ] {45bca11b-3a17-4777-ba43-23d9571ce75b} TCPHandler: Processed in 0.001454857 sec. 2025.11.20 17:23:34.335326 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.335379 [ 187 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 2022 rows, containing 5 columns (5 merged, 0 gathered) in 0.00160811 sec., 1257376.6719938312 rows/sec., 88.26 MiB/sec. 2025.11.20 17:23:34.335420 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:34.335467 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:34.335564 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.11.20 17:23:34.335834 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.335904 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_45_9} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.11.20 17:23:34.335982 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.20 17:23:34.336212 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.336254 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.336626 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:23:34.336851 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.336977 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} executeQuery: Read 1187 rows, 86.94 KiB in 0.001575 sec., 753650.7936507936 rows/sec., 53.91 MiB/sec. 2025.11.20 17:23:34.337015 [ 260 ] {b30ac1a1-a1dc-458d-990e-75a86a4564ab} TCPHandler: Processed in 0.001738312 sec. 2025.11.20 17:23:34.337124 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.337219 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:23:34.337263 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:23:34.337580 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.337616 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.337941 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.11.20 17:23:34.338147 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.338274 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} executeQuery: Read 6 rows, 321.00 B in 0.001073 sec., 5591.798695246971 rows/sec., 292.15 KiB/sec. 2025.11.20 17:23:34.338312 [ 260 ] {810f60ee-ddae-400f-971f-3ed0a04b70ad} TCPHandler: Processed in 0.001236544 sec. 2025.11.20 17:23:34.338411 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.338504 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.338547 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:34.339080 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.339116 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.339498 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:23:34.339711 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.339840 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} executeQuery: Read 908 rows, 61.46 KiB in 0.001354 sec., 670605.6129985229 rows/sec., 44.32 MiB/sec. 2025.11.20 17:23:34.339878 [ 260 ] {48e188a1-d74f-4e85-9ce8-e76d850666ca} TCPHandler: Processed in 0.001515928 sec. 2025.11.20 17:23:34.339983 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.340083 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.340126 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:23:34.340488 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.340527 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.340861 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:23:34.341065 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.341169 [ 101 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_29_6 to all_34_34_0 2025.11.20 17:23:34.341200 [ 101 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.341216 [ 101 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.341218 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} executeQuery: Read 1 rows, 69.00 B in 0.001153 sec., 867.3026886383349 rows/sec., 58.44 KiB/sec. 2025.11.20 17:23:34.341270 [ 260 ] {ad5cdfa1-594f-45a1-8ff1-f667a0cec36f} TCPHandler: Processed in 0.001337115 sec. 2025.11.20 17:23:34.341295 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_29_6 to all_34_34_0 into Compact with storage Full 2025.11.20 17:23:34.341381 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.341384 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:34.341426 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_29_6, total 29 rows starting from the beginning of the part 2025.11.20 17:23:34.341479 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2025.11.20 17:23:34.341479 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.341521 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2025.11.20 17:23:34.341542 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} 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.11.20 17:23:34.341561 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part 2025.11.20 17:23:34.341597 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 2 rows starting from the beginning of the part 2025.11.20 17:23:34.341639 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part 2025.11.20 17:23:34.342305 [ 196 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001047159 sec., 33423.76850124957 rows/sec., 2.19 MiB/sec. 2025.11.20 17:23:34.342354 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.342390 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.342483 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} MergedBlockOutputStream: filled checksums all_1_34_7 (state Temporary) 2025.11.20 17:23:34.342823 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_34_7 to all_1_34_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.342907 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_34_7} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_29_6, all_34_34_0] -> all_1_34_7 2025.11.20 17:23:34.342984 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:23:34.343001 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.20 17:23:34.343241 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.343391 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} executeQuery: Read 40 rows, 73.40 KiB in 0.001929 sec., 20736.132711249353 rows/sec., 37.16 MiB/sec. 2025.11.20 17:23:34.343446 [ 260 ] {d3d71bc7-a00a-42e8-8449-006912745fc3} TCPHandler: Processed in 0.00211446 sec. 2025.11.20 17:23:34.343557 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:34.343652 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:34.343694 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:34.344022 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:34.344060 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:34.344364 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:23:34.344574 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:34.344702 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} executeQuery: Read 68 rows, 4.04 KiB in 0.001067 sec., 63730.084348641045 rows/sec., 3.70 MiB/sec. 2025.11.20 17:23:34.344740 [ 260 ] {b78fef54-6dda-46d0-9325-6615e6de0fb9} TCPHandler: Processed in 0.001232413 sec. 2025.11.20 17:23:36.228185 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1432 2025.11.20 17:23:36.231214 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:36.231254 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:36.232502 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:23:36.232773 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:36.233054 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1432 2025.11.20 17:23:37.306808 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:37.306983 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:37.307049 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:37.307707 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:37.307754 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:37.308145 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:23:37.308429 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:37.308596 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} executeQuery: Read 56 rows, 4.41 KiB in 0.00166 sec., 33734.93975903615 rows/sec., 2.59 MiB/sec. 2025.11.20 17:23:37.308639 [ 260 ] {d64c9e65-57e5-45e5-8201-ab20a52bcc7b} TCPHandler: Processed in 0.001964077 sec. 2025.11.20 17:23:37.308763 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:37.308861 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:37.308902 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:37.309339 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:37.309379 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:37.309702 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:23:37.309922 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:37.310065 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2025.11.20 17:23:37.310104 [ 260 ] {4cb7f3e7-a3b6-4d2f-8c0f-3cf8862cb2a7} TCPHandler: Processed in 0.001391426 sec. 2025.11.20 17:23:37.310215 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:37.310308 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:37.310353 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:37.310723 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:37.310760 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:37.311098 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:23:37.311331 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:37.311467 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} executeQuery: Read 96 rows, 6.85 KiB in 0.001176 sec., 81632.6530612245 rows/sec., 5.69 MiB/sec. 2025.11.20 17:23:37.311505 [ 260 ] {08f4bd9d-98e1-47e5-b39a-6e96549d18fc} TCPHandler: Processed in 0.001338565 sec. 2025.11.20 17:23:37.311614 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:37.311708 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:37.311750 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:37.312084 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:37.312122 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:37.312434 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:23:37.312646 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:37.312785 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} executeQuery: Read 36 rows, 2.48 KiB in 0.001095 sec., 32876.71232876712 rows/sec., 2.22 MiB/sec. 2025.11.20 17:23:37.312820 [ 260 ] {7bebb09b-7517-4732-9613-804d6be53852} TCPHandler: Processed in 0.001254783 sec. 2025.11.20 17:23:38.653077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 24416 2025.11.20 17:23:38.653602 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:38.653646 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:38.654179 [ 245 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:23:38.654476 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:38.654611 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24416 2025.11.20 17:23:38.654637 [ 95 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:23:38.654713 [ 95 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:38.654736 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:38.654860 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:23:38.654997 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:38.655035 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 22048 rows starting from the beginning of the part 2025.11.20 17:23:38.655097 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 448 rows starting from the beginning of the part 2025.11.20 17:23:38.655139 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 512 rows starting from the beginning of the part 2025.11.20 17:23:38.655184 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 448 rows starting from the beginning of the part 2025.11.20 17:23:38.655221 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 512 rows starting from the beginning of the part 2025.11.20 17:23:38.655259 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 448 rows starting from the beginning of the part 2025.11.20 17:23:38.657126 [ 196 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 24416 rows, containing 4 columns (4 merged, 0 gathered) in 0.002319774 sec., 10525163.227107467 rows/sec., 150.56 MiB/sec. 2025.11.20 17:23:38.657589 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:23:38.657907 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:38.658002 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_51_10} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:23:38.658123 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.74 MiB. 2025.11.20 17:23:39.899848 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.11.20 17:23:39.917073 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:39.917126 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:39.922570 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:23:39.923296 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:39.923595 [ 95 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:23:39.923694 [ 95 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:39.923732 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:39.923923 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:23:39.926196 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.11.20 17:23:39.927848 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:39.929462 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part 2025.11.20 17:23:39.934623 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 7 rows starting from the beginning of the part 2025.11.20 17:23:39.939365 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 8 rows starting from the beginning of the part 2025.11.20 17:23:39.944202 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2025.11.20 17:23:39.948687 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 8 rows starting from the beginning of the part 2025.11.20 17:23:39.952581 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 7 rows starting from the beginning of the part 2025.11.20 17:23:40.000202 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 329.32 MiB, peak 331.25 MiB, free memory in arenas 0.00 B, will set to 320.66 MiB (RSS), difference: -8.66 MiB 2025.11.20 17:23:40.007542 [ 196 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.083712101 sec., 4587.150428825099 rows/sec., 23.72 MiB/sec. 2025.11.20 17:23:40.010615 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:23:40.012822 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:40.012906 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_51_10} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:23:40.015427 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.11.20 17:23:41.000205 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 309.17 MiB, peak 331.25 MiB, free memory in arenas 0.00 B, will set to 321.09 MiB (RSS), difference: 11.91 MiB 2025.11.20 17:23:42.309267 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:42.309464 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:42.309538 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:42.310178 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:42.310220 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:42.310631 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:23:42.310900 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:42.311065 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} executeQuery: Read 56 rows, 4.41 KiB in 0.001655 sec., 33836.8580060423 rows/sec., 2.60 MiB/sec. 2025.11.20 17:23:42.311117 [ 260 ] {55f74084-525a-4912-9831-2fc22d338aa7} TCPHandler: Processed in 0.001989228 sec. 2025.11.20 17:23:42.311252 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:42.311358 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:42.311403 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:42.311830 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:42.311865 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:42.312173 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:23:42.312434 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:42.312570 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} executeQuery: Read 64 rows, 5.12 KiB in 0.001236 sec., 51779.93527508091 rows/sec., 4.04 MiB/sec. 2025.11.20 17:23:42.312609 [ 260 ] {d226f662-40b0-43e7-89f8-a7d0d6fa21d1} TCPHandler: Processed in 0.001412127 sec. 2025.11.20 17:23:42.312724 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:42.312827 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:42.312874 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:42.313294 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:42.313333 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:42.313690 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:23:42.313900 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:42.314031 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.11.20 17:23:42.314069 [ 260 ] {b9e83f7e-08b0-4bd1-a15e-28c492261fec} TCPHandler: Processed in 0.001395706 sec. 2025.11.20 17:23:42.314177 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:42.314273 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:42.314323 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:42.314665 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:42.314701 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:42.315012 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:23:42.315222 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:42.315352 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.11.20 17:23:42.315388 [ 260 ] {2c9900fc-9d8c-44f6-ac9f-830d6cdcb06d} TCPHandler: Processed in 0.001259624 sec. 2025.11.20 17:23:45.284390 [ 86 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 5 parts from all_1_31_6 to all_35_35_0 2025.11.20 17:23:45.284464 [ 86 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:45.284485 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:45.284587 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_6 to all_35_35_0 into Compact with storage Full 2025.11.20 17:23:45.284788 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:45.284853 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 223 rows starting from the beginning of the part 2025.11.20 17:23:45.284962 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 211 rows starting from the beginning of the part 2025.11.20 17:23:45.285042 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 211 rows starting from the beginning of the part 2025.11.20 17:23:45.285114 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 211 rows starting from the beginning of the part 2025.11.20 17:23:45.285182 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 211 rows starting from the beginning of the part 2025.11.20 17:23:45.286460 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001914476 sec., 557332.6591714913 rows/sec., 33.90 MiB/sec. 2025.11.20 17:23:45.286686 [ 195 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.11.20 17:23:45.287035 [ 195 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:45.287129 [ 195 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_35_7} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 5 parts: [all_1_31_6, all_35_35_0] -> all_1_35_7 2025.11.20 17:23:45.287232 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:23:46.016001 [ 86 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:23:46.016055 [ 86 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:23:46.154766 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 24928 2025.11.20 17:23:46.155545 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:46.155617 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:46.156217 [ 245 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:23:46.156453 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:46.156605 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24928 2025.11.20 17:23:46.183899 [ 89 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 5 parts from all_1_31_6 to all_35_35_0 2025.11.20 17:23:46.183997 [ 89 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:46.184036 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:46.184217 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_6 to all_35_35_0 into Compact with storage Full 2025.11.20 17:23:46.184434 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:46.184492 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 434 rows starting from the beginning of the part 2025.11.20 17:23:46.184599 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 410 rows starting from the beginning of the part 2025.11.20 17:23:46.184675 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 410 rows starting from the beginning of the part 2025.11.20 17:23:46.184740 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 410 rows starting from the beginning of the part 2025.11.20 17:23:46.184781 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 410 rows starting from the beginning of the part 2025.11.20 17:23:46.185805 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672511 sec., 1240051.6349369301 rows/sec., 83.67 MiB/sec. 2025.11.20 17:23:46.185941 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.11.20 17:23:46.186178 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:46.186249 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_35_7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 5 parts: [all_1_31_6, all_35_35_0] -> all_1_35_7 2025.11.20 17:23:46.186313 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.20 17:23:46.233431 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1448 2025.11.20 17:23:46.235487 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:46.235529 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:46.236657 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:23:46.236910 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:46.237166 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1448 2025.11.20 17:23:46.743073 [ 89 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.11.20 17:23:46.743135 [ 89 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:46.743156 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:46.743287 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:23:46.743433 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:46.743467 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 20 rows starting from the beginning of the part 2025.11.20 17:23:46.743535 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:46.743581 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.11.20 17:23:46.743621 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2025.11.20 17:23:46.743661 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:23:46.744386 [ 191 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001153662 sec., 48541.0804897795 rows/sec., 4.05 MiB/sec. 2025.11.20 17:23:46.744494 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.11.20 17:23:46.744720 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:46.744786 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_13_3} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.11.20 17:23:46.744847 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:23:47.321863 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.322055 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.322125 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:23:47.322993 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.323036 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.323427 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:23:47.323646 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.323797 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} executeQuery: Read 410 rows, 26.63 KiB in 0.001792 sec., 228794.64285714287 rows/sec., 14.51 MiB/sec. 2025.11.20 17:23:47.323837 [ 260 ] {09ed1168-cd19-405f-a8d9-9d8d27ada444} TCPHandler: Processed in 0.002109649 sec. 2025.11.20 17:23:47.323951 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.324046 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:47.324086 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:47.325064 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.325100 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.325488 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:23:47.325690 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.325818 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} executeQuery: Read 1192 rows, 97.51 KiB in 0.00179 sec., 665921.7877094973 rows/sec., 53.20 MiB/sec. 2025.11.20 17:23:47.325856 [ 260 ] {c0339a20-3200-40fb-97d6-a7444685a315} TCPHandler: Processed in 0.001954517 sec. 2025.11.20 17:23:47.325964 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.326057 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.326097 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:23:47.326575 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.326611 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.326928 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:23:47.327128 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.327256 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} executeQuery: Read 245 rows, 15.32 KiB in 0.001216 sec., 201480.26315789472 rows/sec., 12.31 MiB/sec. 2025.11.20 17:23:47.327298 [ 260 ] {96935903-104e-406d-83a6-d441acd9e67e} TCPHandler: Processed in 0.001382966 sec. 2025.11.20 17:23:47.327398 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.327492 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.327535 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:23:47.328004 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.328042 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.328360 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:23:47.328565 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.328696 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} executeQuery: Read 212 rows, 14.00 KiB in 0.001221 sec., 173628.17362817362 rows/sec., 11.20 MiB/sec. 2025.11.20 17:23:47.328733 [ 260 ] {110df361-3a49-4bb4-bad0-92de9f757ba2} TCPHandler: Processed in 0.001383116 sec. 2025.11.20 17:23:47.328831 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.328924 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.328962 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:23:47.329415 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.329454 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.329790 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:23:47.329998 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.330126 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} executeQuery: Read 211 rows, 12.27 KiB in 0.00122 sec., 172950.81967213115 rows/sec., 9.82 MiB/sec. 2025.11.20 17:23:47.330163 [ 260 ] {ca55a0de-1dd8-4bc1-bf27-2fa605c5ff33} TCPHandler: Processed in 0.001380116 sec. 2025.11.20 17:23:47.330294 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.330388 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:47.330427 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:47.331080 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.331116 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.331475 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:23:47.331677 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.331807 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} executeQuery: Read 719 rows, 51.67 KiB in 0.001437 sec., 500347.947112039 rows/sec., 35.11 MiB/sec. 2025.11.20 17:23:47.331845 [ 260 ] {2c81e2a1-669e-4546-beec-0f81f160cd9d} TCPHandler: Processed in 0.001602781 sec. 2025.11.20 17:23:47.331957 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.332050 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:23:47.332091 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:23:47.332435 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.332473 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.332774 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.11.20 17:23:47.332977 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.333101 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2025.11.20 17:23:47.333138 [ 260 ] {1c8cad5c-c294-47ee-bde8-110e68718be5} TCPHandler: Processed in 0.001229703 sec. 2025.11.20 17:23:47.333252 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.333345 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.333385 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:47.333818 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.333853 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.334208 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:23:47.334427 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.334556 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} executeQuery: Read 314 rows, 21.12 KiB in 0.00123 sec., 255284.55284552847 rows/sec., 16.77 MiB/sec. 2025.11.20 17:23:47.334593 [ 260 ] {37804c0c-5f9f-47ab-9843-70cb00b4cb0c} TCPHandler: Processed in 0.001389506 sec. 2025.11.20 17:23:47.334703 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.334798 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.334839 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:23:47.335146 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.335181 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.335476 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:23:47.335691 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.335818 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.11.20 17:23:47.335854 [ 260 ] {68218160-b05d-4e01-af71-d2b602ef1d2c} TCPHandler: Processed in 0.001198703 sec. 2025.11.20 17:23:47.335962 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.336053 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.336107 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} 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.11.20 17:23:47.336973 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.337009 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.337599 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:23:47.337823 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.337958 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} executeQuery: Read 40 rows, 73.40 KiB in 0.001922 sec., 20811.654526534858 rows/sec., 37.29 MiB/sec. 2025.11.20 17:23:47.338018 [ 260 ] {d105cd04-0c1c-4ea3-a5d5-99093025200c} TCPHandler: Processed in 0.002103719 sec. 2025.11.20 17:23:47.338135 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:47.338231 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:47.338272 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:47.338600 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.338637 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.338948 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:23:47.339161 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.339285 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} executeQuery: Read 104 rows, 6.53 KiB in 0.001072 sec., 97014.92537313432 rows/sec., 5.94 MiB/sec. 2025.11.20 17:23:47.339321 [ 260 ] {502203af-2467-4fca-b55d-16dda690569b} TCPHandler: Processed in 0.001233983 sec. 2025.11.20 17:23:47.426256 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.11.20 17:23:47.442009 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:47.442067 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:47.447855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:23:47.448560 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:47.451284 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.11.20 17:23:52.308827 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:52.309022 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:52.309095 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:52.309889 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.309938 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.310342 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:23:52.310583 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.310718 [ 80 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:23:52.310741 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} executeQuery: Read 56 rows, 4.41 KiB in 0.001771 sec., 31620.553359683796 rows/sec., 2.43 MiB/sec. 2025.11.20 17:23:52.310757 [ 80 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.310781 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.310801 [ 260 ] {a85ff159-2472-45ea-9d49-fdf9d42a04ca} TCPHandler: Processed in 0.00210931 sec. 2025.11.20 17:23:52.310881 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:23:52.310925 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:52.310977 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:52.311006 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2463 rows starting from the beginning of the part 2025.11.20 17:23:52.311027 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:52.311062 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 2338 rows starting from the beginning of the part 2025.11.20 17:23:52.311072 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:52.311104 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:52.311145 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:52.311181 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:23:52.311220 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part 2025.11.20 17:23:52.311527 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.311563 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.311920 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:23:52.312145 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.312251 [ 80 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:23:52.312274 [ 80 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.312279 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} executeQuery: Read 64 rows, 5.12 KiB in 0.001276 sec., 50156.73981191222 rows/sec., 3.91 MiB/sec. 2025.11.20 17:23:52.312290 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.312321 [ 260 ] {9bec2515-8310-4ace-96ce-e98c4844611b} TCPHandler: Processed in 0.001446998 sec. 2025.11.20 17:23:52.312394 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:23:52.312436 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:52.312535 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:52.312538 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:52.312578 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1249 rows starting from the beginning of the part 2025.11.20 17:23:52.312603 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:52.312649 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 1187 rows starting from the beginning of the part 2025.11.20 17:23:52.312697 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:52.312742 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:52.312780 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 719 rows starting from the beginning of the part 2025.11.20 17:23:52.312819 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 64 rows starting from the beginning of the part 2025.11.20 17:23:52.313027 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.313067 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.313194 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 6161 rows, containing 5 columns (5 merged, 0 gathered) in 0.002352095 sec., 2619366.9898537262 rows/sec., 222.41 MiB/sec. 2025.11.20 17:23:52.313476 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:23:52.313756 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:23:52.313758 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.313844 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_81_16} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:23:52.313918 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.27 MiB. 2025.11.20 17:23:52.314014 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.314125 [ 80 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:23:52.314151 [ 80 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.314151 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} executeQuery: Read 160 rows, 11.41 KiB in 0.001632 sec., 98039.21568627452 rows/sec., 6.83 MiB/sec. 2025.11.20 17:23:52.314170 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.314197 [ 260 ] {030426f2-1d47-4e1f-826c-29fdf3a16542} TCPHandler: Processed in 0.001810794 sec. 2025.11.20 17:23:52.314242 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:23:52.314306 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:52.314348 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:52.314382 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTreeSequentialSource: Reading 5 marks from part all_1_76_15, total 25112 rows starting from the beginning of the part 2025.11.20 17:23:52.314398 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.002056298 sec., 1627682.3689951554 rows/sec., 123.16 MiB/sec. 2025.11.20 17:23:52.314406 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:52.314436 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 908 rows starting from the beginning of the part 2025.11.20 17:23:52.314476 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:52.314496 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 96 rows starting from the beginning of the part 2025.11.20 17:23:52.314545 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:52.314588 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 314 rows starting from the beginning of the part 2025.11.20 17:23:52.314629 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part 2025.11.20 17:23:52.314694 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:23:52.314825 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.314867 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.315066 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.315151 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_81_16} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:23:52.315224 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:23:52.315240 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.11.20 17:23:52.315450 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.315572 [ 80 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:23:52.315597 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} executeQuery: Read 60 rows, 4.14 KiB in 0.001205 sec., 49792.53112033195 rows/sec., 3.36 MiB/sec. 2025.11.20 17:23:52.315606 [ 80 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:52.315628 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:52.315634 [ 260 ] {00a3cac3-2c88-48b8-b758-f1987d89c9a9} TCPHandler: Processed in 0.001376246 sec. 2025.11.20 17:23:52.315704 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:23:52.315808 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:52.315841 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5564 rows starting from the beginning of the part 2025.11.20 17:23:52.315899 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 68 rows starting from the beginning of the part 2025.11.20 17:23:52.315941 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 36 rows starting from the beginning of the part 2025.11.20 17:23:52.315977 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:52.316013 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 104 rows starting from the beginning of the part 2025.11.20 17:23:52.316047 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part 2025.11.20 17:23:52.318413 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 5892 rows, containing 4 columns (4 merged, 0 gathered) in 0.002742922 sec., 2148074.2069953135 rows/sec., 137.05 MiB/sec. 2025.11.20 17:23:52.318917 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:23:52.319149 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.319221 [ 193 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_81_16} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:23:52.319281 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.11.20 17:23:52.322790 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 26750 rows, containing 5 columns (5 merged, 0 gathered) in 0.008577281 sec., 3118703.9342654156 rows/sec., 209.99 MiB/sec. 2025.11.20 17:23:52.323215 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:23:52.323672 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:52.323763 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_81_16} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:23:52.323854 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. 2025.11.20 17:23:53.000228 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 322.79 MiB, peak 333.51 MiB, free memory in arenas 0.00 B, will set to 326.63 MiB (RSS), difference: 3.84 MiB 2025.11.20 17:23:53.656842 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 25376 2025.11.20 17:23:53.657337 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:53.657382 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:53.657882 [ 245 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:23:53.658118 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:53.658248 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25376 2025.11.20 17:23:54.951487 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.11.20 17:23:54.967385 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:54.967427 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:54.973038 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:23:54.973731 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:54.976356 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.11.20 17:23:56.237462 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1478 2025.11.20 17:23:56.240089 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:56.240141 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:56.241352 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:23:56.241625 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:56.241902 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1478 2025.11.20 17:23:57.322979 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.323144 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.323208 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:23:57.324006 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.324045 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.324473 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:23:57.324698 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.324855 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} executeQuery: Read 410 rows, 26.63 KiB in 0.001758 sec., 233219.56769055745 rows/sec., 14.79 MiB/sec. 2025.11.20 17:23:57.324906 [ 260 ] {7c93fbb8-4510-4c01-a179-498cf0dec473} TCPHandler: Processed in 0.002054379 sec. 2025.11.20 17:23:57.325036 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.325138 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:23:57.325181 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:23:57.326177 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.326213 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.326585 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:23:57.326788 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.326914 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} executeQuery: Read 1192 rows, 97.51 KiB in 0.0018 sec., 662222.2222222222 rows/sec., 52.90 MiB/sec. 2025.11.20 17:23:57.326952 [ 260 ] {e4f0ba98-ac1a-4226-95c6-db2d96b49979} TCPHandler: Processed in 0.001966777 sec. 2025.11.20 17:23:57.327064 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.327158 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.327198 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:23:57.327690 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.327724 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.328036 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:23:57.328236 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.328336 [ 12 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 2025.11.20 17:23:57.328364 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} executeQuery: Read 245 rows, 15.32 KiB in 0.001226 sec., 199836.867862969 rows/sec., 12.21 MiB/sec. 2025.11.20 17:23:57.328372 [ 12 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.328395 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.328402 [ 260 ] {0a5d56a8-77a6-40bd-9eaf-16bdb75586fc} TCPHandler: Processed in 0.001386736 sec. 2025.11.20 17:23:57.328499 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full 2025.11.20 17:23:57.328510 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.328642 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.328644 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:57.328683 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:23:57.328692 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 277 rows starting from the beginning of the part 2025.11.20 17:23:57.328798 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 245 rows starting from the beginning of the part 2025.11.20 17:23:57.328844 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 245 rows starting from the beginning of the part 2025.11.20 17:23:57.328887 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 257 rows starting from the beginning of the part 2025.11.20 17:23:57.328930 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 245 rows starting from the beginning of the part 2025.11.20 17:23:57.328975 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 245 rows starting from the beginning of the part 2025.11.20 17:23:57.329181 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.329222 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.329542 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:23:57.329753 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.329878 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} executeQuery: Read 212 rows, 14.00 KiB in 0.001255 sec., 168924.30278884462 rows/sec., 10.89 MiB/sec. 2025.11.20 17:23:57.329914 [ 260 ] {6530be52-b584-4920-b9ae-522ed60ebe2f} TCPHandler: Processed in 0.001451117 sec. 2025.11.20 17:23:57.329958 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.001508079 sec., 1003926.1868907397 rows/sec., 65.43 MiB/sec. 2025.11.20 17:23:57.330023 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.330100 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) 2025.11.20 17:23:57.330121 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.330164 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:23:57.330363 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.330437 [ 197 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_65_13} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 2025.11.20 17:23:57.330505 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.11.20 17:23:57.330634 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.330673 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.330969 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:23:57.331171 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.331292 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} executeQuery: Read 211 rows, 12.27 KiB in 0.00119 sec., 177310.9243697479 rows/sec., 10.07 MiB/sec. 2025.11.20 17:23:57.331329 [ 260 ] {3215bf4f-fe23-4c78-b443-6629ec3f11fe} TCPHandler: Processed in 0.001352725 sec. 2025.11.20 17:23:57.331433 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.331525 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:23:57.331563 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:23:57.332218 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.332252 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.332565 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:23:57.332769 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.332890 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} executeQuery: Read 719 rows, 51.67 KiB in 0.001383 sec., 519884.309472162 rows/sec., 36.49 MiB/sec. 2025.11.20 17:23:57.332926 [ 260 ] {aa07e672-ad71-4078-8c66-b9fe4f656039} TCPHandler: Processed in 0.001539738 sec. 2025.11.20 17:23:57.333033 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.333125 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:23:57.333165 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:23:57.333487 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.333520 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.333807 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.11.20 17:23:57.334003 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.334125 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} executeQuery: Read 6 rows, 321.00 B in 0.001017 sec., 5899.705014749263 rows/sec., 308.24 KiB/sec. 2025.11.20 17:23:57.334159 [ 260 ] {fb5d7e97-63d2-455c-906e-bb52710aad63} TCPHandler: Processed in 0.001172391 sec. 2025.11.20 17:23:57.334263 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.334355 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.334396 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:23:57.334820 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.334853 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.335169 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:23:57.335372 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.335499 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} executeQuery: Read 314 rows, 21.12 KiB in 0.001163 sec., 269991.4015477214 rows/sec., 17.74 MiB/sec. 2025.11.20 17:23:57.335535 [ 260 ] {a94137ed-7c9d-4fef-8e33-8f5b13848b30} TCPHandler: Processed in 0.001318745 sec. 2025.11.20 17:23:57.335644 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.335735 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.335775 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:23:57.336078 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.336112 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.336394 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:23:57.336596 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.336715 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} executeQuery: Read 1 rows, 69.00 B in 0.000998 sec., 1002.0040080160321 rows/sec., 67.52 KiB/sec. 2025.11.20 17:23:57.336749 [ 260 ] {873c0512-2ab5-4a5e-8cb4-5fd8984a7f40} TCPHandler: Processed in 0.001152362 sec. 2025.11.20 17:23:57.336853 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.336948 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.337006 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} 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.11.20 17:23:57.337856 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.337889 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.338456 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:23:57.338664 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.338769 [ 12 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.11.20 17:23:57.338795 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} executeQuery: Read 40 rows, 73.40 KiB in 0.001869 sec., 21401.819154628145 rows/sec., 38.35 MiB/sec. 2025.11.20 17:23:57.338803 [ 12 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.338829 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.338847 [ 260 ] {3f80a532-3a2a-4c02-accd-7d579b1e61d3} TCPHandler: Processed in 0.002040089 sec. 2025.11.20 17:23:57.338913 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:23:57.338957 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:23:57.339054 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:23:57.339094 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:23:57.339120 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:23:57.339176 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1224 rows starting from the beginning of the part 2025.11.20 17:23:57.339310 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:57.339423 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:57.339430 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:23:57.339472 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.90 GiB. 2025.11.20 17:23:57.339533 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:57.339646 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:57.339758 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 40 rows starting from the beginning of the part 2025.11.20 17:23:57.339781 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:23:57.340004 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.340141 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} executeQuery: Read 104 rows, 6.53 KiB in 0.001105 sec., 94117.64705882352 rows/sec., 5.77 MiB/sec. 2025.11.20 17:23:57.340177 [ 260 ] {a16c6f00-454d-4f14-b928-c2abeb76c256} TCPHandler: Processed in 0.001266573 sec. 2025.11.20 17:23:57.346247 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1424 rows, containing 19 columns (19 merged, 0 gathered) in 0.007364458 sec., 193361.1407655526 rows/sec., 346.49 MiB/sec. 2025.11.20 17:23:57.347898 [ 198 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.11.20 17:23:57.348304 [ 198 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:23:57.348389 [ 198 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_36_7} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.11.20 17:23:57.348567 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.59 MiB. 2025.11.20 17:23:58.000200 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 327.48 MiB, peak 339.05 MiB, free memory in arenas 0.00 B, will set to 330.05 MiB (RSS), difference: 2.57 MiB 2025.11.20 17:24:01.016096 [ 28 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:24:01.016159 [ 28 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:24:01.158412 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 25888 2025.11.20 17:24:01.158931 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:01.158970 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:01.159453 [ 245 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:24:01.159683 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:01.159831 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25888 2025.11.20 17:24:02.309084 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:02.309256 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:02.309320 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:02.309965 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:02.310008 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:02.310396 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:24:02.310632 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:02.310787 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} executeQuery: Read 56 rows, 4.41 KiB in 0.001577 sec., 35510.46290424857 rows/sec., 2.73 MiB/sec. 2025.11.20 17:24:02.310836 [ 260 ] {51e07af6-eabc-4323-8c9c-2e6c2d76f5f8} TCPHandler: Processed in 0.001877985 sec. 2025.11.20 17:24:02.310962 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:02.311062 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:02.311105 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:02.311532 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:02.311569 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:02.311873 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:24:02.312080 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:02.312209 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} executeQuery: Read 64 rows, 5.12 KiB in 0.001168 sec., 54794.520547945205 rows/sec., 4.28 MiB/sec. 2025.11.20 17:24:02.312247 [ 260 ] {356b2a5e-bd64-4b12-9922-52fafec58c7e} TCPHandler: Processed in 0.001338155 sec. 2025.11.20 17:24:02.312362 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:02.312458 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:02.312502 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:02.312923 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:02.312979 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:02.313322 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:24:02.313526 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:02.313656 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} executeQuery: Read 160 rows, 11.41 KiB in 0.001218 sec., 131362.88998357966 rows/sec., 9.15 MiB/sec. 2025.11.20 17:24:02.313693 [ 260 ] {e0c437dd-a447-4026-9d40-84152df1be53} TCPHandler: Processed in 0.001381875 sec. 2025.11.20 17:24:02.313803 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:02.313897 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:02.313948 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:02.314284 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:02.314320 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:02.314609 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:24:02.314827 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:02.314964 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.11.20 17:24:02.315000 [ 260 ] {c0f1cce4-5530-473d-90a8-d353a5bd951f} TCPHandler: Processed in 0.001244843 sec. 2025.11.20 17:24:02.476435 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.11.20 17:24:02.492296 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:02.492361 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:02.498474 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:24:02.499188 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:02.501986 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.11.20 17:24:04.326358 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.326531 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.326593 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:24:04.327398 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.327436 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.327828 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:24:04.328051 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.328205 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} executeQuery: Read 410 rows, 26.63 KiB in 0.001721 sec., 238233.58512492737 rows/sec., 15.11 MiB/sec. 2025.11.20 17:24:04.328247 [ 260 ] {61b41807-ad51-469a-9fab-545d6071eb2f} TCPHandler: Processed in 0.002014468 sec. 2025.11.20 17:24:04.328357 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.328453 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:24:04.328493 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:24:04.328888 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.328930 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.329212 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.11.20 17:24:04.329412 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.329536 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} executeQuery: Read 6 rows, 501.00 B in 0.001102 sec., 5444.64609800363 rows/sec., 443.97 KiB/sec. 2025.11.20 17:24:04.329573 [ 260 ] {2292dc4f-8c35-44f0-8df4-f514877dba4f} TCPHandler: Processed in 0.001264124 sec. 2025.11.20 17:24:04.329670 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.329764 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:04.329804 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:04.331366 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.331400 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.331821 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:24:04.332029 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.332150 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} executeQuery: Read 2335 rows, 194.29 KiB in 0.002404 sec., 971297.836938436 rows/sec., 78.93 MiB/sec. 2025.11.20 17:24:04.332189 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:24:04.332202 [ 260 ] {99e614e2-9fe0-4c26-ac87-9977ffca8ff2} TCPHandler: Processed in 0.002580078 sec. 2025.11.20 17:24:04.332307 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.332402 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.332442 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:24:04.332983 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.333017 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.333324 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:24:04.333526 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.333651 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} executeQuery: Read 251 rows, 15.74 KiB in 0.001268 sec., 197949.52681388013 rows/sec., 12.12 MiB/sec. 2025.11.20 17:24:04.333688 [ 260 ] {16999620-79a8-4919-bcfa-689283bfc520} TCPHandler: Processed in 0.001429977 sec. 2025.11.20 17:24:04.333796 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.333890 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.333938 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:24:04.334463 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.334498 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.334804 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:24:04.335019 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.335142 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} executeQuery: Read 440 rows, 29.81 KiB in 0.00127 sec., 346456.6929133858 rows/sec., 22.92 MiB/sec. 2025.11.20 17:24:04.335180 [ 260 ] {dd5bb740-7e28-4448-9ba1-15c424206c4a} TCPHandler: Processed in 0.001433217 sec. 2025.11.20 17:24:04.335288 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.335383 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.335421 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:24:04.335880 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.335921 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.336222 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:24:04.336426 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.336556 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} executeQuery: Read 211 rows, 12.27 KiB in 0.001191 sec., 177162.04869857262 rows/sec., 10.06 MiB/sec. 2025.11.20 17:24:04.336593 [ 260 ] {12ce8cc1-33d7-4252-a874-4f020824f265} TCPHandler: Processed in 0.001353226 sec. 2025.11.20 17:24:04.336692 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.336785 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:04.336823 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:04.337624 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.337658 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.338039 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:24:04.338248 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.338373 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} executeQuery: Read 1181 rows, 86.45 KiB in 0.001606 sec., 735367.3723536737 rows/sec., 52.57 MiB/sec. 2025.11.20 17:24:04.338411 [ 260 ] {7d410772-ad49-4ec5-b2c6-2c04d59d5dd2} TCPHandler: Processed in 0.001767413 sec. 2025.11.20 17:24:04.338518 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.338612 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:24:04.338653 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:24:04.338976 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.339011 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.339304 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.11.20 17:24:04.339509 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.339634 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} executeQuery: Read 6 rows, 321.00 B in 0.001041 sec., 5763.688760806916 rows/sec., 301.13 KiB/sec. 2025.11.20 17:24:04.339670 [ 260 ] {79b49257-4aa8-4e2b-bc32-c3c4fe0b67d5} TCPHandler: Processed in 0.001200182 sec. 2025.11.20 17:24:04.339790 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.339913 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.339965 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:04.340592 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.340628 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.341019 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:24:04.341241 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.341375 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} executeQuery: Read 905 rows, 61.24 KiB in 0.001487 sec., 608607.9354404842 rows/sec., 40.22 MiB/sec. 2025.11.20 17:24:04.341413 [ 260 ] {7c24f093-2ba5-4c5c-b658-ee7a9619396b} TCPHandler: Processed in 0.001684352 sec. 2025.11.20 17:24:04.341534 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.341655 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.341706 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:24:04.342095 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.342129 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.342427 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:24:04.342631 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.342778 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} executeQuery: Read 1 rows, 69.00 B in 0.001147 sec., 871.8395815170009 rows/sec., 58.75 KiB/sec. 2025.11.20 17:24:04.342822 [ 260 ] {4c56e68b-125b-4a9f-ba25-4dceae788062} TCPHandler: Processed in 0.001349615 sec. 2025.11.20 17:24:04.342930 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.343027 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.343082 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} 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.11.20 17:24:04.343947 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.343982 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.344534 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:24:04.344756 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.344894 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} executeQuery: Read 40 rows, 73.40 KiB in 0.001884 sec., 21231.422505307855 rows/sec., 38.05 MiB/sec. 2025.11.20 17:24:04.344948 [ 260 ] {56a1cdd4-300a-484d-a947-f00018660cd4} TCPHandler: Processed in 0.002067059 sec. 2025.11.20 17:24:04.345061 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:04.345156 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:04.345198 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:04.345538 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:04.345573 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:04.345881 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:24:04.346093 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:04.346221 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} executeQuery: Read 68 rows, 4.04 KiB in 0.001082 sec., 62846.58040665434 rows/sec., 3.65 MiB/sec. 2025.11.20 17:24:04.346258 [ 260 ] {f9375f56-135e-471b-8542-bc211d29118d} TCPHandler: Processed in 0.001246813 sec. 2025.11.20 17:24:06.243042 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1532 2025.11.20 17:24:06.245849 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:06.245899 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:06.247154 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:24:06.247426 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:06.247574 [ 69 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:24:06.247642 [ 69 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:06.247661 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:06.247765 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1532 2025.11.20 17:24:06.247784 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:24:06.248424 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:06.248580 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1342 rows starting from the beginning of the part 2025.11.20 17:24:06.248938 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2025.11.20 17:24:06.249259 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 54 rows starting from the beginning of the part 2025.11.20 17:24:06.249576 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part 2025.11.20 17:24:06.249884 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part 2025.11.20 17:24:06.250192 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 54 rows starting from the beginning of the part 2025.11.20 17:24:06.256972 [ 199 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1532 rows, containing 72 columns (72 merged, 0 gathered) in 0.009252224 sec., 165581.81038418438 rows/sec., 131.13 MiB/sec. 2025.11.20 17:24:06.258751 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:24:06.259387 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:06.259482 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_41_8} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:24:06.259846 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. 2025.11.20 17:24:07.306214 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:07.306392 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:07.306458 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:07.307104 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:07.307152 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:07.307545 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:24:07.307773 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:07.307940 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} executeQuery: Read 56 rows, 4.41 KiB in 0.001594 sec., 35131.74404015057 rows/sec., 2.70 MiB/sec. 2025.11.20 17:24:07.307984 [ 260 ] {b8361d59-7295-4da4-85dd-151fd6a983ea} TCPHandler: Processed in 0.001903426 sec. 2025.11.20 17:24:07.308118 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:07.308220 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:07.308264 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:07.308708 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:07.308746 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:07.309053 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:24:07.309309 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:07.309458 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} executeQuery: Read 64 rows, 5.12 KiB in 0.001256 sec., 50955.41401273885 rows/sec., 3.98 MiB/sec. 2025.11.20 17:24:07.309507 [ 260 ] {68d3a0aa-7a84-4710-874b-296cd1051259} TCPHandler: Processed in 0.001441718 sec. 2025.11.20 17:24:07.309630 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:07.309734 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:07.309779 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:07.310168 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:07.310211 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:07.310590 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:24:07.310809 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:07.310955 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} executeQuery: Read 96 rows, 6.85 KiB in 0.001236 sec., 77669.90291262137 rows/sec., 5.41 MiB/sec. 2025.11.20 17:24:07.310997 [ 260 ] {2b2e680f-cfbd-48ed-bc6e-d0c83a8b7800} TCPHandler: Processed in 0.001416786 sec. 2025.11.20 17:24:07.311115 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:07.311211 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:07.311255 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:07.311587 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:07.311624 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:07.311923 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:24:07.312143 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:07.312286 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} executeQuery: Read 36 rows, 2.48 KiB in 0.001092 sec., 32967.03296703297 rows/sec., 2.22 MiB/sec. 2025.11.20 17:24:07.312324 [ 260 ] {f5fedef2-9344-4179-bfd8-4fbcc03c59c0} TCPHandler: Processed in 0.001259083 sec. 2025.11.20 17:24:08.660892 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 26336 2025.11.20 17:24:08.661401 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:08.661444 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:08.661942 [ 245 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:24:08.662181 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:08.662328 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26336 2025.11.20 17:24:10.002035 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 414 2025.11.20 17:24:10.019399 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:10.019459 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:10.025761 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:24:10.026480 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:10.029456 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 414 2025.11.20 17:24:12.310143 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:12.310340 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:12.310415 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:12.311147 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.311208 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.311645 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:24:12.311863 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.312029 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} executeQuery: Read 56 rows, 4.41 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.46 MiB/sec. 2025.11.20 17:24:12.312039 [ 71 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.11.20 17:24:12.312069 [ 260 ] {99a19b32-9367-4c71-9a46-2ff06e03d7c8} TCPHandler: Processed in 0.002073209 sec. 2025.11.20 17:24:12.312106 [ 71 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.312131 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.312209 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:12.312223 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.11.20 17:24:12.312307 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:12.312348 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:12.312352 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:12.312387 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2463 rows starting from the beginning of the part 2025.11.20 17:24:12.312455 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:24:12.312499 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:12.312540 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 2335 rows starting from the beginning of the part 2025.11.20 17:24:12.312578 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:12.312618 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:12.312781 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.312824 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.313280 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:24:12.313520 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.313661 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} executeQuery: Read 64 rows, 5.12 KiB in 0.001348 sec., 47477.744807121664 rows/sec., 3.71 MiB/sec. 2025.11.20 17:24:12.313663 [ 71 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.11.20 17:24:12.313701 [ 260 ] {0f501868-a732-4e56-8162-2618ea0ee93a} TCPHandler: Processed in 0.001524279 sec. 2025.11.20 17:24:12.313732 [ 71 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.313762 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.313829 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:12.313846 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.11.20 17:24:12.313930 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:12.313953 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:12.313987 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:12.313992 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1249 rows starting from the beginning of the part 2025.11.20 17:24:12.314062 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 719 rows starting from the beginning of the part 2025.11.20 17:24:12.314106 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:12.314145 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 1181 rows starting from the beginning of the part 2025.11.20 17:24:12.314185 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:12.314224 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:12.314433 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.314476 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.314851 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6158 rows, containing 5 columns (5 merged, 0 gathered) in 0.00265297 sec., 2321172.120302906 rows/sec., 197.10 MiB/sec. 2025.11.20 17:24:12.315076 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:24:12.315131 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.11.20 17:24:12.315319 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.315391 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.315410 [ 190 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 3341 rows, containing 5 columns (5 merged, 0 gathered) in 0.00160348 sec., 2083593.18482301 rows/sec., 157.62 MiB/sec. 2025.11.20 17:24:12.315448 [ 71 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.11.20 17:24:12.315463 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_86_17} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.11.20 17:24:12.315464 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. 2025.11.20 17:24:12.315486 [ 71 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.315521 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.315521 [ 260 ] {7df024b2-c195-4de6-956f-adaaeb10b8e5} TCPHandler: Processed in 0.001742872 sec. 2025.11.20 17:24:12.315558 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2025.11.20 17:24:12.315593 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.11.20 17:24:12.315632 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.11.20 17:24:12.315648 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:12.315710 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:12.315738 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 26750 rows starting from the beginning of the part 2025.11.20 17:24:12.315744 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:12.315791 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:12.315796 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 314 rows starting from the beginning of the part 2025.11.20 17:24:12.315847 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.11.20 17:24:12.315860 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.315890 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 905 rows starting from the beginning of the part 2025.11.20 17:24:12.315933 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 96 rows starting from the beginning of the part 2025.11.20 17:24:12.315941 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_86_17} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.11.20 17:24:12.315984 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2025.11.20 17:24:12.316031 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.11.20 17:24:12.316135 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.316174 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.316486 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:24:12.316702 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.316816 [ 71 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.11.20 17:24:12.316838 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.11.20 17:24:12.316846 [ 71 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:12.316879 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:12.316882 [ 260 ] {62a36213-46fb-4043-ae6f-94019803c49b} TCPHandler: Processed in 0.001284034 sec. 2025.11.20 17:24:12.316949 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.11.20 17:24:12.317046 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:12.317072 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5892 rows starting from the beginning of the part 2025.11.20 17:24:12.317118 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 104 rows starting from the beginning of the part 2025.11.20 17:24:12.317153 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.11.20 17:24:12.317186 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 68 rows starting from the beginning of the part 2025.11.20 17:24:12.317221 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 36 rows starting from the beginning of the part 2025.11.20 17:24:12.317255 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part 2025.11.20 17:24:12.320098 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 6220 rows, containing 4 columns (4 merged, 0 gathered) in 0.00317748 sec., 1957526.0898573713 rows/sec., 124.87 MiB/sec. 2025.11.20 17:24:12.320701 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.11.20 17:24:12.320995 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.321070 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_86_17} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.11.20 17:24:12.321175 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. 2025.11.20 17:24:12.323197 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 28385 rows, containing 5 columns (5 merged, 0 gathered) in 0.007593192 sec., 3738217.0765601606 rows/sec., 251.61 MiB/sec. 2025.11.20 17:24:12.323460 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.11.20 17:24:12.323693 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:12.323759 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_86_17} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.11.20 17:24:12.323820 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.11.20 17:24:13.000192 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 330.71 MiB, peak 342.10 MiB, free memory in arenas 0.00 B, will set to 332.50 MiB (RSS), difference: 1.80 MiB 2025.11.20 17:24:16.016405 [ 65 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:24:16.016482 [ 65 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:24:16.162589 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 26848 2025.11.20 17:24:16.163180 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:16.163233 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:16.163853 [ 245 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:24:16.164083 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:16.164215 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26848 2025.11.20 17:24:16.164233 [ 65 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:24:16.164325 [ 65 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:16.164363 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:16.164472 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:24:16.164556 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:16.164584 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 24416 rows starting from the beginning of the part 2025.11.20 17:24:16.164638 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 512 rows starting from the beginning of the part 2025.11.20 17:24:16.164680 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 448 rows starting from the beginning of the part 2025.11.20 17:24:16.164723 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 512 rows starting from the beginning of the part 2025.11.20 17:24:16.164761 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 448 rows starting from the beginning of the part 2025.11.20 17:24:16.164800 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 512 rows starting from the beginning of the part 2025.11.20 17:24:16.166880 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 26848 rows, containing 4 columns (4 merged, 0 gathered) in 0.002448436 sec., 10965367.279357107 rows/sec., 156.86 MiB/sec. 2025.11.20 17:24:16.167031 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:24:16.167258 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:16.167320 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_56_11} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:24:16.167391 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.75 MiB. 2025.11.20 17:24:16.248177 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1548 2025.11.20 17:24:16.250309 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:16.250355 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:16.251564 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:24:16.251835 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:16.252128 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1548 2025.11.20 17:24:16.744290 [ 65 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 5 parts from all_1_31_6 to all_35_35_0 2025.11.20 17:24:16.744371 [ 65 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:16.744403 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:16.744543 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_31_6 to all_35_35_0 into Compact with storage Full 2025.11.20 17:24:16.744710 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:16.744750 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part 2025.11.20 17:24:16.744823 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:16.744872 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:16.744912 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:16.744952 [ 191 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:16.745680 [ 192 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 4 columns (4 merged, 0 gathered) in 0.001197362 sec., 175385.5559137504 rows/sec., 8.95 MiB/sec. 2025.11.20 17:24:16.745832 [ 187 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) 2025.11.20 17:24:16.746188 [ 187 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:16.746274 [ 187 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_35_7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 5 parts: [all_1_31_6, all_35_35_0] -> all_1_35_7 2025.11.20 17:24:16.746346 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.11.20 17:24:17.000220 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 328.58 MiB, peak 342.10 MiB, free memory in arenas 0.00 B, will set to 332.64 MiB (RSS), difference: 4.06 MiB 2025.11.20 17:24:17.324186 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.324379 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.324453 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:24:17.325234 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.325280 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.325687 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:24:17.325918 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.326071 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} executeQuery: Read 410 rows, 26.63 KiB in 0.001745 sec., 234957.0200573066 rows/sec., 14.90 MiB/sec. 2025.11.20 17:24:17.326114 [ 260 ] {5a08e11f-08f9-41e9-a2ff-628df0aaa7a4} TCPHandler: Processed in 0.002065209 sec. 2025.11.20 17:24:17.326218 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.326312 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:17.326354 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:17.327141 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.327177 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.327550 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:24:17.327767 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.327895 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} executeQuery: Read 1192 rows, 97.51 KiB in 0.0016 sec., 745000 rows/sec., 59.52 MiB/sec. 2025.11.20 17:24:17.327933 [ 260 ] {28febe78-ce75-43b8-b5bf-73bd2d4868f3} TCPHandler: Processed in 0.001764753 sec. 2025.11.20 17:24:17.328042 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.328137 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.328178 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:24:17.328637 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.328675 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.328994 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:24:17.329208 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.329338 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} executeQuery: Read 245 rows, 15.32 KiB in 0.001219 sec., 200984.41345365052 rows/sec., 12.28 MiB/sec. 2025.11.20 17:24:17.329376 [ 260 ] {bd687eac-3007-4813-8e76-c21a332aa5e9} TCPHandler: Processed in 0.001382656 sec. 2025.11.20 17:24:17.329504 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.329605 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.329646 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:24:17.330118 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.330155 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.330489 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:24:17.330702 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.330841 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} executeQuery: Read 212 rows, 14.00 KiB in 0.001255 sec., 168924.30278884462 rows/sec., 10.89 MiB/sec. 2025.11.20 17:24:17.330881 [ 260 ] {3da266c9-9206-487c-aaba-da6bf159e66e} TCPHandler: Processed in 0.001428767 sec. 2025.11.20 17:24:17.330994 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.331089 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.331128 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:24:17.331598 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.331635 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.331943 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:24:17.332167 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.332296 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} executeQuery: Read 211 rows, 12.27 KiB in 0.001226 sec., 172104.40456769982 rows/sec., 9.77 MiB/sec. 2025.11.20 17:24:17.332340 [ 260 ] {fcdccb05-b1cc-42c2-b38d-54ec8b009c00} TCPHandler: Processed in 0.001394947 sec. 2025.11.20 17:24:17.332452 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.332585 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:17.332644 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:17.333309 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.333348 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.333700 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:24:17.333906 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.334040 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} executeQuery: Read 719 rows, 51.67 KiB in 0.001475 sec., 487457.6271186441 rows/sec., 34.21 MiB/sec. 2025.11.20 17:24:17.334085 [ 260 ] {0a5316ac-7ed3-4b76-93f4-a8808704e312} TCPHandler: Processed in 0.001680631 sec. 2025.11.20 17:24:17.334205 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.334301 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:24:17.334343 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:24:17.334674 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.334710 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.335009 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.11.20 17:24:17.335210 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.335340 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} executeQuery: Read 6 rows, 321.00 B in 0.001058 sec., 5671.0775047258985 rows/sec., 296.29 KiB/sec. 2025.11.20 17:24:17.335377 [ 260 ] {0eb38a51-6d8b-47e7-86eb-55005f1aac3e} TCPHandler: Processed in 0.001221363 sec. 2025.11.20 17:24:17.335474 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.335568 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.335611 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:17.336022 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.336058 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.336395 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:24:17.336599 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.336728 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} executeQuery: Read 314 rows, 21.12 KiB in 0.001178 sec., 266553.480475382 rows/sec., 17.51 MiB/sec. 2025.11.20 17:24:17.336764 [ 260 ] {eeb0dbc2-f808-44bc-b1c1-73d1edb8df65} TCPHandler: Processed in 0.001338094 sec. 2025.11.20 17:24:17.336863 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.336956 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.336998 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:24:17.337303 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.337339 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.337621 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:24:17.337815 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.337948 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} executeQuery: Read 1 rows, 69.00 B in 0.00101 sec., 990.09900990099 rows/sec., 66.72 KiB/sec. 2025.11.20 17:24:17.337984 [ 260 ] {8c0c5b23-0675-4f2a-b02d-404e6dacc0ee} TCPHandler: Processed in 0.001170031 sec. 2025.11.20 17:24:17.338083 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.338179 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.338232 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} 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.11.20 17:24:17.339033 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.339068 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.339617 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:24:17.339831 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.339970 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} executeQuery: Read 40 rows, 73.40 KiB in 0.001809 sec., 22111.66390270868 rows/sec., 39.62 MiB/sec. 2025.11.20 17:24:17.340024 [ 260 ] {07033a63-57c0-4372-ac06-5f86de094c1d} TCPHandler: Processed in 0.001990378 sec. 2025.11.20 17:24:17.340132 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:17.340227 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:17.340269 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:17.340590 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.340626 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.89 GiB. 2025.11.20 17:24:17.340922 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:24:17.341131 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.341257 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} executeQuery: Read 104 rows, 6.53 KiB in 0.001048 sec., 99236.64122137404 rows/sec., 6.08 MiB/sec. 2025.11.20 17:24:17.341293 [ 260 ] {f5989a8e-5a79-4391-985d-bf13f55c465c} TCPHandler: Processed in 0.001210993 sec. 2025.11.20 17:24:17.529709 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 422 2025.11.20 17:24:17.547365 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.547416 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:17.553634 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:24:17.554343 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.554652 [ 62 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:24:17.554737 [ 62 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:17.554773 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:17.554968 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:24:17.557492 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.11.20 17:24:17.559178 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:17.560767 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 384 rows starting from the beginning of the part 2025.11.20 17:24:17.565430 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 8 rows starting from the beginning of the part 2025.11.20 17:24:17.570074 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 7 rows starting from the beginning of the part 2025.11.20 17:24:17.574665 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 8 rows starting from the beginning of the part 2025.11.20 17:24:17.579684 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 7 rows starting from the beginning of the part 2025.11.20 17:24:17.583622 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 8 rows starting from the beginning of the part 2025.11.20 17:24:17.635366 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.08044254 sec., 5245.980547108532 rows/sec., 27.13 MiB/sec. 2025.11.20 17:24:17.638105 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:24:17.640105 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:17.640205 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_56_11} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:24:17.643022 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.11.20 17:24:21.859055 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57310 2025.11.20 17:24:21.859227 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.859256 [ 351 ] {} TCP-Session: a9dfb3a8-cd54-42a9-9935-ca094b29d854 Authenticating user 'default' from [fd00:1122:3344:101::e]:57310 2025.11.20 17:24:21.859279 [ 351 ] {} TCP-Session: a9dfb3a8-cd54-42a9-9935-ca094b29d854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.859292 [ 351 ] {} TCP-Session: a9dfb3a8-cd54-42a9-9935-ca094b29d854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.859504 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49902 2025.11.20 17:24:21.859525 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61030 2025.11.20 17:24:21.859569 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37536 2025.11.20 17:24:21.859588 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38460 2025.11.20 17:24:21.859613 [ 351 ] {} TCP-Session: a9dfb3a8-cd54-42a9-9935-ca094b29d854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:21.859619 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.859580 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61093 2025.11.20 17:24:21.859671 [ 352 ] {} TCP-Session: 458d26ea-57ed-4610-be5d-6b5728ff06e7 Authenticating user 'default' from [fd00:1122:3344:101::e]:49902 2025.11.20 17:24:21.859558 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39906 2025.11.20 17:24:21.859712 [ 352 ] {} TCP-Session: 458d26ea-57ed-4610-be5d-6b5728ff06e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.859511 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52611 2025.11.20 17:24:21.859771 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.859798 [ 351 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} executeQuery: (from [fd00:1122:3344:101::e]:57310) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:24:21.859817 [ 289 ] {} TCP-Session: 9937496b-227d-4e68-aa4c-1fe491aeae06 Authenticating user 'default' from [fd00:1122:3344:101::e]:37536 2025.11.20 17:24:21.859744 [ 352 ] {} TCP-Session: 458d26ea-57ed-4610-be5d-6b5728ff06e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.859858 [ 289 ] {} TCP-Session: 9937496b-227d-4e68-aa4c-1fe491aeae06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.859548 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46201 2025.11.20 17:24:21.859883 [ 289 ] {} TCP-Session: 9937496b-227d-4e68-aa4c-1fe491aeae06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860089 [ 351 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:24:21.860154 [ 351 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:24:21.860401 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.860436 [ 288 ] {} TCP-Session: f6e8101f-aeaa-44be-b715-ee72c65c2e09 Authenticating user 'default' from [fd00:1122:3344:101::e]:39906 2025.11.20 17:24:21.860442 [ 351 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:24:21.860457 [ 288 ] {} TCP-Session: f6e8101f-aeaa-44be-b715-ee72c65c2e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860488 [ 288 ] {} TCP-Session: f6e8101f-aeaa-44be-b715-ee72c65c2e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860529 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.860604 [ 286 ] {} TCP-Session: 5ece7ab1-56c2-4880-9f09-a6d9290ffef0 Authenticating user 'default' from [fd00:1122:3344:101::e]:46201 2025.11.20 17:24:21.860628 [ 286 ] {} TCP-Session: 5ece7ab1-56c2-4880-9f09-a6d9290ffef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860642 [ 286 ] {} TCP-Session: 5ece7ab1-56c2-4880-9f09-a6d9290ffef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860774 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.860817 [ 354 ] {} TCP-Session: 1d302100-c19d-40b6-9a48-d57f4b6d2573 Authenticating user 'default' from [fd00:1122:3344:101::e]:61030 2025.11.20 17:24:21.860840 [ 354 ] {} TCP-Session: 1d302100-c19d-40b6-9a48-d57f4b6d2573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860854 [ 354 ] {} TCP-Session: 1d302100-c19d-40b6-9a48-d57f4b6d2573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.860894 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.860936 [ 350 ] {} TCP-Session: ab6b850d-2d7d-4dc3-889a-938206cf565d Authenticating user 'default' from [fd00:1122:3344:101::e]:38460 2025.11.20 17:24:21.860964 [ 350 ] {} TCP-Session: ab6b850d-2d7d-4dc3-889a-938206cf565d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.861020 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.861100 [ 350 ] {} TCP-Session: ab6b850d-2d7d-4dc3-889a-938206cf565d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.861125 [ 353 ] {} TCP-Session: a67776e6-a67b-43ed-b450-2a869dcd15bd Authenticating user 'default' from [fd00:1122:3344:101::e]:52611 2025.11.20 17:24:21.861151 [ 353 ] {} TCP-Session: a67776e6-a67b-43ed-b450-2a869dcd15bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.861165 [ 353 ] {} TCP-Session: a67776e6-a67b-43ed-b450-2a869dcd15bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.861168 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.861210 [ 290 ] {} TCP-Session: b4c985e9-819b-4361-b79b-877adf0f3e5e Authenticating user 'default' from [fd00:1122:3344:101::e]:61093 2025.11.20 17:24:21.861228 [ 290 ] {} TCP-Session: b4c985e9-819b-4361-b79b-877adf0f3e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.861246 [ 290 ] {} TCP-Session: b4c985e9-819b-4361-b79b-877adf0f3e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.861635 [ 308 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} AggregatingTransform: Aggregating 2025.11.20 17:24:21.861680 [ 308 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} Aggregator: Aggregation method: without_key 2025.11.20 17:24:21.861720 [ 308 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001165802 sec. (857.779 rows/sec., 33.51 KiB/sec.) 2025.11.20 17:24:21.861739 [ 308 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} Aggregator: Merging aggregated data 2025.11.20 17:24:21.862828 [ 351 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} executeQuery: Read 1 rows, 40.00 B in 0.003095 sec., 323.10177705977384 rows/sec., 12.62 KiB/sec. 2025.11.20 17:24:21.862957 [ 351 ] {27ebe08b-cd12-48f8-bb55-5e851430d8f2} TCPHandler: Processed in 0.003472716 sec. 2025.11.20 17:24:21.863097 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863124 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863135 [ 351 ] {} TCP-Session: a9dfb3a8-cd54-42a9-9935-ca094b29d854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863148 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863168 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863186 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863219 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863235 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863251 [ 350 ] {} TCP-Session: ab6b850d-2d7d-4dc3-889a-938206cf565d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863256 [ 354 ] {} TCP-Session: 1d302100-c19d-40b6-9a48-d57f4b6d2573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863271 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863281 [ 289 ] {} TCP-Session: 9937496b-227d-4e68-aa4c-1fe491aeae06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863313 [ 290 ] {} TCP-Session: b4c985e9-819b-4361-b79b-877adf0f3e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863213 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:21.863209 [ 286 ] {} TCP-Session: 5ece7ab1-56c2-4880-9f09-a6d9290ffef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863382 [ 288 ] {} TCP-Session: f6e8101f-aeaa-44be-b715-ee72c65c2e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863177 [ 352 ] {} TCP-Session: 458d26ea-57ed-4610-be5d-6b5728ff06e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.863225 [ 353 ] {} TCP-Session: a67776e6-a67b-43ed-b450-2a869dcd15bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.999657 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60728 2025.11.20 17:24:21.999794 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:21.999832 [ 351 ] {} TCP-Session: d776e0cc-1a07-446d-bfb0-e1914028def2 Authenticating user 'default' from [fd00:1122:3344:101::e]:60728 2025.11.20 17:24:21.999863 [ 351 ] {} TCP-Session: d776e0cc-1a07-446d-bfb0-e1914028def2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:21.999882 [ 351 ] {} TCP-Session: d776e0cc-1a07-446d-bfb0-e1914028def2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000154 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44578 2025.11.20 17:24:22.000170 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58181 2025.11.20 17:24:22.000192 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64445 2025.11.20 17:24:22.000221 [ 351 ] {} TCP-Session: d776e0cc-1a07-446d-bfb0-e1914028def2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:22.000181 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48258 2025.11.20 17:24:22.000172 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40872 2025.11.20 17:24:22.000159 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44786 2025.11.20 17:24:22.000213 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37474 2025.11.20 17:24:22.000413 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000427 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000432 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000439 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000460 [ 354 ] {} TCP-Session: fcb04d65-328a-43da-94a9-017dba98531a Authenticating user 'default' from [fd00:1122:3344:101::e]:40872 2025.11.20 17:24:22.000470 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000501 [ 353 ] {} TCP-Session: 25951762-bf86-4778-8c75-355e2ba5ef51 Authenticating user 'default' from [fd00:1122:3344:101::e]:44578 2025.11.20 17:24:22.000516 [ 286 ] {} TCP-Session: a3871a83-816b-40dc-a422-76574c90db41 Authenticating user 'default' from [fd00:1122:3344:101::e]:58181 2025.11.20 17:24:22.000523 [ 354 ] {} TCP-Session: fcb04d65-328a-43da-94a9-017dba98531a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000545 [ 353 ] {} TCP-Session: 25951762-bf86-4778-8c75-355e2ba5ef51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000566 [ 354 ] {} TCP-Session: fcb04d65-328a-43da-94a9-017dba98531a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000578 [ 353 ] {} TCP-Session: 25951762-bf86-4778-8c75-355e2ba5ef51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000559 [ 286 ] {} TCP-Session: a3871a83-816b-40dc-a422-76574c90db41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000528 [ 350 ] {} TCP-Session: 18743b0e-523c-40c1-87e1-e30d9c7fba8d Authenticating user 'default' from [fd00:1122:3344:101::e]:37474 2025.11.20 17:24:22.000658 [ 286 ] {} TCP-Session: a3871a83-816b-40dc-a422-76574c90db41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000677 [ 350 ] {} TCP-Session: 18743b0e-523c-40c1-87e1-e30d9c7fba8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000458 [ 289 ] {} TCP-Session: 21cc7a18-8fd7-4b8f-8484-659cf0b3da7f Authenticating user 'default' from [fd00:1122:3344:101::e]:64445 2025.11.20 17:24:22.000704 [ 350 ] {} TCP-Session: 18743b0e-523c-40c1-87e1-e30d9c7fba8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000745 [ 289 ] {} TCP-Session: 21cc7a18-8fd7-4b8f-8484-659cf0b3da7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000440 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000763 [ 289 ] {} TCP-Session: 21cc7a18-8fd7-4b8f-8484-659cf0b3da7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000431 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.000802 [ 352 ] {} TCP-Session: e825e475-9f3f-46c1-8df1-922ac85c6a36 Authenticating user 'default' from [fd00:1122:3344:101::e]:44786 2025.11.20 17:24:22.000441 [ 351 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} executeQuery: (from [fd00:1122:3344:101::e]:60728) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:24:22.000844 [ 352 ] {} TCP-Session: e825e475-9f3f-46c1-8df1-922ac85c6a36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000831 [ 288 ] {} TCP-Session: 97deaab2-a441-4ba4-b956-8972f782049c Authenticating user 'default' from [fd00:1122:3344:101::e]:48258 2025.11.20 17:24:22.000878 [ 352 ] {} TCP-Session: e825e475-9f3f-46c1-8df1-922ac85c6a36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000891 [ 288 ] {} TCP-Session: 97deaab2-a441-4ba4-b956-8972f782049c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000201 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64371 2025.11.20 17:24:22.000911 [ 288 ] {} TCP-Session: 97deaab2-a441-4ba4-b956-8972f782049c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.000984 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.001012 [ 290 ] {} TCP-Session: 35ea4db5-68ce-4da2-8d2a-f05c0a37d476 Authenticating user 'default' from [fd00:1122:3344:101::e]:64371 2025.11.20 17:24:22.001029 [ 290 ] {} TCP-Session: 35ea4db5-68ce-4da2-8d2a-f05c0a37d476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.001041 [ 290 ] {} TCP-Session: 35ea4db5-68ce-4da2-8d2a-f05c0a37d476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.001128 [ 351 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:24:22.001182 [ 351 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:24:22.001459 [ 351 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:24:22.002433 [ 342 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} AggregatingTransform: Aggregating 2025.11.20 17:24:22.002477 [ 342 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} Aggregator: Aggregation method: without_key 2025.11.20 17:24:22.002519 [ 342 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000959738 sec. (1041.951 rows/sec., 40.70 KiB/sec.) 2025.11.20 17:24:22.002540 [ 342 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} Aggregator: Merging aggregated data 2025.11.20 17:24:22.003908 [ 351 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} executeQuery: Read 1 rows, 40.00 B in 0.003524 sec., 283.7684449489217 rows/sec., 11.08 KiB/sec. 2025.11.20 17:24:22.004051 [ 351 ] {ce491473-eda1-4b4a-bddb-4bc3117baed0} TCPHandler: Processed in 0.003944824 sec. 2025.11.20 17:24:22.004146 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004175 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004179 [ 351 ] {} TCP-Session: d776e0cc-1a07-446d-bfb0-e1914028def2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004198 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004224 [ 350 ] {} TCP-Session: 18743b0e-523c-40c1-87e1-e30d9c7fba8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004219 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004252 [ 354 ] {} TCP-Session: fcb04d65-328a-43da-94a9-017dba98531a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004243 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004276 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004305 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004341 [ 353 ] {} TCP-Session: 25951762-bf86-4778-8c75-355e2ba5ef51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004356 [ 289 ] {} TCP-Session: 21cc7a18-8fd7-4b8f-8484-659cf0b3da7f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004369 [ 286 ] {} TCP-Session: a3871a83-816b-40dc-a422-76574c90db41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004296 [ 352 ] {} TCP-Session: e825e475-9f3f-46c1-8df1-922ac85c6a36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004279 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004332 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.004485 [ 288 ] {} TCP-Session: 97deaab2-a441-4ba4-b956-8972f782049c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.004516 [ 290 ] {} TCP-Session: 35ea4db5-68ce-4da2-8d2a-f05c0a37d476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.121885 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49182 2025.11.20 17:24:22.122019 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122047 [ 351 ] {} TCP-Session: 6b7bba73-33bd-4049-8a54-a7065e146345 Authenticating user 'default' from [fd00:1122:3344:101::e]:49182 2025.11.20 17:24:22.122070 [ 351 ] {} TCP-Session: 6b7bba73-33bd-4049-8a54-a7065e146345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122084 [ 351 ] {} TCP-Session: 6b7bba73-33bd-4049-8a54-a7065e146345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122319 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56323 2025.11.20 17:24:22.122350 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64914 2025.11.20 17:24:22.122340 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61121 2025.11.20 17:24:22.122392 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35529 2025.11.20 17:24:22.122409 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34123 2025.11.20 17:24:22.122437 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122438 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122459 [ 351 ] {} TCP-Session: 6b7bba73-33bd-4049-8a54-a7065e146345 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:22.122485 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122493 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122479 [ 288 ] {} TCP-Session: 910bc99b-9589-4d61-9714-cd4acad78c6c Authenticating user 'default' from [fd00:1122:3344:101::e]:64914 2025.11.20 17:24:22.122524 [ 289 ] {} TCP-Session: f884d87d-655a-4a4a-8efe-93b71811ca2e Authenticating user 'default' from [fd00:1122:3344:101::e]:35529 2025.11.20 17:24:22.122534 [ 350 ] {} TCP-Session: b5406468-525e-4707-959a-a9aa990690c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34123 2025.11.20 17:24:22.122557 [ 288 ] {} TCP-Session: 910bc99b-9589-4d61-9714-cd4acad78c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122566 [ 289 ] {} TCP-Session: f884d87d-655a-4a4a-8efe-93b71811ca2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122576 [ 350 ] {} TCP-Session: b5406468-525e-4707-959a-a9aa990690c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122581 [ 288 ] {} TCP-Session: 910bc99b-9589-4d61-9714-cd4acad78c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122589 [ 289 ] {} TCP-Session: f884d87d-655a-4a4a-8efe-93b71811ca2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122597 [ 350 ] {} TCP-Session: b5406468-525e-4707-959a-a9aa990690c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122473 [ 352 ] {} TCP-Session: 236557c8-689b-4eef-bfb8-b39aeb5ddc01 Authenticating user 'default' from [fd00:1122:3344:101::e]:56323 2025.11.20 17:24:22.122649 [ 351 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} executeQuery: (from [fd00:1122:3344:101::e]:49182) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:24:22.122668 [ 352 ] {} TCP-Session: 236557c8-689b-4eef-bfb8-b39aeb5ddc01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122340 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42450 2025.11.20 17:24:22.122701 [ 352 ] {} TCP-Session: 236557c8-689b-4eef-bfb8-b39aeb5ddc01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122485 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122401 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32783 2025.11.20 17:24:22.122798 [ 354 ] {} TCP-Session: 643a5d02-c0ec-4e47-96f1-05e34b0263fd Authenticating user 'default' from [fd00:1122:3344:101::e]:61121 2025.11.20 17:24:22.122816 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122325 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37238 2025.11.20 17:24:22.122856 [ 286 ] {} TCP-Session: a8b54f97-6c47-450b-9866-adad96516363 Authenticating user 'default' from [fd00:1122:3344:101::e]:42450 2025.11.20 17:24:22.122858 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.122885 [ 286 ] {} TCP-Session: a8b54f97-6c47-450b-9866-adad96516363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122903 [ 290 ] {} TCP-Session: 1fa1b0a7-d4a4-47f1-b645-cd9995409d81 Authenticating user 'default' from [fd00:1122:3344:101::e]:32783 2025.11.20 17:24:22.122915 [ 286 ] {} TCP-Session: a8b54f97-6c47-450b-9866-adad96516363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122839 [ 354 ] {} TCP-Session: 643a5d02-c0ec-4e47-96f1-05e34b0263fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122943 [ 290 ] {} TCP-Session: 1fa1b0a7-d4a4-47f1-b645-cd9995409d81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122953 [ 351 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:24:22.122968 [ 354 ] {} TCP-Session: 643a5d02-c0ec-4e47-96f1-05e34b0263fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.122982 [ 290 ] {} TCP-Session: 1fa1b0a7-d4a4-47f1-b645-cd9995409d81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.123031 [ 351 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:24:22.122906 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:24:22.123081 [ 353 ] {} TCP-Session: b7d53c2c-6b9b-4e41-85a6-272b3d92677c Authenticating user 'default' from [fd00:1122:3344:101::e]:37238 2025.11.20 17:24:22.123097 [ 353 ] {} TCP-Session: b7d53c2c-6b9b-4e41-85a6-272b3d92677c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.123111 [ 353 ] {} TCP-Session: b7d53c2c-6b9b-4e41-85a6-272b3d92677c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.123343 [ 351 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:24:22.124267 [ 317 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} AggregatingTransform: Aggregating 2025.11.20 17:24:22.124321 [ 317 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} Aggregator: Aggregation method: without_key 2025.11.20 17:24:22.124360 [ 317 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000912147 sec. (1096.315 rows/sec., 42.82 KiB/sec.) 2025.11.20 17:24:22.124381 [ 317 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} Aggregator: Merging aggregated data 2025.11.20 17:24:22.125752 [ 351 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} executeQuery: Read 1 rows, 40.00 B in 0.003159 sec., 316.5558721114277 rows/sec., 12.37 KiB/sec. 2025.11.20 17:24:22.125922 [ 351 ] {2af9b775-4a87-4829-a0a1-404ca63ab1d7} TCPHandler: Processed in 0.003601578 sec. 2025.11.20 17:24:22.126016 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126046 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126064 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126083 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126097 [ 352 ] {} TCP-Session: 236557c8-689b-4eef-bfb8-b39aeb5ddc01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126119 [ 290 ] {} TCP-Session: 1fa1b0a7-d4a4-47f1-b645-cd9995409d81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126141 [ 289 ] {} TCP-Session: f884d87d-655a-4a4a-8efe-93b71811ca2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126143 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126163 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126186 [ 354 ] {} TCP-Session: 643a5d02-c0ec-4e47-96f1-05e34b0263fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126202 [ 350 ] {} TCP-Session: b5406468-525e-4707-959a-a9aa990690c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126205 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126116 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126251 [ 288 ] {} TCP-Session: 910bc99b-9589-4d61-9714-cd4acad78c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126114 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:24:22.126278 [ 286 ] {} TCP-Session: a8b54f97-6c47-450b-9866-adad96516363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126047 [ 351 ] {} TCP-Session: 6b7bba73-33bd-4049-8a54-a7065e146345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.126316 [ 353 ] {} TCP-Session: b7d53c2c-6b9b-4e41-85a6-272b3d92677c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:24:22.310438 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:22.310618 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:22.310684 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:22.311338 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:22.311388 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:22.311821 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:24:22.312101 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:22.312264 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} executeQuery: Read 56 rows, 4.41 KiB in 0.001697 sec., 32999.410724808484 rows/sec., 2.54 MiB/sec. 2025.11.20 17:24:22.312309 [ 260 ] {47a436bc-e1d5-4075-b5c0-a8814be92e7c} TCPHandler: Processed in 0.002004848 sec. 2025.11.20 17:24:22.312434 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:22.312531 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:22.312573 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:22.313011 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:22.313049 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:22.313431 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:24:22.313705 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:22.313868 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} executeQuery: Read 64 rows, 5.12 KiB in 0.001355 sec., 47232.47232472325 rows/sec., 3.69 MiB/sec. 2025.11.20 17:24:22.313915 [ 260 ] {590ff1a8-0636-4ca3-a1ae-912267746684} TCPHandler: Processed in 0.001531529 sec. 2025.11.20 17:24:22.314065 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:22.314274 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:22.314380 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:22.314910 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:22.314949 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:22.315346 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:24:22.315576 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:22.315721 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} executeQuery: Read 160 rows, 11.41 KiB in 0.00147 sec., 108843.53741496599 rows/sec., 7.58 MiB/sec. 2025.11.20 17:24:22.315759 [ 260 ] {016f613e-3ede-4b77-a2b1-0c15b0c6bdb8} TCPHandler: Processed in 0.001758663 sec. 2025.11.20 17:24:22.315874 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:22.315968 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:22.316011 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:22.316356 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:22.316392 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:22.316695 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:24:22.316902 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:22.317034 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} executeQuery: Read 60 rows, 4.14 KiB in 0.001085 sec., 55299.53917050691 rows/sec., 3.73 MiB/sec. 2025.11.20 17:24:22.317070 [ 260 ] {f19e9f0d-8032-4de6-af9d-52f2de5de231} TCPHandler: Processed in 0.001245424 sec. 2025.11.20 17:24:23.664530 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 27296 2025.11.20 17:24:23.665063 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:23.665101 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:23.665584 [ 245 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:24:23.665803 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:23.665933 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27296 2025.11.20 17:24:25.057696 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.11.20 17:24:25.072726 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:25.072779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:25.078054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:24:25.078745 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:25.081415 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.11.20 17:24:26.252427 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1584 2025.11.20 17:24:26.254904 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:26.254955 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:26.256196 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:24:26.256458 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:26.256765 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1584 2025.11.20 17:24:27.324050 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.324248 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.324328 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:24:27.325158 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.325208 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.325623 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:24:27.325859 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.326015 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} executeQuery: Read 410 rows, 26.63 KiB in 0.001821 sec., 225151.01592531576 rows/sec., 14.28 MiB/sec. 2025.11.20 17:24:27.326021 [ 55 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.11.20 17:24:27.326061 [ 260 ] {154b78e2-f775-4d7a-820b-31e410953ef3} TCPHandler: Processed in 0.00215028 sec. 2025.11.20 17:24:27.326097 [ 55 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.326124 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.326186 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.326246 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.11.20 17:24:27.326296 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:27.326345 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:27.326397 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:27.326437 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 434 rows starting from the beginning of the part 2025.11.20 17:24:27.326503 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 410 rows starting from the beginning of the part 2025.11.20 17:24:27.326551 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 410 rows starting from the beginning of the part 2025.11.20 17:24:27.326601 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 410 rows starting from the beginning of the part 2025.11.20 17:24:27.326642 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 410 rows starting from the beginning of the part 2025.11.20 17:24:27.326685 [ 197 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 410 rows starting from the beginning of the part 2025.11.20 17:24:27.327386 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.327428 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.327866 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:24:27.327895 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001704003 sec., 1457743.9124226894 rows/sec., 98.31 MiB/sec. 2025.11.20 17:24:27.328080 [ 189 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.11.20 17:24:27.328101 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.328245 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} executeQuery: Read 1193 rows, 97.61 KiB in 0.001968 sec., 606199.1869918698 rows/sec., 48.43 MiB/sec. 2025.11.20 17:24:27.328288 [ 260 ] {122171d8-ca3b-4afa-a6f1-dc373ce9a93a} TCPHandler: Processed in 0.00215232 sec. 2025.11.20 17:24:27.328358 [ 189 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.328405 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.328433 [ 189 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_40_8} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.11.20 17:24:27.328508 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.11.20 17:24:27.328507 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.328562 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:24:27.329084 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.329122 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.329455 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:24:27.329643 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.329767 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} executeQuery: Read 245 rows, 15.32 KiB in 0.001312 sec., 186737.80487804877 rows/sec., 11.41 MiB/sec. 2025.11.20 17:24:27.329805 [ 260 ] {0ad24f6e-b738-4713-965b-6024b9968053} TCPHandler: Processed in 0.001485688 sec. 2025.11.20 17:24:27.329909 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.329997 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.330035 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:24:27.330613 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.330649 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.330962 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:24:27.331161 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.331277 [ 55 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.11.20 17:24:27.331294 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} executeQuery: Read 213 rows, 14.07 KiB in 0.001264 sec., 168512.65822784812 rows/sec., 10.87 MiB/sec. 2025.11.20 17:24:27.331328 [ 55 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.331348 [ 260 ] {2d42e9ce-f0bf-4561-b55f-ed53f2d4cb57} TCPHandler: Processed in 0.001444797 sec. 2025.11.20 17:24:27.331352 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.331451 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.11.20 17:24:27.331457 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.331561 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:27.331576 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.331601 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 465 rows starting from the beginning of the part 2025.11.20 17:24:27.331623 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:24:27.331667 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 212 rows starting from the beginning of the part 2025.11.20 17:24:27.331723 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 212 rows starting from the beginning of the part 2025.11.20 17:24:27.331770 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 440 rows starting from the beginning of the part 2025.11.20 17:24:27.331820 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 212 rows starting from the beginning of the part 2025.11.20 17:24:27.331864 [ 193 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 213 rows starting from the beginning of the part 2025.11.20 17:24:27.332154 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.332196 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.332526 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:24:27.332739 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.332850 [ 55 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.11.20 17:24:27.332870 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} executeQuery: Read 211 rows, 12.27 KiB in 0.001311 sec., 160945.84286803965 rows/sec., 9.14 MiB/sec. 2025.11.20 17:24:27.332886 [ 55 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.332895 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 1754 rows, containing 5 columns (5 merged, 0 gathered) in 0.001482128 sec., 1183433.5495989549 rows/sec., 82.12 MiB/sec. 2025.11.20 17:24:27.332917 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.332918 [ 260 ] {428df8c6-731b-460a-a7a0-f41b05f7e641} TCPHandler: Processed in 0.001510498 sec. 2025.11.20 17:24:27.333007 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.11.20 17:24:27.333057 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.333104 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:27.333115 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.11.20 17:24:27.333136 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 223 rows starting from the beginning of the part 2025.11.20 17:24:27.333157 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:27.333193 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 211 rows starting from the beginning of the part 2025.11.20 17:24:27.333203 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:27.333247 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 211 rows starting from the beginning of the part 2025.11.20 17:24:27.333300 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 211 rows starting from the beginning of the part 2025.11.20 17:24:27.333343 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 211 rows starting from the beginning of the part 2025.11.20 17:24:27.333385 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 211 rows starting from the beginning of the part 2025.11.20 17:24:27.333504 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.333605 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_50_10} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.11.20 17:24:27.333723 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.11.20 17:24:27.334031 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.334073 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.334254 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001278564 sec., 999558.880118633 rows/sec., 60.76 MiB/sec. 2025.11.20 17:24:27.334423 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.11.20 17:24:27.334434 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:24:27.334737 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.334762 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.334846 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_40_8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.11.20 17:24:27.334873 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} executeQuery: Read 719 rows, 51.67 KiB in 0.001733 sec., 414887.4783612233 rows/sec., 29.12 MiB/sec. 2025.11.20 17:24:27.334917 [ 260 ] {75959742-58fa-4734-a657-3f995d3b9e66} TCPHandler: Processed in 0.001909576 sec. 2025.11.20 17:24:27.334923 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:24:27.335031 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.335132 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:24:27.335173 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:24:27.335515 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.335552 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.335857 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.11.20 17:24:27.336052 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.336182 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2025.11.20 17:24:27.336220 [ 260 ] {e871e1e6-9274-4202-9b08-402a6d7fc881} TCPHandler: Processed in 0.001237583 sec. 2025.11.20 17:24:27.336320 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.336414 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.336458 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:27.336926 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.336962 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.337297 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:24:27.337501 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.337628 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} executeQuery: Read 314 rows, 21.12 KiB in 0.001233 sec., 254663.42254663425 rows/sec., 16.73 MiB/sec. 2025.11.20 17:24:27.337670 [ 260 ] {1df082ec-31c9-49a1-977d-4ecc58dcc60a} TCPHandler: Processed in 0.001398746 sec. 2025.11.20 17:24:27.337778 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.337872 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.337921 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:24:27.338233 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.338268 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.338568 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:24:27.338804 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.338918 [ 55 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_34_7 to all_39_39_0 2025.11.20 17:24:27.338934 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} executeQuery: Read 2 rows, 134.00 B in 0.001081 sec., 1850.1387604070308 rows/sec., 121.05 KiB/sec. 2025.11.20 17:24:27.338955 [ 55 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.338981 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.338987 [ 260 ] {5627b4e5-0761-432a-a31f-9ac91b914255} TCPHandler: Processed in 0.001257104 sec. 2025.11.20 17:24:27.339063 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_34_7 to all_39_39_0 into Compact with storage Full 2025.11.20 17:24:27.339104 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.339188 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:27.339205 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.339226 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_34_7, total 35 rows starting from the beginning of the part 2025.11.20 17:24:27.339264 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} 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.11.20 17:24:27.339296 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part 2025.11.20 17:24:27.339347 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part 2025.11.20 17:24:27.339385 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part 2025.11.20 17:24:27.339422 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part 2025.11.20 17:24:27.339459 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 2 rows starting from the beginning of the part 2025.11.20 17:24:27.340169 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.340212 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.340247 [ 190 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 4 columns (4 merged, 0 gathered) in 0.001222023 sec., 33550.923345959935 rows/sec., 2.20 MiB/sec. 2025.11.20 17:24:27.340401 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} MergedBlockOutputStream: filled checksums all_1_39_8 (state Temporary) 2025.11.20 17:24:27.340708 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_39_8 to all_1_39_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.340778 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_39_8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_34_7, all_39_39_0] -> all_1_39_8 2025.11.20 17:24:27.340819 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:24:27.340855 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.11.20 17:24:27.341051 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.341194 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} executeQuery: Read 40 rows, 73.40 KiB in 0.002008 sec., 19920.318725099605 rows/sec., 35.70 MiB/sec. 2025.11.20 17:24:27.341249 [ 260 ] {4de0ebc4-4067-4dcb-8bd9-16d25852678d} TCPHandler: Processed in 0.002192951 sec. 2025.11.20 17:24:27.341357 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:27.341455 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:27.341500 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:27.341845 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:27.341881 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:27.342184 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:24:27.342386 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:27.342509 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} executeQuery: Read 104 rows, 6.53 KiB in 0.001076 sec., 96654.2750929368 rows/sec., 5.92 MiB/sec. 2025.11.20 17:24:27.342545 [ 260 ] {69997b65-28b5-428b-bb22-39416f9128a9} TCPHandler: Processed in 0.001236593 sec. 2025.11.20 17:24:31.016748 [ 51 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:24:31.016821 [ 51 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:24:31.166117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 27808 2025.11.20 17:24:31.166638 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:31.166673 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:31.167145 [ 245 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:24:31.167369 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:31.167499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27808 2025.11.20 17:24:32.310468 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:32.310657 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:32.310725 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:32.311474 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:32.311514 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:32.311901 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:24:32.312151 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:32.312308 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} executeQuery: Read 56 rows, 4.41 KiB in 0.001703 sec., 32883.14738696418 rows/sec., 2.53 MiB/sec. 2025.11.20 17:24:32.312350 [ 260 ] {22747ba5-05ca-4c35-989c-adff079550c9} TCPHandler: Processed in 0.002012578 sec. 2025.11.20 17:24:32.312463 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:32.312559 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:32.312599 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:32.313016 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:32.313053 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:32.313380 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:24:32.313582 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:32.313712 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} executeQuery: Read 64 rows, 5.12 KiB in 0.001171 sec., 54654.14175918019 rows/sec., 4.27 MiB/sec. 2025.11.20 17:24:32.313749 [ 260 ] {6e27d2b3-a8dd-4e8c-8a3a-f79fa1bcb422} TCPHandler: Processed in 0.001335306 sec. 2025.11.20 17:24:32.313856 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:32.313951 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:32.313993 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:32.314399 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:32.314435 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:32.314758 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:24:32.314961 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:32.315092 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.11.20 17:24:32.315129 [ 260 ] {670ae0e5-a03e-4e5d-a401-62aea6a77420} TCPHandler: Processed in 0.001321294 sec. 2025.11.20 17:24:32.315249 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:32.315344 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:32.315386 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:32.315738 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:32.315773 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:32.316073 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:24:32.316269 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:32.316397 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.11.20 17:24:32.316434 [ 260 ] {ad5343c3-38b0-4199-91b2-b36fb0752e60} TCPHandler: Processed in 0.001233933 sec. 2025.11.20 17:24:32.581521 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.11.20 17:24:32.597649 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:32.597713 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:32.603940 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:24:32.604613 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:32.607507 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.11.20 17:24:34.325880 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.326072 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.326142 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:24:34.326971 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.327019 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.327454 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:24:34.327672 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.327827 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} executeQuery: Read 410 rows, 26.63 KiB in 0.001807 sec., 226895.40675152186 rows/sec., 14.39 MiB/sec. 2025.11.20 17:24:34.327870 [ 260 ] {beb31c2c-0397-4e31-a832-ccf298ff6005} TCPHandler: Processed in 0.00212742 sec. 2025.11.20 17:24:34.327984 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.328079 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:24:34.328121 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:24:34.328517 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.328554 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.328843 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.11.20 17:24:34.329053 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.329180 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} executeQuery: Read 12 rows, 1002.00 B in 0.00112 sec., 10714.285714285716 rows/sec., 873.67 KiB/sec. 2025.11.20 17:24:34.329217 [ 260 ] {8a8b42cd-cd8c-4715-b361-ba8090f42c09} TCPHandler: Processed in 0.001281854 sec. 2025.11.20 17:24:34.329327 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.329420 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:34.329458 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:34.330976 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.331012 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.331452 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:24:34.331661 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.331791 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} executeQuery: Read 2338 rows, 194.51 KiB in 0.002389 sec., 978652.1557136877 rows/sec., 79.51 MiB/sec. 2025.11.20 17:24:34.331830 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:24:34.331827 [ 45 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.11.20 17:24:34.331845 [ 260 ] {401547f7-c2ea-4aa9-a2f7-c239d1cee328} TCPHandler: Processed in 0.002568569 sec. 2025.11.20 17:24:34.331900 [ 45 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.331933 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.331981 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.332079 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.332087 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.11.20 17:24:34.332119 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:24:34.332295 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:34.332357 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 2463 rows starting from the beginning of the part 2025.11.20 17:24:34.332466 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:24:34.332546 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:34.332621 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 1193 rows starting from the beginning of the part 2025.11.20 17:24:34.332680 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:34.332720 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 2338 rows starting from the beginning of the part 2025.11.20 17:24:34.332757 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.332798 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.333152 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:24:34.333379 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.333512 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} executeQuery: Read 257 rows, 16.16 KiB in 0.00145 sec., 177241.37931034484 rows/sec., 10.88 MiB/sec. 2025.11.20 17:24:34.333550 [ 260 ] {d0ddae53-04c9-451c-83db-9c311ccd8120} TCPHandler: Processed in 0.001618291 sec. 2025.11.20 17:24:34.333653 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.333747 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.333786 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:24:34.334325 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.334361 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.334700 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:24:34.334918 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.335050 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} executeQuery: Read 440 rows, 29.81 KiB in 0.001322 sec., 332829.0468986384 rows/sec., 22.02 MiB/sec. 2025.11.20 17:24:34.335089 [ 260 ] {7563b642-e3bd-452e-b3e4-d229a1f9f149} TCPHandler: Processed in 0.001484668 sec. 2025.11.20 17:24:34.335201 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.335308 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.335316 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 7298 rows, containing 5 columns (5 merged, 0 gathered) in 0.003311653 sec., 2203733.3017680296 rows/sec., 186.76 MiB/sec. 2025.11.20 17:24:34.335349 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:24:34.335596 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.11.20 17:24:34.335820 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.335855 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.335893 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.335983 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_91_18} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.11.20 17:24:34.336072 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2025.11.20 17:24:34.336158 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:24:34.336374 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.336502 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} executeQuery: Read 211 rows, 12.27 KiB in 0.001225 sec., 172244.89795918367 rows/sec., 9.78 MiB/sec. 2025.11.20 17:24:34.336539 [ 260 ] {75f313d6-e8fd-47af-b123-ec9c754d662c} TCPHandler: Processed in 0.001386926 sec. 2025.11.20 17:24:34.336701 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.336795 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:34.336834 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:34.337683 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.337719 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.338065 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:24:34.338265 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.338389 [ 45 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.11.20 17:24:34.338402 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} executeQuery: Read 1187 rows, 86.94 KiB in 0.001625 sec., 730461.5384615385 rows/sec., 52.25 MiB/sec. 2025.11.20 17:24:34.338428 [ 45 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.338452 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.338452 [ 260 ] {6162c11e-7edd-4dc3-8991-9adfd0c5186e} TCPHandler: Processed in 0.001798724 sec. 2025.11.20 17:24:34.338535 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.11.20 17:24:34.338581 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.338659 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:34.338679 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:24:34.338696 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1249 rows starting from the beginning of the part 2025.11.20 17:24:34.338725 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:24:34.338767 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 719 rows starting from the beginning of the part 2025.11.20 17:24:34.338817 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:34.338857 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 719 rows starting from the beginning of the part 2025.11.20 17:24:34.338896 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:34.338933 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 1187 rows starting from the beginning of the part 2025.11.20 17:24:34.339050 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.339092 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.339423 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.11.20 17:24:34.339656 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.339794 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} executeQuery: Read 6 rows, 321.00 B in 0.001133 sec., 5295.675198587821 rows/sec., 276.68 KiB/sec. 2025.11.20 17:24:34.339831 [ 260 ] {3fc26c81-2eef-4711-8921-ec602e1a53b4} TCPHandler: Processed in 0.001299614 sec. 2025.11.20 17:24:34.339941 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.340036 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.340079 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:34.340492 [ 194 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4002 rows, containing 5 columns (5 merged, 0 gathered) in 0.001991028 sec., 2010016.9359747828 rows/sec., 151.28 MiB/sec. 2025.11.20 17:24:34.340664 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.340706 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.340783 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.11.20 17:24:34.341112 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:24:34.341153 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.341262 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_91_18} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.11.20 17:24:34.341366 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.341386 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.11.20 17:24:34.341485 [ 45 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.11.20 17:24:34.341504 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} executeQuery: Read 908 rows, 61.46 KiB in 0.001486 sec., 611036.3391655451 rows/sec., 40.39 MiB/sec. 2025.11.20 17:24:34.341517 [ 45 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.341542 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.341548 [ 260 ] {29cbb7e2-00ca-4aa3-b3dc-ff5a0e888ee3} TCPHandler: Processed in 0.001655922 sec. 2025.11.20 17:24:34.341606 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.11.20 17:24:34.341663 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.341708 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:34.341739 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 28385 rows starting from the beginning of the part 2025.11.20 17:24:34.341761 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.341786 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 314 rows starting from the beginning of the part 2025.11.20 17:24:34.341808 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:24:34.341830 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part 2025.11.20 17:24:34.341869 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 314 rows starting from the beginning of the part 2025.11.20 17:24:34.341902 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part 2025.11.20 17:24:34.341940 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 908 rows starting from the beginning of the part 2025.11.20 17:24:34.342122 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.342163 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.342481 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:24:34.342687 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.342815 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2025.11.20 17:24:34.342852 [ 260 ] {1f8ed984-4930-4c83-a6ee-505f6d760170} TCPHandler: Processed in 0.001237593 sec. 2025.11.20 17:24:34.342953 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.343047 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.343101 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} 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.11.20 17:24:34.343963 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.343999 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.344593 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:24:34.344819 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.344958 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} executeQuery: Read 40 rows, 73.40 KiB in 0.001928 sec., 20746.887966804978 rows/sec., 37.18 MiB/sec. 2025.11.20 17:24:34.345010 [ 260 ] {a595226e-0962-46d5-8bfe-c01cb24a360e} TCPHandler: Processed in 0.00210511 sec. 2025.11.20 17:24:34.345116 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:34.345210 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:34.345251 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:34.345580 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.345616 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.345920 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:24:34.346121 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.346221 [ 45 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.11.20 17:24:34.346248 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} executeQuery: Read 68 rows, 4.04 KiB in 0.001056 sec., 64393.93939393939 rows/sec., 3.74 MiB/sec. 2025.11.20 17:24:34.346253 [ 45 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:34.346290 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:34.346303 [ 260 ] {074ba484-1602-406a-aabf-3939d4a7adb1} TCPHandler: Processed in 0.001235903 sec. 2025.11.20 17:24:34.346375 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.11.20 17:24:34.346496 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:34.346532 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 6220 rows starting from the beginning of the part 2025.11.20 17:24:34.346602 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 104 rows starting from the beginning of the part 2025.11.20 17:24:34.346648 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part 2025.11.20 17:24:34.346691 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 104 rows starting from the beginning of the part 2025.11.20 17:24:34.346730 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part 2025.11.20 17:24:34.346773 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 68 rows starting from the beginning of the part 2025.11.20 17:24:34.348812 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 6616 rows, containing 4 columns (4 merged, 0 gathered) in 0.002474997 sec., 2673134.553294408 rows/sec., 170.32 MiB/sec. 2025.11.20 17:24:34.349499 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.11.20 17:24:34.349514 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 30241 rows, containing 5 columns (5 merged, 0 gathered) in 0.007931679 sec., 3812685.8134324397 rows/sec., 256.45 MiB/sec. 2025.11.20 17:24:34.349805 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.349888 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_91_18} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.11.20 17:24:34.349979 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2025.11.20 17:24:34.350108 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.11.20 17:24:34.350371 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:34.350442 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_91_18} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.11.20 17:24:34.350530 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.11.20 17:24:35.001178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 335.59 MiB, peak 347.92 MiB, free memory in arenas 0.00 B, will set to 337.26 MiB (RSS), difference: 1.67 MiB 2025.11.20 17:24:36.257009 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1638 2025.11.20 17:24:36.260337 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:36.260401 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:36.261705 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:24:36.262055 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:36.262454 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1638 2025.11.20 17:24:37.306402 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:37.306572 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:37.306632 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:37.307297 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:37.307338 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:37.307714 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:24:37.307932 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:37.308083 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} executeQuery: Read 56 rows, 4.41 KiB in 0.001556 sec., 35989.71722365038 rows/sec., 2.76 MiB/sec. 2025.11.20 17:24:37.308127 [ 260 ] {bd4870a8-5139-4eec-aa2c-a3d421484938} TCPHandler: Processed in 0.001851175 sec. 2025.11.20 17:24:37.308251 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:37.308352 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:37.308392 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:37.308820 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:37.308857 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:37.309151 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:24:37.309366 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:37.309493 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. 2025.11.20 17:24:37.309531 [ 260 ] {10319f50-4387-4e23-9821-f88d589778e4} TCPHandler: Processed in 0.001328725 sec. 2025.11.20 17:24:37.309651 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:37.309746 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:37.309790 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:37.310157 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:37.310194 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:37.310529 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:24:37.310730 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:37.310855 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} executeQuery: Read 96 rows, 6.85 KiB in 0.001127 sec., 85181.89884649513 rows/sec., 5.93 MiB/sec. 2025.11.20 17:24:37.310891 [ 260 ] {3bc2f91e-4c75-4e69-b81c-7cfd968d06dd} TCPHandler: Processed in 0.001289414 sec. 2025.11.20 17:24:37.311176 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:37.311298 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:37.311348 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:37.311733 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:37.311768 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.88 GiB. 2025.11.20 17:24:37.312096 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:24:37.312299 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:37.312426 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} executeQuery: Read 36 rows, 2.48 KiB in 0.001153 sec., 31222.896790980052 rows/sec., 2.10 MiB/sec. 2025.11.20 17:24:37.312462 [ 260 ] {91ff86e9-4bfc-4d71-b541-3508b3e752ae} TCPHandler: Processed in 0.001347286 sec. 2025.11.20 17:24:38.668583 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 28256 2025.11.20 17:24:38.669100 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:38.669145 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:38.669639 [ 245 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:24:38.669868 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:38.670004 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28256 2025.11.20 17:24:40.107617 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.11.20 17:24:40.124576 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:40.124617 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:40.130631 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:24:40.131375 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:40.134500 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.11.20 17:24:42.309259 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:42.309445 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:42.309511 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:42.310174 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:42.310213 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:42.310587 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:24:42.310793 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:42.310935 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} executeQuery: Read 56 rows, 4.41 KiB in 0.001542 sec., 36316.47211413748 rows/sec., 2.79 MiB/sec. 2025.11.20 17:24:42.310975 [ 260 ] {c3507363-e8ad-4b27-a0c6-00a54a1c607f} TCPHandler: Processed in 0.001846594 sec. 2025.11.20 17:24:42.311088 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:42.311181 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:42.311219 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:42.311643 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:42.311678 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:42.311966 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:24:42.312163 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:42.312284 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} executeQuery: Read 64 rows, 5.12 KiB in 0.001121 sec., 57091.882247992864 rows/sec., 4.46 MiB/sec. 2025.11.20 17:24:42.312320 [ 260 ] {372502b6-7cda-4327-9078-94cde9db2e97} TCPHandler: Processed in 0.001279234 sec. 2025.11.20 17:24:42.312428 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:42.312521 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:42.312564 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:42.312975 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:42.313011 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:42.313327 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:24:42.313546 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:42.313672 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.11.20 17:24:42.313707 [ 260 ] {7a83ea2e-a918-4c8d-aec4-3dd8cf6a23c3} TCPHandler: Processed in 0.001326225 sec. 2025.11.20 17:24:42.313812 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:42.313903 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:42.313944 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:42.314268 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:42.314303 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:42.314589 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:24:42.314784 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:42.314906 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} executeQuery: Read 60 rows, 4.14 KiB in 0.00102 sec., 58823.5294117647 rows/sec., 3.96 MiB/sec. 2025.11.20 17:24:42.314940 [ 260 ] {b08f4841-4974-4129-8781-a820aa924c69} TCPHandler: Processed in 0.001175572 sec. 2025.11.20 17:24:46.016886 [ 30 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:24:46.016959 [ 30 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:24:46.170340 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 28768 2025.11.20 17:24:46.171022 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:46.171079 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:46.171734 [ 245 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:24:46.171962 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:46.172096 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28768 2025.11.20 17:24:46.262942 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1654 2025.11.20 17:24:46.264940 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:46.265013 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:46.266142 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:24:46.266399 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:46.266664 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1654 2025.11.20 17:24:46.706582 [ 26 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 5 parts from all_1_65_13 to all_69_69_0 2025.11.20 17:24:46.706653 [ 26 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:46.706678 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:46.706815 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_65_13 to all_69_69_0 into Compact with storage Full 2025.11.20 17:24:46.706965 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:46.707004 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 277 rows starting from the beginning of the part 2025.11.20 17:24:46.707110 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 251 rows starting from the beginning of the part 2025.11.20 17:24:46.707164 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 245 rows starting from the beginning of the part 2025.11.20 17:24:46.707210 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 245 rows starting from the beginning of the part 2025.11.20 17:24:46.707251 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 257 rows starting from the beginning of the part 2025.11.20 17:24:46.708152 [ 188 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergeTask::MergeProjectionsStage: Merge sorted 1275 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391366 sec., 916365.6435474203 rows/sec., 59.81 MiB/sec. 2025.11.20 17:24:46.708357 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} MergedBlockOutputStream: filled checksums all_1_69_14 (state Temporary) 2025.11.20 17:24:46.708652 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_69_14 to all_1_69_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:46.708733 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_69_14} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 5 parts: [all_1_65_13, all_69_69_0] -> all_1_69_14 2025.11.20 17:24:46.708845 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.11.20 17:24:47.323521 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.323712 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.323784 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:24:47.324663 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.324711 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.325111 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:24:47.325336 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.325489 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} executeQuery: Read 410 rows, 26.63 KiB in 0.001828 sec., 224288.84026258206 rows/sec., 14.23 MiB/sec. 2025.11.20 17:24:47.325531 [ 260 ] {e2dcd038-f856-4731-9182-5fc4d746fd1a} TCPHandler: Processed in 0.002149701 sec. 2025.11.20 17:24:47.325648 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.325745 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:47.325785 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:47.327086 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.327122 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.327492 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:24:47.327712 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.327839 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} executeQuery: Read 1192 rows, 97.51 KiB in 0.002113 sec., 564126.833885471 rows/sec., 45.07 MiB/sec. 2025.11.20 17:24:47.327877 [ 260 ] {737b50a9-b242-4920-b9b8-3e512792c259} TCPHandler: Processed in 0.002278883 sec. 2025.11.20 17:24:47.327988 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.328082 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.328122 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:24:47.328654 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.328689 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.328994 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:24:47.329198 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.329325 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} executeQuery: Read 245 rows, 15.32 KiB in 0.001261 sec., 194290.2458366376 rows/sec., 11.87 MiB/sec. 2025.11.20 17:24:47.329363 [ 260 ] {e0b0cd63-9302-4478-b465-8fd9a6d2eb56} TCPHandler: Processed in 0.001423837 sec. 2025.11.20 17:24:47.329466 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.329560 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.329599 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:24:47.330103 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.330140 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.330440 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:24:47.330644 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.330771 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} executeQuery: Read 212 rows, 14.00 KiB in 0.001229 sec., 172497.96582587468 rows/sec., 11.12 MiB/sec. 2025.11.20 17:24:47.330808 [ 260 ] {a002eeb0-b722-4ebc-a904-ccb8f77660aa} TCPHandler: Processed in 0.001391907 sec. 2025.11.20 17:24:47.330916 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.331009 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.331048 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:24:47.331552 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.331588 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.331887 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:24:47.332101 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.332228 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} executeQuery: Read 211 rows, 12.27 KiB in 0.001237 sec., 170573.96928051737 rows/sec., 9.69 MiB/sec. 2025.11.20 17:24:47.332266 [ 260 ] {c371209a-0345-4752-a969-cea8df6a8a11} TCPHandler: Processed in 0.001399896 sec. 2025.11.20 17:24:47.332380 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.332475 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:47.332514 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:47.333279 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.333315 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.333679 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:24:47.333890 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.334016 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} executeQuery: Read 719 rows, 51.67 KiB in 0.001559 sec., 461193.07248236047 rows/sec., 32.37 MiB/sec. 2025.11.20 17:24:47.334053 [ 260 ] {bc4b200b-11d7-4b5b-86b9-334696d43bda} TCPHandler: Processed in 0.001722242 sec. 2025.11.20 17:24:47.334165 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.334260 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:24:47.334302 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:24:47.334637 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.334673 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.334977 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.11.20 17:24:47.335181 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.335308 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} executeQuery: Read 6 rows, 321.00 B in 0.001066 sec., 5628.517823639774 rows/sec., 294.07 KiB/sec. 2025.11.20 17:24:47.335344 [ 260 ] {6123ee37-d641-40a9-b16b-d268ba825858} TCPHandler: Processed in 0.001227663 sec. 2025.11.20 17:24:47.335446 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.335540 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.335583 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:47.336033 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.336068 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.336402 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:24:47.336612 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.336739 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} executeQuery: Read 314 rows, 21.12 KiB in 0.001216 sec., 258223.6842105263 rows/sec., 16.96 MiB/sec. 2025.11.20 17:24:47.336775 [ 260 ] {eeb237eb-30f7-4f5f-9cc3-0c872bf9f4d3} TCPHandler: Processed in 0.001376916 sec. 2025.11.20 17:24:47.336872 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.336966 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.337007 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:24:47.337310 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.337346 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.337637 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:24:47.337838 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.337965 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} executeQuery: Read 1 rows, 69.00 B in 0.001017 sec., 983.2841691248772 rows/sec., 66.26 KiB/sec. 2025.11.20 17:24:47.338000 [ 260 ] {3d7b2352-bdbb-49df-8929-02a7b2c89caf} TCPHandler: Processed in 0.001175902 sec. 2025.11.20 17:24:47.338103 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.338204 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.338259 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} 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.11.20 17:24:47.339210 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.339246 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.339822 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:24:47.340035 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.340157 [ 26 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.11.20 17:24:47.340170 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} executeQuery: Read 40 rows, 73.40 KiB in 0.001985 sec., 20151.133501259446 rows/sec., 36.11 MiB/sec. 2025.11.20 17:24:47.340223 [ 26 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.340248 [ 260 ] {c2b7e588-7f5e-4e4c-a8f3-41ec67845e17} TCPHandler: Processed in 0.002192681 sec. 2025.11.20 17:24:47.340253 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.340360 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:47.340398 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:24:47.340460 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:47.340508 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:47.340663 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:47.340732 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1424 rows starting from the beginning of the part 2025.11.20 17:24:47.340852 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.340867 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 40 rows starting from the beginning of the part 2025.11.20 17:24:47.340896 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.340986 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 40 rows starting from the beginning of the part 2025.11.20 17:24:47.341100 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 40 rows starting from the beginning of the part 2025.11.20 17:24:47.341230 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 40 rows starting from the beginning of the part 2025.11.20 17:24:47.341238 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:24:47.341349 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 40 rows starting from the beginning of the part 2025.11.20 17:24:47.341473 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.341607 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} executeQuery: Read 104 rows, 6.53 KiB in 0.001166 sec., 89193.82504288165 rows/sec., 5.47 MiB/sec. 2025.11.20 17:24:47.341644 [ 260 ] {511e855d-c2c6-4142-957f-14b5d767cccb} TCPHandler: Processed in 0.001333165 sec. 2025.11.20 17:24:47.349426 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1624 rows, containing 19 columns (19 merged, 0 gathered) in 0.009092311 sec., 178612.45617313354 rows/sec., 320.07 MiB/sec. 2025.11.20 17:24:47.350962 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.11.20 17:24:47.351293 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.351369 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_41_8} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.11.20 17:24:47.351480 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.70 MiB. 2025.11.20 17:24:47.634681 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.11.20 17:24:47.651646 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:47.651690 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:47.657788 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:24:47.658495 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:47.661323 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.11.20 17:24:48.001269 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 338.67 MiB, peak 349.79 MiB, free memory in arenas 0.00 B, will set to 342.65 MiB (RSS), difference: 3.98 MiB 2025.11.20 17:24:52.309245 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:52.309441 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:52.309515 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:52.310199 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:52.310245 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:52.310630 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:24:52.310868 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:52.311025 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} executeQuery: Read 56 rows, 4.41 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.63 MiB/sec. 2025.11.20 17:24:52.311068 [ 260 ] {5aa75ee9-1f76-4279-a143-cc13fcc1d793} TCPHandler: Processed in 0.001958957 sec. 2025.11.20 17:24:52.311186 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:52.311282 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:52.311322 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:52.311725 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:52.311762 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:52.312069 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:24:52.312285 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:52.312414 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} executeQuery: Read 64 rows, 5.12 KiB in 0.001151 sec., 55603.82276281495 rows/sec., 4.34 MiB/sec. 2025.11.20 17:24:52.312453 [ 260 ] {b9486b59-8ef0-4bed-94f3-716fb518aa00} TCPHandler: Processed in 0.001316695 sec. 2025.11.20 17:24:52.312563 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:52.312658 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:52.312702 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:52.313102 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:52.313139 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:52.313463 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:24:52.313671 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:52.313802 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} executeQuery: Read 160 rows, 11.41 KiB in 0.001162 sec., 137693.63166953527 rows/sec., 9.59 MiB/sec. 2025.11.20 17:24:52.313840 [ 260 ] {07674307-0fe1-44d8-956d-33db5fa314e9} TCPHandler: Processed in 0.001325735 sec. 2025.11.20 17:24:52.313963 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:52.314085 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:52.314138 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:52.314520 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:52.314564 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:52.314938 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:24:52.315168 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:52.315302 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} executeQuery: Read 60 rows, 4.14 KiB in 0.001241 sec., 48348.106365834006 rows/sec., 3.26 MiB/sec. 2025.11.20 17:24:52.315339 [ 260 ] {7e94d751-dccb-44af-8511-8c1fc75e0266} TCPHandler: Processed in 0.001438647 sec. 2025.11.20 17:24:53.672996 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 29216 2025.11.20 17:24:53.673526 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:53.673574 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:53.674064 [ 245 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:24:53.674319 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:53.674450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29216 2025.11.20 17:24:53.674470 [ 145 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:24:53.674538 [ 145 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:53.674561 [ 145 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:53.674654 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::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.11.20 17:24:53.674733 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:53.674761 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 26848 rows starting from the beginning of the part 2025.11.20 17:24:53.674815 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 448 rows starting from the beginning of the part 2025.11.20 17:24:53.674855 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 512 rows starting from the beginning of the part 2025.11.20 17:24:53.674893 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 448 rows starting from the beginning of the part 2025.11.20 17:24:53.674931 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 512 rows starting from the beginning of the part 2025.11.20 17:24:53.674969 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 448 rows starting from the beginning of the part 2025.11.20 17:24:53.677032 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 29216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002416735 sec., 12089037.482388427 rows/sec., 172.94 MiB/sec. 2025.11.20 17:24:53.677440 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:24:53.677782 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:53.677871 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_61_12} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:24:53.677980 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.90 MiB. 2025.11.20 17:24:55.162217 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.11.20 17:24:55.179162 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:55.179222 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:55.186020 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:24:55.186762 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:55.187052 [ 141 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:24:55.187090 [ 141 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:55.187114 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:55.187255 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::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.11.20 17:24:55.189813 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.11.20 17:24:55.191097 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:55.192570 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part 2025.11.20 17:24:55.197005 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part 2025.11.20 17:24:55.201419 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 7 rows starting from the beginning of the part 2025.11.20 17:24:55.205797 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 8 rows starting from the beginning of the part 2025.11.20 17:24:55.210373 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 7 rows starting from the beginning of the part 2025.11.20 17:24:55.214369 [ 192 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 8 rows starting from the beginning of the part 2025.11.20 17:24:55.264761 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.077574976 sec., 5929.747242203465 rows/sec., 30.66 MiB/sec. 2025.11.20 17:24:55.267865 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:24:55.269844 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:55.269953 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_61_12} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:24:55.272660 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.11.20 17:24:56.267642 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1684 2025.11.20 17:24:56.269974 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:56.270028 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:56.271217 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:24:56.271470 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:56.271612 [ 156 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:24:56.271672 [ 156 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:56.271691 [ 156 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:56.271714 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1684 2025.11.20 17:24:56.271807 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:24:56.272389 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:56.272527 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1532 rows starting from the beginning of the part 2025.11.20 17:24:56.272871 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part 2025.11.20 17:24:56.273200 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2025.11.20 17:24:56.273549 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 54 rows starting from the beginning of the part 2025.11.20 17:24:56.273878 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part 2025.11.20 17:24:56.274198 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part 2025.11.20 17:24:56.280867 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1684 rows, containing 72 columns (72 merged, 0 gathered) in 0.00907641 sec., 185535.91122481244 rows/sec., 145.60 MiB/sec. 2025.11.20 17:24:56.282270 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:24:56.282754 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:56.282826 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_46_9} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:24:56.282996 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.95 MiB. 2025.11.20 17:24:57.322773 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.322945 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.323007 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:24:57.323814 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.323852 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.324246 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:24:57.324469 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.324624 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} executeQuery: Read 410 rows, 26.63 KiB in 0.001726 sec., 237543.45307068364 rows/sec., 15.07 MiB/sec. 2025.11.20 17:24:57.324667 [ 260 ] {c30ae30d-dd7f-4041-9eea-72878844362b} TCPHandler: Processed in 0.002017707 sec. 2025.11.20 17:24:57.324785 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.324882 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:24:57.324924 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:24:57.325940 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.325976 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.326341 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:24:57.326544 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.326671 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} executeQuery: Read 1192 rows, 97.51 KiB in 0.001808 sec., 659292.0353982301 rows/sec., 52.67 MiB/sec. 2025.11.20 17:24:57.326701 [ 127 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.11.20 17:24:57.326709 [ 260 ] {253eb37a-6b7f-4bca-ac89-157a0152a2b6} TCPHandler: Processed in 0.001972067 sec. 2025.11.20 17:24:57.326782 [ 127 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.326811 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.326877 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.326925 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.11.20 17:24:57.326975 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.327020 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:24:57.327065 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:57.327105 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 2463 rows starting from the beginning of the part 2025.11.20 17:24:57.327172 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:57.327219 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:57.327262 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:24:57.327302 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part 2025.11.20 17:24:57.327342 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:24:57.327510 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.327551 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.327888 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:24:57.328113 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.328250 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} executeQuery: Read 245 rows, 15.32 KiB in 0.001293 sec., 189481.82521268367 rows/sec., 11.57 MiB/sec. 2025.11.20 17:24:57.328289 [ 260 ] {e99d845d-2295-4be9-812b-6b73aeac4f64} TCPHandler: Processed in 0.001460557 sec. 2025.11.20 17:24:57.328402 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.328496 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.328535 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:24:57.329002 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.329037 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.329316 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 5015 rows, containing 5 columns (5 merged, 0 gathered) in 0.002443285 sec., 2052564.4777420564 rows/sec., 173.54 MiB/sec. 2025.11.20 17:24:57.329346 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:24:57.329556 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.329572 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.11.20 17:24:57.329689 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} executeQuery: Read 212 rows, 14.00 KiB in 0.001212 sec., 174917.49174917492 rows/sec., 11.28 MiB/sec. 2025.11.20 17:24:57.329733 [ 260 ] {4ec0e909-15dc-4397-b127-f68ed78c8e2f} TCPHandler: Processed in 0.001379035 sec. 2025.11.20 17:24:57.329848 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.329858 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.329929 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_96_19} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.11.20 17:24:57.329987 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.330007 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. 2025.11.20 17:24:57.330041 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:24:57.330572 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.330608 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.330931 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:24:57.331150 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.331284 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} executeQuery: Read 211 rows, 12.27 KiB in 0.001321 sec., 159727.47918243756 rows/sec., 9.07 MiB/sec. 2025.11.20 17:24:57.331327 [ 260 ] {8563fe1e-166d-4875-8a7a-da1a62ea9844} TCPHandler: Processed in 0.001530618 sec. 2025.11.20 17:24:57.331428 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.331524 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:24:57.331566 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:24:57.332241 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.332279 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.332624 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:24:57.332831 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.332954 [ 127 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.11.20 17:24:57.332964 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} executeQuery: Read 719 rows, 51.67 KiB in 0.001458 sec., 493141.2894375857 rows/sec., 34.61 MiB/sec. 2025.11.20 17:24:57.333024 [ 127 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.333035 [ 260 ] {222b3589-6677-4c8e-92d8-8976acd18078} TCPHandler: Processed in 0.001655672 sec. 2025.11.20 17:24:57.333065 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.333162 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.333161 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.11.20 17:24:57.333264 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:24:57.333305 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:57.333312 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:24:57.333361 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1249 rows starting from the beginning of the part 2025.11.20 17:24:57.333459 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:57.333533 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:57.333603 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 719 rows starting from the beginning of the part 2025.11.20 17:24:57.333669 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 64 rows starting from the beginning of the part 2025.11.20 17:24:57.333671 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.333726 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.333738 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 719 rows starting from the beginning of the part 2025.11.20 17:24:57.334056 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.11.20 17:24:57.334318 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.334430 [ 127 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 2025.11.20 17:24:57.334456 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} executeQuery: Read 6 rows, 321.00 B in 0.001211 sec., 4954.58298926507 rows/sec., 258.86 KiB/sec. 2025.11.20 17:24:57.334461 [ 127 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.334498 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.334501 [ 260 ] {feee5249-c691-4578-945a-69daf3f89412} TCPHandler: Processed in 0.001389866 sec. 2025.11.20 17:24:57.334589 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full 2025.11.20 17:24:57.334615 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.334702 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:57.334717 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.334742 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 210 rows starting from the beginning of the part 2025.11.20 17:24:57.334766 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:24:57.334807 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:57.334859 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:57.334904 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:57.334947 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:57.334989 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part 2025.11.20 17:24:57.335101 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 2879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001978767 sec., 1454946.4388682446 rows/sec., 109.67 MiB/sec. 2025.11.20 17:24:57.335207 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.335250 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.335380 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.11.20 17:24:57.335729 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergeTask::MergeProjectionsStage: Merge sorted 240 rows, containing 4 columns (4 merged, 0 gathered) in 0.001181922 sec., 203059.085117292 rows/sec., 10.36 MiB/sec. 2025.11.20 17:24:57.335736 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.335787 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:24:57.335854 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) 2025.11.20 17:24:57.335862 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_96_19} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.11.20 17:24:57.336001 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.11.20 17:24:57.336075 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.336141 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.336208 [ 127 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.11.20 17:24:57.336209 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_40_8} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 2025.11.20 17:24:57.336225 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} executeQuery: Read 314 rows, 21.12 KiB in 0.001526 sec., 205766.7103538663 rows/sec., 13.52 MiB/sec. 2025.11.20 17:24:57.336240 [ 127 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.336295 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.11.20 17:24:57.336300 [ 260 ] {806c097e-3ef6-4cc0-93a7-e6f42416384b} TCPHandler: Processed in 0.001733283 sec. 2025.11.20 17:24:57.336301 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.336406 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.11.20 17:24:57.336453 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.336492 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:57.336521 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 30241 rows starting from the beginning of the part 2025.11.20 17:24:57.336565 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 96 rows starting from the beginning of the part 2025.11.20 17:24:57.336575 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.336601 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2025.11.20 17:24:57.336631 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:24:57.336641 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 314 rows starting from the beginning of the part 2025.11.20 17:24:57.336684 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part 2025.11.20 17:24:57.336715 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 314 rows starting from the beginning of the part 2025.11.20 17:24:57.337007 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.337055 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.337415 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:24:57.337621 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.337754 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} executeQuery: Read 1 rows, 69.00 B in 0.001204 sec., 830.5647840531561 rows/sec., 55.97 KiB/sec. 2025.11.20 17:24:57.337791 [ 260 ] {3ba6c66b-9767-4236-a793-852fc3b3a953} TCPHandler: Processed in 0.001399456 sec. 2025.11.20 17:24:57.337888 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.337983 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.338038 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} 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.11.20 17:24:57.338912 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.338948 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.339529 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:24:57.339744 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.339876 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} executeQuery: Read 40 rows, 73.40 KiB in 0.00195 sec., 20512.820512820515 rows/sec., 36.76 MiB/sec. 2025.11.20 17:24:57.339928 [ 260 ] {593db148-55fe-4b96-8685-6b95955cbcf0} TCPHandler: Processed in 0.00212956 sec. 2025.11.20 17:24:57.340064 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:24:57.340153 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:24:57.340192 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:24:57.340599 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.340635 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.340955 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:24:57.341166 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.341298 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} executeQuery: Read 104 rows, 6.53 KiB in 0.001105 sec., 94117.64705882352 rows/sec., 5.77 MiB/sec. 2025.11.20 17:24:57.341300 [ 171 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.11.20 17:24:57.341336 [ 260 ] {19f41828-1b98-47f3-aeba-80b22c66225a} TCPHandler: Processed in 0.001268903 sec. 2025.11.20 17:24:57.341361 [ 171 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:24:57.341388 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:24:57.341490 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.11.20 17:24:57.341614 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:24:57.341650 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6616 rows starting from the beginning of the part 2025.11.20 17:24:57.341718 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 36 rows starting from the beginning of the part 2025.11.20 17:24:57.341768 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2025.11.20 17:24:57.341812 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 104 rows starting from the beginning of the part 2025.11.20 17:24:57.341853 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part 2025.11.20 17:24:57.341894 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 104 rows starting from the beginning of the part 2025.11.20 17:24:57.343609 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 31285 rows, containing 5 columns (5 merged, 0 gathered) in 0.007229546 sec., 4327381.000134725 rows/sec., 291.07 MiB/sec. 2025.11.20 17:24:57.344230 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.11.20 17:24:57.344244 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 6980 rows, containing 4 columns (4 merged, 0 gathered) in 0.002794143 sec., 2498082.596345284 rows/sec., 159.19 MiB/sec. 2025.11.20 17:24:57.344515 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.344588 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_96_19} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.11.20 17:24:57.344665 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.11.20 17:24:57.344683 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.11.20 17:24:57.344938 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:24:57.345004 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_96_19} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.11.20 17:24:57.345062 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.11.20 17:24:58.000214 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 345.18 MiB, peak 357.19 MiB, free memory in arenas 0.00 B, will set to 346.50 MiB (RSS), difference: 1.32 MiB 2025.11.20 17:25:01.016992 [ 153 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:25:01.017038 [ 153 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:25:01.174636 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 29728 2025.11.20 17:25:01.175166 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:01.175216 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:01.175708 [ 245 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:25:01.175941 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:01.176092 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29728 2025.11.20 17:25:02.309375 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:02.309546 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:02.309609 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:02.310240 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:02.310277 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:02.310680 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:25:02.310908 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:02.311061 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} executeQuery: Read 56 rows, 4.41 KiB in 0.001562 sec., 35851.472471190784 rows/sec., 2.75 MiB/sec. 2025.11.20 17:25:02.311103 [ 260 ] {9679360e-93fe-491e-a9a3-fb233a1e4f41} TCPHandler: Processed in 0.001854855 sec. 2025.11.20 17:25:02.311221 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:02.311316 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:02.311355 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:02.311776 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:02.311810 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:02.312120 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:25:02.312323 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:02.312452 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} executeQuery: Read 64 rows, 5.12 KiB in 0.001154 sec., 55459.27209705372 rows/sec., 4.33 MiB/sec. 2025.11.20 17:25:02.312491 [ 260 ] {3169bce7-b9a7-4ed0-a6e2-322f5746efaa} TCPHandler: Processed in 0.001318885 sec. 2025.11.20 17:25:02.312603 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:02.312698 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:02.312743 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:02.313150 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:02.313185 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:02.313514 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:25:02.313719 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:02.313848 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2025.11.20 17:25:02.313883 [ 260 ] {688c7d7b-ac47-4e48-8072-9e353eb867e4} TCPHandler: Processed in 0.001328585 sec. 2025.11.20 17:25:02.313982 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:02.314081 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:02.314123 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:02.314452 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:02.314486 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:02.314783 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:25:02.314995 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:02.315120 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} executeQuery: Read 60 rows, 4.14 KiB in 0.001058 sec., 56710.77504725898 rows/sec., 3.82 MiB/sec. 2025.11.20 17:25:02.315156 [ 260 ] {06740d81-68b2-4984-b8af-0e0d99c3e2c7} TCPHandler: Processed in 0.001222263 sec. 2025.11.20 17:25:02.689959 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.11.20 17:25:02.705301 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:02.705356 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:02.710642 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:25:02.711332 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:02.714053 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.11.20 17:25:05.303238 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.303434 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.303507 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:25:05.304126 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.304176 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.304562 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:25:05.304786 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.304941 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} executeQuery: Read 24 rows, 2.04 KiB in 0.001559 sec., 15394.483643361129 rows/sec., 1.28 MiB/sec. 2025.11.20 17:25:05.304984 [ 260 ] {b11d6942-fe41-4bf3-b613-724031d7e345} TCPHandler: Processed in 0.001884625 sec. 2025.11.20 17:25:05.305099 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.305193 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:25:05.305235 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:25:05.305628 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.305666 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.305956 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.11.20 17:25:05.306159 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.306291 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} executeQuery: Read 6 rows, 501.00 B in 0.001116 sec., 5376.344086021505 rows/sec., 438.40 KiB/sec. 2025.11.20 17:25:05.306330 [ 260 ] {db7bbc35-59ba-4390-8aef-19bc39aff387} TCPHandler: Processed in 0.001279144 sec. 2025.11.20 17:25:05.306436 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.306528 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:05.306568 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:05.307532 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.307569 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.307963 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:25:05.308180 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.308318 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} executeQuery: Read 1399 rows, 120.32 KiB in 0.001807 sec., 774211.4001106807 rows/sec., 65.02 MiB/sec. 2025.11.20 17:25:05.308357 [ 260 ] {875a0471-a21a-4653-b4d8-74dc6758b95e} TCPHandler: Processed in 0.001968187 sec. 2025.11.20 17:25:05.308471 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.308565 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.308607 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:25:05.309019 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.309055 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.309351 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:25:05.309552 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.309684 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} executeQuery: Read 58 rows, 4.39 KiB in 0.001137 sec., 51011.433597185576 rows/sec., 3.77 MiB/sec. 2025.11.20 17:25:05.309722 [ 260 ] {266ca3bb-bfde-4782-8a46-82b843899acc} TCPHandler: Processed in 0.001300514 sec. 2025.11.20 17:25:05.309829 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.309931 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.309972 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:25:05.310452 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.310492 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.310812 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:25:05.311025 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.311158 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} executeQuery: Read 252 rows, 17.85 KiB in 0.001243 sec., 202735.31777956558 rows/sec., 14.02 MiB/sec. 2025.11.20 17:25:05.311199 [ 260 ] {9ce98613-c0c8-496f-8bc9-2a00eff3bfab} TCPHandler: Processed in 0.001420887 sec. 2025.11.20 17:25:05.311311 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.311408 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.311447 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:25:05.311848 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.311884 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.312173 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:25:05.312383 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.312513 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} executeQuery: Read 12 rows, 960.00 B in 0.001123 sec., 10685.66340160285 rows/sec., 834.82 KiB/sec. 2025.11.20 17:25:05.312553 [ 260 ] {71bd8fe0-cbde-4e52-95ec-77ad7cc4aa07} TCPHandler: Processed in 0.001291545 sec. 2025.11.20 17:25:05.312656 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.312824 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:05.312876 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:05.313693 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.313738 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.314188 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:25:05.314496 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.314634 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} executeQuery: Read 602 rows, 46.35 KiB in 0.001832 sec., 328602.6200873362 rows/sec., 24.71 MiB/sec. 2025.11.20 17:25:05.314674 [ 260 ] {f9aa778f-add8-455e-830e-805a0a082c61} TCPHandler: Processed in 0.002065968 sec. 2025.11.20 17:25:05.314780 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.314875 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.314919 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:05.315489 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.315526 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.315907 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:25:05.316130 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.316268 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} executeQuery: Read 941 rows, 67.18 KiB in 0.00141 sec., 667375.8865248227 rows/sec., 46.53 MiB/sec. 2025.11.20 17:25:05.316308 [ 260 ] {0ae54de8-2c45-4e7d-b147-8f8471ca7b5f} TCPHandler: Processed in 0.00157724 sec. 2025.11.20 17:25:05.316419 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.316513 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.316568 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} 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.11.20 17:25:05.317382 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.317419 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.317977 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:25:05.318196 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.318335 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} executeQuery: Read 40 rows, 73.40 KiB in 0.001838 sec., 21762.78563656148 rows/sec., 39.00 MiB/sec. 2025.11.20 17:25:05.318392 [ 260 ] {ee8eb594-c18b-4dea-9b3d-5342fcab6a92} TCPHandler: Processed in 0.002022398 sec. 2025.11.20 17:25:05.318501 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:05.318596 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:05.318638 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:05.318984 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:05.319021 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:05.319320 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:25:05.319523 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:05.319658 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} executeQuery: Read 28 rows, 1.94 KiB in 0.001079 sec., 25949.953660797033 rows/sec., 1.75 MiB/sec. 2025.11.20 17:25:05.319697 [ 260 ] {0b4b69bc-9f30-4e0b-8373-5875828ea09f} TCPHandler: Processed in 0.001244534 sec. 2025.11.20 17:25:06.271986 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 1734 2025.11.20 17:25:06.274843 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:06.274905 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:06.276167 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:25:06.276463 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:06.276864 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1734 2025.11.20 17:25:07.306199 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:07.306378 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:07.306443 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:07.307085 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:07.307133 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:07.307512 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:25:07.307743 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:07.307896 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} executeQuery: Read 56 rows, 4.41 KiB in 0.001563 sec., 35828.53486884197 rows/sec., 2.75 MiB/sec. 2025.11.20 17:25:07.307940 [ 260 ] {dea983b4-450d-4a1c-bdf2-e1fadb3dee29} TCPHandler: Processed in 0.001870575 sec. 2025.11.20 17:25:07.308056 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:07.308152 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:07.308192 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:07.308615 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:07.308653 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:07.308967 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:25:07.309179 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:07.309310 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} executeQuery: Read 64 rows, 5.12 KiB in 0.001175 sec., 54468.085106382976 rows/sec., 4.25 MiB/sec. 2025.11.20 17:25:07.309351 [ 260 ] {7a726ee5-a0de-4f0f-9da1-1fb302c764e4} TCPHandler: Processed in 0.001342935 sec. 2025.11.20 17:25:07.309483 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:07.309578 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:07.309621 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:07.310014 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:07.310051 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:07.310373 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:25:07.310589 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:07.310717 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} executeQuery: Read 86 rows, 6.14 KiB in 0.001156 sec., 74394.46366782008 rows/sec., 5.18 MiB/sec. 2025.11.20 17:25:07.310757 [ 260 ] {902f2905-c190-4301-81a1-d14208116633} TCPHandler: Processed in 0.001319955 sec. 2025.11.20 17:25:07.310869 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:07.310962 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:07.311002 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:07.311331 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:07.311366 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:07.311658 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:25:07.311855 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:07.311983 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} executeQuery: Read 32 rows, 2.20 KiB in 0.001037 sec., 30858.244937319192 rows/sec., 2.07 MiB/sec. 2025.11.20 17:25:07.312021 [ 260 ] {3435c150-c2c0-4d58-b986-c74bf8487948} TCPHandler: Processed in 0.001199662 sec. 2025.11.20 17:25:08.676252 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 30176 2025.11.20 17:25:08.676863 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:08.676899 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:08.677379 [ 245 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:25:08.677606 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:08.677733 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30176 2025.11.20 17:25:10.214158 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.11.20 17:25:10.230016 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:10.230071 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:10.236247 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:25:10.237015 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:10.239737 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.11.20 17:25:12.309610 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:12.309807 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:12.309878 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:12.310588 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:12.310626 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:12.311038 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:25:12.311276 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:12.311429 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} executeQuery: Read 56 rows, 4.41 KiB in 0.001671 sec., 33512.86654697786 rows/sec., 2.57 MiB/sec. 2025.11.20 17:25:12.311473 [ 260 ] {19119215-7fee-47ac-a795-cad9204b4d5d} TCPHandler: Processed in 0.001997978 sec. 2025.11.20 17:25:12.311599 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:12.311707 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:12.311748 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:12.312225 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:12.312260 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:12.312557 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:25:12.312758 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:12.312878 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2025.11.20 17:25:12.312915 [ 260 ] {37df9232-cf16-4ce5-9a11-ac3572368b6a} TCPHandler: Processed in 0.001396336 sec. 2025.11.20 17:25:12.313048 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:12.313137 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:12.313178 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:12.313647 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:12.313682 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:12.314011 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:25:12.314228 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:12.314358 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2025.11.20 17:25:12.314404 [ 260 ] {7c2c76c8-3e10-4c3e-9f09-ffa0b8a7962d} TCPHandler: Processed in 0.001373975 sec. 2025.11.20 17:25:12.314512 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:12.314607 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:12.314650 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:12.314987 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:12.315022 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:12.315329 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:25:12.315554 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:12.315680 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.11.20 17:25:12.315717 [ 260 ] {674cc305-3b46-4f42-935e-f7553f904744} TCPHandler: Processed in 0.001253703 sec. 2025.11.20 17:25:16.017289 [ 137 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:25:16.017389 [ 137 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:25:16.178016 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 30688 2025.11.20 17:25:16.178688 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:16.178725 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:16.179195 [ 245 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:25:16.179419 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:16.179550 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30688 2025.11.20 17:25:16.277299 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1750 2025.11.20 17:25:16.279474 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:16.279524 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:16.280731 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:25:16.281028 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:16.281394 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1750 2025.11.20 17:25:16.710647 [ 136 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 2025.11.20 17:25:16.710714 [ 136 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:16.710738 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:16.710836 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full 2025.11.20 17:25:16.710945 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:16.710977 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 223 rows starting from the beginning of the part 2025.11.20 17:25:16.711039 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 211 rows starting from the beginning of the part 2025.11.20 17:25:16.711083 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 211 rows starting from the beginning of the part 2025.11.20 17:25:16.711126 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 211 rows starting from the beginning of the part 2025.11.20 17:25:16.711166 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 12 rows starting from the beginning of the part 2025.11.20 17:25:16.711987 [ 195 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001188462 sec., 730355.7034217333 rows/sec., 44.65 MiB/sec. 2025.11.20 17:25:16.712204 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) 2025.11.20 17:25:16.712522 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:16.712616 [ 190 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_44_9} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 2025.11.20 17:25:16.712713 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.11.20 17:25:16.931519 [ 136 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 5 parts from all_1_40_8 to all_44_44_0 2025.11.20 17:25:16.931569 [ 136 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:16.931593 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:16.931711 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_40_8 to all_44_44_0 into Compact with storage Full 2025.11.20 17:25:16.931822 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:16.931855 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 434 rows starting from the beginning of the part 2025.11.20 17:25:16.931912 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 410 rows starting from the beginning of the part 2025.11.20 17:25:16.931960 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 410 rows starting from the beginning of the part 2025.11.20 17:25:16.932005 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 410 rows starting from the beginning of the part 2025.11.20 17:25:16.932045 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 24 rows starting from the beginning of the part 2025.11.20 17:25:16.932937 [ 191 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001259224 sec., 1340508.1224627232 rows/sec., 90.89 MiB/sec. 2025.11.20 17:25:16.933195 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} MergedBlockOutputStream: filled checksums all_1_44_9 (state Temporary) 2025.11.20 17:25:16.933507 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_44_9 to all_1_44_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:16.933589 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_44_9} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 5 parts: [all_1_40_8, all_44_44_0] -> all_1_44_9 2025.11.20 17:25:16.933683 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.11.20 17:25:17.002003 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001490098 sec. 2025.11.20 17:25:17.312915 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:17.313157 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:17.313261 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:17.313968 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.314011 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.314384 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:25:17.314608 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.314759 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} executeQuery: Read 136 rows, 12.08 KiB in 0.001674 sec., 81242.53285543609 rows/sec., 7.04 MiB/sec. 2025.11.20 17:25:17.314800 [ 260 ] {f942092d-ba57-4103-91cb-5cf7a2011751} TCPHandler: Processed in 0.002048239 sec. 2025.11.20 17:25:17.314803 [ 138 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.11.20 17:25:17.314888 [ 138 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.314914 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:17.314918 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.315018 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:25:17.315037 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.11.20 17:25:17.315063 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:25:17.315135 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:17.315167 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 2463 rows starting from the beginning of the part 2025.11.20 17:25:17.315223 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 56 rows starting from the beginning of the part 2025.11.20 17:25:17.315269 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1399 rows starting from the beginning of the part 2025.11.20 17:25:17.315312 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 56 rows starting from the beginning of the part 2025.11.20 17:25:17.315353 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part 2025.11.20 17:25:17.315396 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 136 rows starting from the beginning of the part 2025.11.20 17:25:17.315475 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.315511 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.315829 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:25:17.316040 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.316168 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} executeQuery: Read 40 rows, 3.01 KiB in 0.001169 sec., 34217.27972626177 rows/sec., 2.51 MiB/sec. 2025.11.20 17:25:17.316207 [ 260 ] {50aaa4c1-f649-4ed0-b0c1-584350b7dc55} TCPHandler: Processed in 0.001342615 sec. 2025.11.20 17:25:17.316304 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:17.316397 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:17.316436 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:17.316862 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.316896 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.317098 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 4166 rows, containing 5 columns (5 merged, 0 gathered) in 0.00209468 sec., 1988847.9385872784 rows/sec., 171.68 MiB/sec. 2025.11.20 17:25:17.317195 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:25:17.317404 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.11.20 17:25:17.317407 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.317539 [ 138 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.11.20 17:25:17.317549 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} executeQuery: Read 104 rows, 8.32 KiB in 0.00117 sec., 88888.88888888889 rows/sec., 6.94 MiB/sec. 2025.11.20 17:25:17.317574 [ 138 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.317602 [ 260 ] {caf873c0-fdda-4e75-a8c6-f2e3d2296bf6} TCPHandler: Processed in 0.001345415 sec. 2025.11.20 17:25:17.317604 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.317710 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.317718 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:17.317733 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.11.20 17:25:17.317793 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_101_20} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.11.20 17:25:17.317820 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:17.317863 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:17.317880 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2025.11.20 17:25:17.317898 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:17.317945 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1249 rows starting from the beginning of the part 2025.11.20 17:25:17.318019 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 64 rows starting from the beginning of the part 2025.11.20 17:25:17.318070 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 602 rows starting from the beginning of the part 2025.11.20 17:25:17.318119 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 64 rows starting from the beginning of the part 2025.11.20 17:25:17.318161 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part 2025.11.20 17:25:17.318199 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 104 rows starting from the beginning of the part 2025.11.20 17:25:17.318264 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.318306 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.318664 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:25:17.318881 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.319002 [ 138 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.11.20 17:25:17.319015 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.11.20 17:25:17.319036 [ 138 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.319059 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.319061 [ 260 ] {7df37cfe-80dc-496a-823a-16999a8a777b} TCPHandler: Processed in 0.001391386 sec. 2025.11.20 17:25:17.319144 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.11.20 17:25:17.319174 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:17.319267 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:17.319277 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:17.319308 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 31285 rows starting from the beginning of the part 2025.11.20 17:25:17.319341 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} 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.11.20 17:25:17.319383 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:17.319437 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 941 rows starting from the beginning of the part 2025.11.20 17:25:17.319444 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2147 rows, containing 5 columns (5 merged, 0 gathered) in 0.001768713 sec., 1213876.982868334 rows/sec., 94.25 MiB/sec. 2025.11.20 17:25:17.319484 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 86 rows starting from the beginning of the part 2025.11.20 17:25:17.319528 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:17.319569 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:17.319660 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.11.20 17:25:17.319938 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.320015 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_101_20} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.11.20 17:25:17.320095 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.11.20 17:25:17.320208 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.320247 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.320909 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:25:17.321144 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.321287 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} executeQuery: Read 40 rows, 73.40 KiB in 0.002028 sec., 19723.865877712033 rows/sec., 35.34 MiB/sec. 2025.11.20 17:25:17.321341 [ 260 ] {09f14933-35f5-48d9-9129-e3448ee69723} TCPHandler: Processed in 0.002214561 sec. 2025.11.20 17:25:17.321452 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:17.321544 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:17.321585 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:17.321919 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.321955 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.322257 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:25:17.322469 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.322597 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.11.20 17:25:17.322599 [ 138 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.11.20 17:25:17.322632 [ 260 ] {517d5279-bf6d-4e40-8084-553cc6fd9601} TCPHandler: Processed in 0.001227713 sec. 2025.11.20 17:25:17.322655 [ 138 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.322683 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.322779 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.11.20 17:25:17.322903 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:17.322935 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6980 rows starting from the beginning of the part 2025.11.20 17:25:17.323002 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.11.20 17:25:17.323055 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 28 rows starting from the beginning of the part 2025.11.20 17:25:17.323103 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part 2025.11.20 17:25:17.323145 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part 2025.11.20 17:25:17.323184 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.11.20 17:25:17.325773 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 7220 rows, containing 4 columns (4 merged, 0 gathered) in 0.003036917 sec., 2377411.038892403 rows/sec., 151.79 MiB/sec. 2025.11.20 17:25:17.326293 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.11.20 17:25:17.326560 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.326633 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_101_20} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.11.20 17:25:17.326706 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.11.20 17:25:17.327797 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 32792 rows, containing 5 columns (5 merged, 0 gathered) in 0.008694103 sec., 3771751.956469805 rows/sec., 254.12 MiB/sec. 2025.11.20 17:25:17.327967 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.11.20 17:25:17.328222 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.328288 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_101_20} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.11.20 17:25:17.328355 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. 2025.11.20 17:25:17.423091 [ 138 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 5 parts from all_1_50_10 to all_54_54_0 2025.11.20 17:25:17.423146 [ 138 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.423169 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.423273 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_50_10 to all_54_54_0 into Compact with storage Full 2025.11.20 17:25:17.423402 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:17.423441 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 465 rows starting from the beginning of the part 2025.11.20 17:25:17.423514 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 440 rows starting from the beginning of the part 2025.11.20 17:25:17.423566 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 212 rows starting from the beginning of the part 2025.11.20 17:25:17.423613 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 212 rows starting from the beginning of the part 2025.11.20 17:25:17.423660 [ 198 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 252 rows starting from the beginning of the part 2025.11.20 17:25:17.424639 [ 199 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 5 columns (5 merged, 0 gathered) in 0.001411047 sec., 1120444.606026589 rows/sec., 78.72 MiB/sec. 2025.11.20 17:25:17.424798 [ 186 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} MergedBlockOutputStream: filled checksums all_1_54_11 (state Temporary) 2025.11.20 17:25:17.425043 [ 186 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_54_11 to all_1_54_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.425108 [ 186 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_54_11} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 5 parts: [all_1_50_10, all_54_54_0] -> all_1_54_11 2025.11.20 17:25:17.425174 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.20 17:25:17.739982 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 482 2025.11.20 17:25:17.757036 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:17.757093 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:17.763240 [ 244 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:25:17.763928 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:17.766816 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 482 2025.11.20 17:25:18.000221 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 347.66 MiB, peak 358.55 MiB, free memory in arenas 0.00 B, will set to 349.45 MiB (RSS), difference: 1.79 MiB 2025.11.20 17:25:21.938641 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36327 2025.11.20 17:25:21.938760 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.938792 [ 352 ] {} TCP-Session: d269b05a-1586-4321-9da5-54b8b0cd76c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:36327 2025.11.20 17:25:21.938817 [ 352 ] {} TCP-Session: d269b05a-1586-4321-9da5-54b8b0cd76c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.938833 [ 352 ] {} TCP-Session: d269b05a-1586-4321-9da5-54b8b0cd76c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939045 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38644 2025.11.20 17:25:21.939063 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39965 2025.11.20 17:25:21.939101 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32909 2025.11.20 17:25:21.939112 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54219 2025.11.20 17:25:21.939134 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60732 2025.11.20 17:25:21.939154 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.939144 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40932 2025.11.20 17:25:21.939207 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.939213 [ 353 ] {} TCP-Session: d9152c38-2bef-44a2-92ba-b00322f19cde Authenticating user 'default' from [fd00:1122:3344:101::e]:38644 2025.11.20 17:25:21.939272 [ 289 ] {} TCP-Session: 14d6ec80-cecc-4769-ac1b-5ad4f46ba788 Authenticating user 'default' from [fd00:1122:3344:101::e]:54219 2025.11.20 17:25:21.939203 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.939293 [ 353 ] {} TCP-Session: d9152c38-2bef-44a2-92ba-b00322f19cde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939307 [ 289 ] {} TCP-Session: 14d6ec80-cecc-4769-ac1b-5ad4f46ba788 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939328 [ 354 ] {} TCP-Session: 03d44624-b916-49ca-b4e5-1487a7b7743b Authenticating user 'default' from [fd00:1122:3344:101::e]:39965 2025.11.20 17:25:21.939336 [ 353 ] {} TCP-Session: d9152c38-2bef-44a2-92ba-b00322f19cde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939347 [ 289 ] {} TCP-Session: 14d6ec80-cecc-4769-ac1b-5ad4f46ba788 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939360 [ 354 ] {} TCP-Session: 03d44624-b916-49ca-b4e5-1487a7b7743b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939197 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.939393 [ 354 ] {} TCP-Session: 03d44624-b916-49ca-b4e5-1487a7b7743b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939136 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37353 2025.11.20 17:25:21.939427 [ 288 ] {} TCP-Session: 5145b506-fbfb-4db4-ab4d-f4aed3f0b4d2 Authenticating user 'default' from [fd00:1122:3344:101::e]:32909 2025.11.20 17:25:21.939090 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35502 2025.11.20 17:25:21.939476 [ 288 ] {} TCP-Session: 5145b506-fbfb-4db4-ab4d-f4aed3f0b4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939205 [ 352 ] {} TCP-Session: d269b05a-1586-4321-9da5-54b8b0cd76c4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:21.939514 [ 288 ] {} TCP-Session: 5145b506-fbfb-4db4-ab4d-f4aed3f0b4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939630 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.939669 [ 350 ] {} TCP-Session: 21d31066-ecf2-4411-bd94-24f4f9939c08 Authenticating user 'default' from [fd00:1122:3344:101::e]:60732 2025.11.20 17:25:21.939688 [ 350 ] {} TCP-Session: 21d31066-ecf2-4411-bd94-24f4f9939c08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939690 [ 352 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} executeQuery: (from [fd00:1122:3344:101::e]:36327) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:25:21.939702 [ 350 ] {} TCP-Session: 21d31066-ecf2-4411-bd94-24f4f9939c08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.939904 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.939944 [ 351 ] {} TCP-Session: cf600056-832d-48cf-850f-709c4d18c8a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:40932 2025.11.20 17:25:21.939990 [ 351 ] {} TCP-Session: cf600056-832d-48cf-850f-709c4d18c8a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.940004 [ 351 ] {} TCP-Session: cf600056-832d-48cf-850f-709c4d18c8a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.940193 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.940228 [ 286 ] {} TCP-Session: ef935cf7-f1a0-4834-b026-93fee10b0df4 Authenticating user 'default' from [fd00:1122:3344:101::e]:35502 2025.11.20 17:25:21.940246 [ 286 ] {} TCP-Session: ef935cf7-f1a0-4834-b026-93fee10b0df4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.940255 [ 352 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:25:21.940258 [ 286 ] {} TCP-Session: ef935cf7-f1a0-4834-b026-93fee10b0df4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.940313 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:21.940329 [ 352 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:25:21.940350 [ 290 ] {} TCP-Session: b23014dd-b1d3-40cd-96ae-35228f27f7ad Authenticating user 'default' from [fd00:1122:3344:101::e]:37353 2025.11.20 17:25:21.940374 [ 290 ] {} TCP-Session: b23014dd-b1d3-40cd-96ae-35228f27f7ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.940387 [ 290 ] {} TCP-Session: b23014dd-b1d3-40cd-96ae-35228f27f7ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.940646 [ 352 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:25:21.941708 [ 317 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} AggregatingTransform: Aggregating 2025.11.20 17:25:21.941747 [ 317 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} Aggregator: Aggregation method: without_key 2025.11.20 17:25:21.941783 [ 317 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001034839 sec. (966.334 rows/sec., 37.75 KiB/sec.) 2025.11.20 17:25:21.941801 [ 317 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} Aggregator: Merging aggregated data 2025.11.20 17:25:21.943076 [ 352 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} executeQuery: Read 1 rows, 40.00 B in 0.003444 sec., 290.36004645760744 rows/sec., 11.34 KiB/sec. 2025.11.20 17:25:21.943211 [ 352 ] {dd7ca803-da11-45bf-ae5b-cec19b1405ce} TCPHandler: Processed in 0.004163548 sec. 2025.11.20 17:25:21.943297 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943324 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943340 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943356 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943365 [ 354 ] {} TCP-Session: 03d44624-b916-49ca-b4e5-1487a7b7743b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943369 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943390 [ 350 ] {} TCP-Session: 21d31066-ecf2-4411-bd94-24f4f9939c08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943410 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943434 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943445 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943463 [ 286 ] {} TCP-Session: ef935cf7-f1a0-4834-b026-93fee10b0df4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943480 [ 290 ] {} TCP-Session: b23014dd-b1d3-40cd-96ae-35228f27f7ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943490 [ 351 ] {} TCP-Session: cf600056-832d-48cf-850f-709c4d18c8a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943440 [ 288 ] {} TCP-Session: 5145b506-fbfb-4db4-ab4d-f4aed3f0b4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943391 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:21.943380 [ 289 ] {} TCP-Session: 14d6ec80-cecc-4769-ac1b-5ad4f46ba788 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943584 [ 353 ] {} TCP-Session: d9152c38-2bef-44a2-92ba-b00322f19cde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:21.943337 [ 352 ] {} TCP-Session: d269b05a-1586-4321-9da5-54b8b0cd76c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.034755 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54362 2025.11.20 17:25:22.034863 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.034891 [ 352 ] {} TCP-Session: e484e595-bfd7-436b-95b4-30d16b37d67c Authenticating user 'default' from [fd00:1122:3344:101::e]:54362 2025.11.20 17:25:22.034912 [ 352 ] {} TCP-Session: e484e595-bfd7-436b-95b4-30d16b37d67c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.034925 [ 352 ] {} TCP-Session: e484e595-bfd7-436b-95b4-30d16b37d67c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035142 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62198 2025.11.20 17:25:22.035161 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56103 2025.11.20 17:25:22.035190 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35891 2025.11.20 17:25:22.035216 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56834 2025.11.20 17:25:22.035226 [ 352 ] {} TCP-Session: e484e595-bfd7-436b-95b4-30d16b37d67c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:22.035251 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035251 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035299 [ 353 ] {} TCP-Session: 8b6998ef-6083-4766-b114-b8a291b0149d Authenticating user 'default' from [fd00:1122:3344:101::e]:62198 2025.11.20 17:25:22.035303 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035303 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035315 [ 286 ] {} TCP-Session: bf624998-ee64-466e-993b-9c2dc16edbff Authenticating user 'default' from [fd00:1122:3344:101::e]:56103 2025.11.20 17:25:22.035329 [ 353 ] {} TCP-Session: 8b6998ef-6083-4766-b114-b8a291b0149d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035351 [ 350 ] {} TCP-Session: cfe56065-ab2a-4c8a-a1a8-5b7a4855a6b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:56834 2025.11.20 17:25:22.035369 [ 353 ] {} TCP-Session: 8b6998ef-6083-4766-b114-b8a291b0149d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035362 [ 286 ] {} TCP-Session: bf624998-ee64-466e-993b-9c2dc16edbff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035394 [ 350 ] {} TCP-Session: cfe56065-ab2a-4c8a-a1a8-5b7a4855a6b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035409 [ 286 ] {} TCP-Session: bf624998-ee64-466e-993b-9c2dc16edbff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035414 [ 352 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} executeQuery: (from [fd00:1122:3344:101::e]:54362) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:25:22.035432 [ 350 ] {} TCP-Session: cfe56065-ab2a-4c8a-a1a8-5b7a4855a6b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035343 [ 289 ] {} TCP-Session: 6e932ef2-76f2-49d5-8449-e09f0ce2f56a Authenticating user 'default' from [fd00:1122:3344:101::e]:35891 2025.11.20 17:25:22.035224 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39008 2025.11.20 17:25:22.035505 [ 289 ] {} TCP-Session: 6e932ef2-76f2-49d5-8449-e09f0ce2f56a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035214 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59870 2025.11.20 17:25:22.035565 [ 289 ] {} TCP-Session: 6e932ef2-76f2-49d5-8449-e09f0ce2f56a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035176 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45633 2025.11.20 17:25:22.035616 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035631 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035161 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37362 2025.11.20 17:25:22.035654 [ 351 ] {} TCP-Session: 91095266-eec8-43e7-a94e-005d040fd6ad Authenticating user 'default' from [fd00:1122:3344:101::e]:39008 2025.11.20 17:25:22.035678 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035705 [ 352 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:25:22.035708 [ 351 ] {} TCP-Session: 91095266-eec8-43e7-a94e-005d040fd6ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035722 [ 288 ] {} TCP-Session: e8fe4fdd-1080-4e51-bcf8-7619529cdaf7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45633 2025.11.20 17:25:22.035748 [ 351 ] {} TCP-Session: 91095266-eec8-43e7-a94e-005d040fd6ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035765 [ 352 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:25:22.035769 [ 288 ] {} TCP-Session: e8fe4fdd-1080-4e51-bcf8-7619529cdaf7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035725 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.035798 [ 288 ] {} TCP-Session: e8fe4fdd-1080-4e51-bcf8-7619529cdaf7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035660 [ 290 ] {} TCP-Session: 39fec5cb-afa7-440c-a2f4-af94eeac2740 Authenticating user 'default' from [fd00:1122:3344:101::e]:59870 2025.11.20 17:25:22.035826 [ 354 ] {} TCP-Session: 5692f5c1-f76c-4d45-bd27-d7d64866d1c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:37362 2025.11.20 17:25:22.035856 [ 290 ] {} TCP-Session: 39fec5cb-afa7-440c-a2f4-af94eeac2740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035865 [ 354 ] {} TCP-Session: 5692f5c1-f76c-4d45-bd27-d7d64866d1c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035878 [ 290 ] {} TCP-Session: 39fec5cb-afa7-440c-a2f4-af94eeac2740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.035893 [ 354 ] {} TCP-Session: 5692f5c1-f76c-4d45-bd27-d7d64866d1c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.036090 [ 352 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:25:22.037182 [ 339 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} AggregatingTransform: Aggregating 2025.11.20 17:25:22.037236 [ 339 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} Aggregator: Aggregation method: without_key 2025.11.20 17:25:22.037280 [ 339 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001078501 sec. (927.213 rows/sec., 36.22 KiB/sec.) 2025.11.20 17:25:22.037303 [ 339 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} Aggregator: Merging aggregated data 2025.11.20 17:25:22.038356 [ 352 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} executeQuery: Read 1 rows, 40.00 B in 0.003001 sec., 333.22225924691764 rows/sec., 13.02 KiB/sec. 2025.11.20 17:25:22.038489 [ 352 ] {6d381084-4cd1-431e-b06e-37f81fc3f67f} TCPHandler: Processed in 0.003378244 sec. 2025.11.20 17:25:22.038610 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038640 [ 352 ] {} TCP-Session: e484e595-bfd7-436b-95b4-30d16b37d67c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038642 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038667 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038684 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038693 [ 351 ] {} TCP-Session: 91095266-eec8-43e7-a94e-005d040fd6ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038715 [ 289 ] {} TCP-Session: 6e932ef2-76f2-49d5-8449-e09f0ce2f56a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038736 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038739 [ 353 ] {} TCP-Session: 8b6998ef-6083-4766-b114-b8a291b0149d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038755 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038775 [ 354 ] {} TCP-Session: 5692f5c1-f76c-4d45-bd27-d7d64866d1c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038782 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038829 [ 290 ] {} TCP-Session: 39fec5cb-afa7-440c-a2f4-af94eeac2740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038695 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038861 [ 350 ] {} TCP-Session: cfe56065-ab2a-4c8a-a1a8-5b7a4855a6b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038714 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.038919 [ 288 ] {} TCP-Session: e8fe4fdd-1080-4e51-bcf8-7619529cdaf7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.038957 [ 286 ] {} TCP-Session: bf624998-ee64-466e-993b-9c2dc16edbff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.200691 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65069 2025.11.20 17:25:22.200804 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.200830 [ 352 ] {} TCP-Session: c588c7bf-a28c-4288-952c-b04af967844d Authenticating user 'default' from [fd00:1122:3344:101::e]:65069 2025.11.20 17:25:22.200852 [ 352 ] {} TCP-Session: c588c7bf-a28c-4288-952c-b04af967844d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.200865 [ 352 ] {} TCP-Session: c588c7bf-a28c-4288-952c-b04af967844d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201057 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43358 2025.11.20 17:25:22.201094 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53227 2025.11.20 17:25:22.201097 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34029 2025.11.20 17:25:22.201133 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50624 2025.11.20 17:25:22.201159 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36474 2025.11.20 17:25:22.201159 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35572 2025.11.20 17:25:22.201174 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201240 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201238 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201278 [ 286 ] {} TCP-Session: 339e98cd-3d5d-4d27-adcf-1169d17daae8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53227 2025.11.20 17:25:22.201287 [ 350 ] {} TCP-Session: bdd2d875-f0a0-4e0f-9087-a722405d77d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36474 2025.11.20 17:25:22.201310 [ 354 ] {} TCP-Session: cdf973a4-027b-4430-87ea-0a19293ae171 Authenticating user 'default' from [fd00:1122:3344:101::e]:34029 2025.11.20 17:25:22.201323 [ 286 ] {} TCP-Session: 339e98cd-3d5d-4d27-adcf-1169d17daae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201333 [ 350 ] {} TCP-Session: bdd2d875-f0a0-4e0f-9087-a722405d77d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201346 [ 354 ] {} TCP-Session: cdf973a4-027b-4430-87ea-0a19293ae171 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201356 [ 286 ] {} TCP-Session: 339e98cd-3d5d-4d27-adcf-1169d17daae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201367 [ 350 ] {} TCP-Session: bdd2d875-f0a0-4e0f-9087-a722405d77d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201386 [ 354 ] {} TCP-Session: cdf973a4-027b-4430-87ea-0a19293ae171 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201310 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201174 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201464 [ 290 ] {} TCP-Session: cf74a92c-1a0f-4933-9b69-4270dfa37efe Authenticating user 'default' from [fd00:1122:3344:101::e]:35572 2025.11.20 17:25:22.201167 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51984 2025.11.20 17:25:22.201499 [ 290 ] {} TCP-Session: cf74a92c-1a0f-4933-9b69-4270dfa37efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201485 [ 353 ] {} TCP-Session: ae245313-f70d-41cf-941c-992be5d3675b Authenticating user 'default' from [fd00:1122:3344:101::e]:43358 2025.11.20 17:25:22.201524 [ 290 ] {} TCP-Session: cf74a92c-1a0f-4933-9b69-4270dfa37efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201548 [ 353 ] {} TCP-Session: ae245313-f70d-41cf-941c-992be5d3675b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201561 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201574 [ 353 ] {} TCP-Session: ae245313-f70d-41cf-941c-992be5d3675b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201595 [ 351 ] {} TCP-Session: 1a904c75-9006-4659-8def-17d9e0d04ad8 Authenticating user 'default' from [fd00:1122:3344:101::e]:51984 2025.11.20 17:25:22.201119 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39323 2025.11.20 17:25:22.201626 [ 351 ] {} TCP-Session: 1a904c75-9006-4659-8def-17d9e0d04ad8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201238 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201673 [ 351 ] {} TCP-Session: 1a904c75-9006-4659-8def-17d9e0d04ad8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201691 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:25:22.201696 [ 289 ] {} TCP-Session: 413c80bc-48c0-4f39-9ee1-b6e9389bc4c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50624 2025.11.20 17:25:22.201728 [ 288 ] {} TCP-Session: c418a5b0-d021-470e-8e78-663d1ffc02d6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39323 2025.11.20 17:25:22.201744 [ 289 ] {} TCP-Session: 413c80bc-48c0-4f39-9ee1-b6e9389bc4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201769 [ 288 ] {} TCP-Session: c418a5b0-d021-470e-8e78-663d1ffc02d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201781 [ 289 ] {} TCP-Session: 413c80bc-48c0-4f39-9ee1-b6e9389bc4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201799 [ 288 ] {} TCP-Session: c418a5b0-d021-470e-8e78-663d1ffc02d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.201275 [ 352 ] {} TCP-Session: c588c7bf-a28c-4288-952c-b04af967844d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:22.202023 [ 352 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} executeQuery: (from [fd00:1122:3344:101::e]:65069) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:25:22.202280 [ 352 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:25:22.202333 [ 352 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:25:22.202614 [ 352 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:25:22.203772 [ 347 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} AggregatingTransform: Aggregating 2025.11.20 17:25:22.203814 [ 347 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} Aggregator: Aggregation method: without_key 2025.11.20 17:25:22.203856 [ 347 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001138701 sec. (878.194 rows/sec., 34.30 KiB/sec.) 2025.11.20 17:25:22.203877 [ 347 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} Aggregator: Merging aggregated data 2025.11.20 17:25:22.205000 [ 352 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} executeQuery: Read 1 rows, 40.00 B in 0.003033 sec., 329.7065611605671 rows/sec., 12.88 KiB/sec. 2025.11.20 17:25:22.205173 [ 352 ] {913db028-1f1c-40c9-8ca4-690220ec6d00} TCPHandler: Processed in 0.004038086 sec. 2025.11.20 17:25:22.205274 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205304 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205321 [ 352 ] {} TCP-Session: c588c7bf-a28c-4288-952c-b04af967844d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205345 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205353 [ 353 ] {} TCP-Session: ae245313-f70d-41cf-941c-992be5d3675b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205383 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205406 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205402 [ 351 ] {} TCP-Session: 1a904c75-9006-4659-8def-17d9e0d04ad8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205426 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205445 [ 354 ] {} TCP-Session: cdf973a4-027b-4430-87ea-0a19293ae171 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205462 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205481 [ 290 ] {} TCP-Session: cf74a92c-1a0f-4933-9b69-4270dfa37efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205447 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205516 [ 350 ] {} TCP-Session: bdd2d875-f0a0-4e0f-9087-a722405d77d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205557 [ 288 ] {} TCP-Session: c418a5b0-d021-470e-8e78-663d1ffc02d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205364 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:25:22.205432 [ 289 ] {} TCP-Session: 413c80bc-48c0-4f39-9ee1-b6e9389bc4c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.205625 [ 286 ] {} TCP-Session: 339e98cd-3d5d-4d27-adcf-1169d17daae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:25:22.310625 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:22.310845 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:22.310920 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:22.311595 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:22.311644 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:22.312047 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:25:22.312275 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:22.312434 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} executeQuery: Read 56 rows, 4.41 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.60 MiB/sec. 2025.11.20 17:25:22.312480 [ 260 ] {d12ee66a-9bfe-48a1-81ba-405575e1b32a} TCPHandler: Processed in 0.002053709 sec. 2025.11.20 17:25:22.312612 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:22.312722 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:22.312765 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:22.313201 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:22.313238 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:22.313584 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:25:22.313818 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:22.313952 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} executeQuery: Read 64 rows, 5.12 KiB in 0.00125 sec., 51200 rows/sec., 4.00 MiB/sec. 2025.11.20 17:25:22.313991 [ 260 ] {d643636d-4aa2-4175-a3f1-4fe902827a36} TCPHandler: Processed in 0.001437447 sec. 2025.11.20 17:25:22.314107 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:22.314201 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:22.314245 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:22.314661 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:22.314697 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:22.315032 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:25:22.315238 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:22.315368 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} executeQuery: Read 160 rows, 11.41 KiB in 0.001186 sec., 134907.25126475547 rows/sec., 9.40 MiB/sec. 2025.11.20 17:25:22.315406 [ 260 ] {9fc01eaf-a03d-48ac-8367-d0ff2e62bc30} TCPHandler: Processed in 0.001350176 sec. 2025.11.20 17:25:22.315507 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:22.315607 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:22.315650 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:22.315978 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:22.316014 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:22.316323 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:25:22.316528 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:22.316660 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} executeQuery: Read 60 rows, 4.14 KiB in 0.00107 sec., 56074.766355140186 rows/sec., 3.78 MiB/sec. 2025.11.20 17:25:22.316707 [ 260 ] {a7e46cfe-2388-47f3-a895-b26fd9b969e1} TCPHandler: Processed in 0.001248463 sec. 2025.11.20 17:25:23.679803 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 31136 2025.11.20 17:25:23.680330 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:23.680378 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:23.680933 [ 245 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:25:23.681165 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:23.681302 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31136 2025.11.20 17:25:25.266977 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 490 2025.11.20 17:25:25.283659 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:25.283716 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:25.289963 [ 244 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:25:25.290734 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:25.293721 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 490 2025.11.20 17:25:26.281651 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 1776 2025.11.20 17:25:26.283914 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:26.283961 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:26.285171 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:25:26.285434 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:26.285697 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1776 2025.11.20 17:25:27.312478 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:27.312650 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:27.312712 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:27.313402 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.313438 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:27.313842 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:25:27.314063 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.314210 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} executeQuery: Read 136 rows, 12.08 KiB in 0.001606 sec., 84682.44084682441 rows/sec., 7.34 MiB/sec. 2025.11.20 17:25:27.314250 [ 260 ] {9fd0ddfe-852a-42c0-894f-9bf374805803} TCPHandler: Processed in 0.001895536 sec. 2025.11.20 17:25:27.314363 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:27.314456 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:25:27.314495 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:25:27.314898 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.314931 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:27.315230 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:25:27.315433 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.315534 [ 124 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_69_14 to all_74_74_0 2025.11.20 17:25:27.315556 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} executeQuery: Read 40 rows, 3.01 KiB in 0.001119 sec., 35746.20196604111 rows/sec., 2.62 MiB/sec. 2025.11.20 17:25:27.315589 [ 124 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.315604 [ 260 ] {56be382b-3a9c-43b1-b61b-7f727fc2aaeb} TCPHandler: Processed in 0.001288694 sec. 2025.11.20 17:25:27.315610 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:27.315713 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:27.315776 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_69_14 to all_74_74_0 into Compact with storage Full 2025.11.20 17:25:27.315810 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:27.315870 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:27.315963 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:27.316012 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_69_14, total 277 rows starting from the beginning of the part 2025.11.20 17:25:27.316097 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 245 rows starting from the beginning of the part 2025.11.20 17:25:27.316156 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 245 rows starting from the beginning of the part 2025.11.20 17:25:27.316210 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 58 rows starting from the beginning of the part 2025.11.20 17:25:27.316263 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:27.316310 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.316316 [ 198 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:27.316363 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:27.316731 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:25:27.316938 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.317060 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} executeQuery: Read 104 rows, 8.32 KiB in 0.00129 sec., 80620.1550387597 rows/sec., 6.30 MiB/sec. 2025.11.20 17:25:27.317096 [ 260 ] {9ef50c44-1d92-42b9-a27c-ec14891fa41b} TCPHandler: Processed in 0.001454468 sec. 2025.11.20 17:25:27.317201 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:27.317287 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:27.317327 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:27.317379 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergeTask::MergeProjectionsStage: Merge sorted 905 rows, containing 5 columns (5 merged, 0 gathered) in 0.001719012 sec., 526465.2021044646 rows/sec., 35.37 MiB/sec. 2025.11.20 17:25:27.317590 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} MergedBlockOutputStream: filled checksums all_1_74_15 (state Temporary) 2025.11.20 17:25:27.317768 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.317811 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:27.318008 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_74_15 to all_1_74_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.318111 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_74_15} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_69_14, all_74_74_0] -> all_1_74_15 2025.11.20 17:25:27.318155 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:25:27.318223 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.11.20 17:25:27.318375 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.318508 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.11.20 17:25:27.318544 [ 260 ] {a34c9047-e6c8-405d-89a9-dec2b55b0655} TCPHandler: Processed in 0.001358515 sec. 2025.11.20 17:25:27.318649 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:27.318740 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:27.318793 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} 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.11.20 17:25:27.319670 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.319706 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:27.320252 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:25:27.320467 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.320605 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} executeQuery: Read 40 rows, 73.40 KiB in 0.001883 sec., 21242.697822623475 rows/sec., 38.07 MiB/sec. 2025.11.20 17:25:27.320658 [ 260 ] {3ec734da-72fa-4a45-9134-da659d3c0a9a} TCPHandler: Processed in 0.002055809 sec. 2025.11.20 17:25:27.320766 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:27.320859 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:27.320899 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:27.321225 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:27.321260 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.87 GiB. 2025.11.20 17:25:27.321554 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:25:27.321750 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:27.321872 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} executeQuery: Read 60 rows, 4.14 KiB in 0.001032 sec., 58139.53488372093 rows/sec., 3.92 MiB/sec. 2025.11.20 17:25:27.321907 [ 260 ] {9d99ce29-0fe2-4d4c-abb0-6959b056c971} TCPHandler: Processed in 0.001188552 sec. 2025.11.20 17:25:31.017444 [ 120 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:25:31.017525 [ 120 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:25:31.181511 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 31648 2025.11.20 17:25:31.182043 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:31.182085 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:31.182588 [ 245 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:25:31.182835 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:31.182971 [ 120 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:25:31.182987 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31648 2025.11.20 17:25:31.183022 [ 120 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:31.183047 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:31.183202 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:25:31.183411 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:31.183476 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 29216 rows starting from the beginning of the part 2025.11.20 17:25:31.183576 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 512 rows starting from the beginning of the part 2025.11.20 17:25:31.183651 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 448 rows starting from the beginning of the part 2025.11.20 17:25:31.183717 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 512 rows starting from the beginning of the part 2025.11.20 17:25:31.183786 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 448 rows starting from the beginning of the part 2025.11.20 17:25:31.183831 [ 199 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 512 rows starting from the beginning of the part 2025.11.20 17:25:31.186159 [ 196 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 31648 rows, containing 4 columns (4 merged, 0 gathered) in 0.003039237 sec., 10413139.876883572 rows/sec., 148.96 MiB/sec. 2025.11.20 17:25:31.186649 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:25:31.187015 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:31.187105 [ 201 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_66_13} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:25:31.187218 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.95 MiB. 2025.11.20 17:25:32.310262 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:32.310454 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:32.310527 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:32.311201 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:32.311244 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:32.311633 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:25:32.311868 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:32.312019 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} executeQuery: Read 56 rows, 4.41 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.66 MiB/sec. 2025.11.20 17:25:32.312067 [ 260 ] {cef3a717-e3a1-4cd3-bd8f-8f85501398d2} TCPHandler: Processed in 0.001935686 sec. 2025.11.20 17:25:32.312182 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:32.312281 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:32.312324 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:32.312750 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:32.312788 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:32.313084 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:25:32.313291 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:32.313415 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} executeQuery: Read 64 rows, 5.12 KiB in 0.001156 sec., 55363.32179930796 rows/sec., 4.32 MiB/sec. 2025.11.20 17:25:32.313451 [ 260 ] {1c1d7e01-6af9-4490-873b-74158d0aaba6} TCPHandler: Processed in 0.001319854 sec. 2025.11.20 17:25:32.313558 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:32.313652 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:32.313695 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:32.314104 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:32.314140 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:32.314463 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:25:32.314666 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:32.314793 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} executeQuery: Read 160 rows, 11.41 KiB in 0.00116 sec., 137931.0344827586 rows/sec., 9.61 MiB/sec. 2025.11.20 17:25:32.314830 [ 260 ] {e4755c82-ad6f-42b9-b32f-8dc50e809a9b} TCPHandler: Processed in 0.001319795 sec. 2025.11.20 17:25:32.314936 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:32.315028 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:32.315070 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:32.315392 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:32.315427 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:32.315721 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:25:32.315927 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:32.316050 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2025.11.20 17:25:32.316085 [ 260 ] {1f5b1d10-3945-49eb-ba05-aa82a0a8beab} TCPHandler: Processed in 0.001195063 sec. 2025.11.20 17:25:32.793867 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 497 2025.11.20 17:25:32.811024 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:32.811078 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:32.816848 [ 244 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:25:32.817536 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:32.817844 [ 118 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:25:32.817930 [ 118 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:32.817964 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:32.818108 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:25:32.820658 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 497 2025.11.20 17:25:32.821926 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:32.823503 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part 2025.11.20 17:25:32.828409 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 7 rows starting from the beginning of the part 2025.11.20 17:25:32.833242 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 8 rows starting from the beginning of the part 2025.11.20 17:25:32.837907 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 7 rows starting from the beginning of the part 2025.11.20 17:25:32.842784 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 8 rows starting from the beginning of the part 2025.11.20 17:25:32.846649 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 7 rows starting from the beginning of the part 2025.11.20 17:25:32.900885 [ 196 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 497 rows, containing 679 columns (679 merged, 0 gathered) in 0.082834565 sec., 5999.910786034791 rows/sec., 31.02 MiB/sec. 2025.11.20 17:25:32.904692 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:25:32.906752 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:32.906873 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_66_13} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:25:32.909664 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. 2025.11.20 17:25:33.000179 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 350.89 MiB, peak 364.61 MiB, free memory in arenas 0.00 B, will set to 352.63 MiB (RSS), difference: 1.74 MiB 2025.11.20 17:25:34.326024 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.326215 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.326284 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:25:34.327150 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.327187 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.327582 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:25:34.327806 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.327953 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} executeQuery: Read 410 rows, 26.63 KiB in 0.001791 sec., 228922.38972640983 rows/sec., 14.52 MiB/sec. 2025.11.20 17:25:34.327994 [ 260 ] {290d524a-23b7-4a67-b227-716e836616a7} TCPHandler: Processed in 0.002103999 sec. 2025.11.20 17:25:34.328108 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.328204 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:25:34.328246 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:25:34.328644 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.328679 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.328974 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.11.20 17:25:34.329186 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.329310 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} executeQuery: Read 12 rows, 1002.00 B in 0.001125 sec., 10666.666666666668 rows/sec., 869.79 KiB/sec. 2025.11.20 17:25:34.329347 [ 260 ] {3cab87ba-075d-462b-b2fe-5b81139a8bd9} TCPHandler: Processed in 0.001287264 sec. 2025.11.20 17:25:34.329452 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.329546 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:34.329585 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:34.331194 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.331229 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.331666 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:25:34.331876 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.332007 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} executeQuery: Read 2338 rows, 194.51 KiB in 0.002479 sec., 943122.2267043163 rows/sec., 76.63 MiB/sec. 2025.11.20 17:25:34.332046 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:25:34.332060 [ 260 ] {dfb4968a-a06d-49cd-86d3-4a1971635a76} TCPHandler: Processed in 0.00265718 sec. 2025.11.20 17:25:34.332157 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.332251 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.332290 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:25:34.332790 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.332825 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.333142 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:25:34.333350 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.333475 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} executeQuery: Read 257 rows, 16.16 KiB in 0.001243 sec., 206757.84392598554 rows/sec., 12.70 MiB/sec. 2025.11.20 17:25:34.333512 [ 260 ] {c558972a-74ba-4907-ab17-1ad909bda3c9} TCPHandler: Processed in 0.001403187 sec. 2025.11.20 17:25:34.333611 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.333704 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.333745 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:25:34.334288 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.334323 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.334638 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:25:34.334846 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.334969 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} executeQuery: Read 440 rows, 29.81 KiB in 0.001282 sec., 343213.72854914196 rows/sec., 22.71 MiB/sec. 2025.11.20 17:25:34.335005 [ 260 ] {2b237305-0f60-48e3-8e4a-eaacc4e345ea} TCPHandler: Processed in 0.001442698 sec. 2025.11.20 17:25:34.335113 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.335207 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.335246 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:25:34.335709 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.335744 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.336043 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:25:34.336253 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.336375 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} executeQuery: Read 211 rows, 12.27 KiB in 0.001186 sec., 177908.9376053963 rows/sec., 10.10 MiB/sec. 2025.11.20 17:25:34.336412 [ 260 ] {d5013329-6504-487c-8ed3-667b73b60bb8} TCPHandler: Processed in 0.001348025 sec. 2025.11.20 17:25:34.336514 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.336608 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:34.336647 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:34.337478 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.337512 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.337871 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:25:34.338077 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.338205 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} executeQuery: Read 1187 rows, 86.94 KiB in 0.001615 sec., 734984.520123839 rows/sec., 52.57 MiB/sec. 2025.11.20 17:25:34.338242 [ 260 ] {4ffbe050-9508-4324-b1cd-8541a5887280} TCPHandler: Processed in 0.001775473 sec. 2025.11.20 17:25:34.338349 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.338443 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:25:34.338484 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:25:34.338808 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.338842 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.339136 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.11.20 17:25:34.339340 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.339464 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} executeQuery: Read 6 rows, 321.00 B in 0.001039 sec., 5774.783445620789 rows/sec., 301.71 KiB/sec. 2025.11.20 17:25:34.339499 [ 260 ] {0bc0b44f-62e1-4f1c-a40c-68d8da263c11} TCPHandler: Processed in 0.001199172 sec. 2025.11.20 17:25:34.339602 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.339696 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.339740 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:34.340317 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.340352 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.340731 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:25:34.340942 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.341073 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} executeQuery: Read 908 rows, 61.46 KiB in 0.001394 sec., 651362.9842180775 rows/sec., 43.05 MiB/sec. 2025.11.20 17:25:34.341110 [ 260 ] {4143bf14-aa9b-405f-93b8-b83991c2b2ba} TCPHandler: Processed in 0.001556049 sec. 2025.11.20 17:25:34.341231 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.341353 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.341406 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:25:34.341782 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.341827 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.342158 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:25:34.342369 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.342499 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} executeQuery: Read 1 rows, 69.00 B in 0.00117 sec., 854.7008547008546 rows/sec., 57.59 KiB/sec. 2025.11.20 17:25:34.342536 [ 260 ] {c000457c-0f9a-45f7-aca5-91a163d3bfe9} TCPHandler: Processed in 0.001366536 sec. 2025.11.20 17:25:34.342638 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.342737 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.342791 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} 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.11.20 17:25:34.343656 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.343689 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.344253 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:25:34.344484 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.344624 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} executeQuery: Read 40 rows, 73.40 KiB in 0.001906 sec., 20986.35886673662 rows/sec., 37.61 MiB/sec. 2025.11.20 17:25:34.344643 [ 114 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.11.20 17:25:34.344678 [ 260 ] {9f05ef56-7cec-4043-a069-3fc01ecc432a} TCPHandler: Processed in 0.002089499 sec. 2025.11.20 17:25:34.344719 [ 114 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.344752 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.344801 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:34.344874 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:25:34.344905 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:34.344962 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:34.345155 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:34.345225 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1624 rows starting from the beginning of the part 2025.11.20 17:25:34.345302 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:34.345344 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:34.345379 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:34.345509 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:34.345636 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:34.345660 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:25:34.345757 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:34.345881 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 40 rows starting from the beginning of the part 2025.11.20 17:25:34.345883 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.346032 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} executeQuery: Read 68 rows, 4.04 KiB in 0.001146 sec., 59336.823734729485 rows/sec., 3.44 MiB/sec. 2025.11.20 17:25:34.346070 [ 260 ] {cf45b2c4-ccb9-42f0-8657-9cde56fe4781} TCPHandler: Processed in 0.001318065 sec. 2025.11.20 17:25:34.357119 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1824 rows, containing 19 columns (19 merged, 0 gathered) in 0.012302191 sec., 148266.2722437003 rows/sec., 265.69 MiB/sec. 2025.11.20 17:25:34.359155 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.11.20 17:25:34.359486 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:34.359554 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_46_9} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.11.20 17:25:34.359667 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 16.76 MiB. 2025.11.20 17:25:35.000273 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 353.53 MiB, peak 370.24 MiB, free memory in arenas 0.00 B, will set to 361.75 MiB (RSS), difference: 8.21 MiB 2025.11.20 17:25:36.285981 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 1820 2025.11.20 17:25:36.289067 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:36.289110 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:36.290323 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:25:36.290598 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:36.290863 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1820 2025.11.20 17:25:37.307492 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:37.307669 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:37.307731 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:37.308405 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.308444 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.308839 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:25:37.309057 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.309187 [ 112 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.11.20 17:25:37.309210 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} executeQuery: Read 56 rows, 4.41 KiB in 0.001589 sec., 35242.29074889868 rows/sec., 2.71 MiB/sec. 2025.11.20 17:25:37.309225 [ 112 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.309245 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.309254 [ 260 ] {f038d500-4878-45c6-b177-636ce074a369} TCPHandler: Processed in 0.001888295 sec. 2025.11.20 17:25:37.309336 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.11.20 17:25:37.309370 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:37.309426 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:37.309454 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2463 rows starting from the beginning of the part 2025.11.20 17:25:37.309465 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:37.309509 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 56 rows starting from the beginning of the part 2025.11.20 17:25:37.309531 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:37.309551 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 136 rows starting from the beginning of the part 2025.11.20 17:25:37.309591 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 56 rows starting from the beginning of the part 2025.11.20 17:25:37.309629 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 2338 rows starting from the beginning of the part 2025.11.20 17:25:37.309667 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 56 rows starting from the beginning of the part 2025.11.20 17:25:37.309962 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.310022 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.310331 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:25:37.310546 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.310657 [ 112 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.11.20 17:25:37.310673 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} executeQuery: Read 64 rows, 5.12 KiB in 0.001227 sec., 52159.73920130399 rows/sec., 4.07 MiB/sec. 2025.11.20 17:25:37.310686 [ 112 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.310704 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.310712 [ 260 ] {be324804-73ca-4ffc-9c7b-7382b8bc9c02} TCPHandler: Processed in 0.001391126 sec. 2025.11.20 17:25:37.310772 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.11.20 17:25:37.310826 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:37.310857 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:37.310883 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1249 rows starting from the beginning of the part 2025.11.20 17:25:37.310922 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:37.310934 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 64 rows starting from the beginning of the part 2025.11.20 17:25:37.310968 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:37.310977 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 104 rows starting from the beginning of the part 2025.11.20 17:25:37.311015 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 64 rows starting from the beginning of the part 2025.11.20 17:25:37.311055 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 1187 rows starting from the beginning of the part 2025.11.20 17:25:37.311093 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 64 rows starting from the beginning of the part 2025.11.20 17:25:37.311342 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.311376 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.311375 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5105 rows, containing 5 columns (5 merged, 0 gathered) in 0.002067679 sec., 2468951.9021085966 rows/sec., 210.70 MiB/sec. 2025.11.20 17:25:37.311650 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.11.20 17:25:37.311713 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:25:37.311899 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.311936 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.311958 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_106_21} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.11.20 17:25:37.312023 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.11.20 17:25:37.312047 [ 112 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 2025.11.20 17:25:37.312065 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} executeQuery: Read 96 rows, 6.85 KiB in 0.001161 sec., 82687.33850129199 rows/sec., 5.76 MiB/sec. 2025.11.20 17:25:37.312076 [ 112 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.312095 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.312103 [ 260 ] {169a6917-4eef-417f-9231-b1b2ab5de5cb} TCPHandler: Processed in 0.001327494 sec. 2025.11.20 17:25:37.312133 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 2732 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392936 sec., 1961324.8562748036 rows/sec., 149.73 MiB/sec. 2025.11.20 17:25:37.312152 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full 2025.11.20 17:25:37.312219 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:37.312255 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:37.312283 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTreeSequentialSource: Reading 6 marks from part all_1_101_20, total 32792 rows starting from the beginning of the part 2025.11.20 17:25:37.312317 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:37.312332 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:37.312360 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:37.312376 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:37.312415 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:37.312418 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.11.20 17:25:37.312455 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 908 rows starting from the beginning of the part 2025.11.20 17:25:37.312683 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.312719 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.312843 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.312958 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_106_21} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.11.20 17:25:37.313039 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:25:37.313078 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.11.20 17:25:37.313250 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.313363 [ 112 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.11.20 17:25:37.313383 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} executeQuery: Read 36 rows, 2.48 KiB in 0.001085 sec., 33179.72350230414 rows/sec., 2.24 MiB/sec. 2025.11.20 17:25:37.313390 [ 112 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:37.313412 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:37.313419 [ 260 ] {72aa2085-a477-4526-8b40-eefbf5ea4df0} TCPHandler: Processed in 0.001252443 sec. 2025.11.20 17:25:37.313511 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.11.20 17:25:37.313634 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:37.313665 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 7220 rows starting from the beginning of the part 2025.11.20 17:25:37.313725 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part 2025.11.20 17:25:37.313770 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 60 rows starting from the beginning of the part 2025.11.20 17:25:37.313808 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part 2025.11.20 17:25:37.313860 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 68 rows starting from the beginning of the part 2025.11.20 17:25:37.313902 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 36 rows starting from the beginning of the part 2025.11.20 17:25:37.316329 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 7504 rows, containing 4 columns (4 merged, 0 gathered) in 0.002862664 sec., 2621334.5331481444 rows/sec., 167.49 MiB/sec. 2025.11.20 17:25:37.316882 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.11.20 17:25:37.317118 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.317183 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_106_21} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.11.20 17:25:37.317249 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. 2025.11.20 17:25:37.321043 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 34180 rows, containing 5 columns (5 merged, 0 gathered) in 0.008917957 sec., 3832716.394573331 rows/sec., 258.22 MiB/sec. 2025.11.20 17:25:37.321418 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.11.20 17:25:37.321804 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:37.321901 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_105_21} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 2025.11.20 17:25:37.322022 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.11.20 17:25:38.000243 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 362.14 MiB, peak 373.60 MiB, free memory in arenas 0.00 B, will set to 363.63 MiB (RSS), difference: 1.49 MiB 2025.11.20 17:25:38.683158 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 32096 2025.11.20 17:25:38.683722 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:38.683769 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:38.684350 [ 245 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:25:38.684592 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:38.684722 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32096 2025.11.20 17:25:40.320721 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 505 2025.11.20 17:25:40.336013 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:40.336063 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:40.341716 [ 244 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:25:40.342445 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:40.345146 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 505 2025.11.20 17:25:42.310148 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:42.310319 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:42.310384 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:42.311002 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:42.311049 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:42.311436 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.11.20 17:25:42.311670 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:42.311828 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} executeQuery: Read 56 rows, 4.41 KiB in 0.001555 sec., 36012.86173633441 rows/sec., 2.77 MiB/sec. 2025.11.20 17:25:42.311870 [ 260 ] {8fc3f1fd-d406-4a77-af3e-cf2c2a2b9a15} TCPHandler: Processed in 0.001851225 sec. 2025.11.20 17:25:42.311990 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:42.312084 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:42.312124 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:42.312534 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:42.312570 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:42.312882 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.11.20 17:25:42.313088 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:42.313217 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} executeQuery: Read 64 rows, 5.12 KiB in 0.001152 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. 2025.11.20 17:25:42.313255 [ 260 ] {1058b3c0-2047-4bbc-9754-e8b31d87dfa2} TCPHandler: Processed in 0.001315395 sec. 2025.11.20 17:25:42.313380 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:42.313474 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:42.313517 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:42.313933 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:42.313968 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:42.314302 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.11.20 17:25:42.314509 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:42.314639 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} executeQuery: Read 160 rows, 11.41 KiB in 0.001184 sec., 135135.13513513515 rows/sec., 9.41 MiB/sec. 2025.11.20 17:25:42.314677 [ 260 ] {fe638f0e-634b-46d9-994f-e92119af7024} TCPHandler: Processed in 0.001345485 sec. 2025.11.20 17:25:42.314774 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:42.314868 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:42.314910 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:42.315229 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:42.315265 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:42.315574 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.11.20 17:25:42.315778 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:42.315909 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.11.20 17:25:42.315946 [ 260 ] {69eb7cc4-3f7c-4cd1-919a-0af359dc22a6} TCPHandler: Processed in 0.001219493 sec. 2025.11.20 17:25:46.017820 [ 102 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:25:46.017924 [ 102 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:25:46.185820 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 32608 2025.11.20 17:25:46.186348 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:46.186393 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:46.186921 [ 245 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:25:46.187178 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:46.187312 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32608 2025.11.20 17:25:46.292146 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1836 2025.11.20 17:25:46.295200 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:46.295273 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:46.297045 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:25:46.297435 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:46.297681 [ 102 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:25:46.297776 [ 102 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:46.297810 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:46.297837 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1836 2025.11.20 17:25:46.298000 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:25:46.298904 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:46.299120 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1684 rows starting from the beginning of the part 2025.11.20 17:25:46.299615 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 50 rows starting from the beginning of the part 2025.11.20 17:25:46.300083 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part 2025.11.20 17:25:46.300505 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 26 rows starting from the beginning of the part 2025.11.20 17:25:46.300914 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 44 rows starting from the beginning of the part 2025.11.20 17:25:46.301330 [ 193 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part 2025.11.20 17:25:46.310463 [ 190 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1836 rows, containing 72 columns (72 merged, 0 gathered) in 0.012557246 sec., 146210.4031409435 rows/sec., 113.87 MiB/sec. 2025.11.20 17:25:46.313052 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:25:46.313999 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:46.314132 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_51_10} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:25:46.314597 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.91 MiB. 2025.11.20 17:25:46.872663 [ 102 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 5 parts from all_1_39_8 to all_43_43_0 2025.11.20 17:25:46.872732 [ 102 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:46.872757 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:46.872883 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTask::PrepareStage: Merging 5 parts: from all_1_39_8 to all_43_43_0 into Compact with storage Full 2025.11.20 17:25:46.873022 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:46.873058 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_39_8, total 41 rows starting from the beginning of the part 2025.11.20 17:25:46.873123 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part 2025.11.20 17:25:46.873168 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part 2025.11.20 17:25:46.873210 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part 2025.11.20 17:25:46.873247 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part 2025.11.20 17:25:46.874125 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.001294674 sec., 34757.78458515425 rows/sec., 2.28 MiB/sec. 2025.11.20 17:25:46.874278 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} MergedBlockOutputStream: filled checksums all_1_43_9 (state Temporary) 2025.11.20 17:25:46.874531 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_43_9 to all_1_43_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:46.874599 [ 189 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_43_9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 5 parts: [all_1_39_8, all_43_43_0] -> all_1_43_9 2025.11.20 17:25:46.874668 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.11.20 17:25:47.310917 [ 104 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.11.20 17:25:47.310975 [ 104 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.310996 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.311122 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:25:47.311276 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:47.311309 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 20 rows starting from the beginning of the part 2025.11.20 17:25:47.311377 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2025.11.20 17:25:47.311425 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 12 rows starting from the beginning of the part 2025.11.20 17:25:47.311470 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2025.11.20 17:25:47.311511 [ 190 ] {db4765ec-e1f8-4f4e-9924-531726021f31::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.11.20 17:25:47.312292 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001225963 sec., 45678.3769167585 rows/sec., 3.81 MiB/sec. 2025.11.20 17:25:47.312506 [ 199 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.11.20 17:25:47.312880 [ 199 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.312980 [ 199 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_17_4} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.11.20 17:25:47.313093 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:25:47.323991 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.324144 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.324205 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:25:47.325012 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.325049 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.325482 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:25:47.325715 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.325869 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} executeQuery: Read 410 rows, 26.63 KiB in 0.001772 sec., 231376.97516930025 rows/sec., 14.68 MiB/sec. 2025.11.20 17:25:47.325913 [ 260 ] {5d2aed56-0053-4a72-a997-a9b819efe01f} TCPHandler: Processed in 0.002041958 sec. 2025.11.20 17:25:47.326034 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.326131 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:47.326172 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:47.327250 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.327286 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.327680 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.11.20 17:25:47.327898 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.328027 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} executeQuery: Read 1192 rows, 97.51 KiB in 0.001915 sec., 622454.3080939947 rows/sec., 49.73 MiB/sec. 2025.11.20 17:25:47.328065 [ 260 ] {c4421a86-8ab5-470f-befa-bb2e911c19c1} TCPHandler: Processed in 0.002081709 sec. 2025.11.20 17:25:47.328175 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.328268 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.328308 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:25:47.328850 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.328884 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.329200 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:25:47.329418 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.329548 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} executeQuery: Read 245 rows, 15.32 KiB in 0.001298 sec., 188751.92604006166 rows/sec., 11.53 MiB/sec. 2025.11.20 17:25:47.329585 [ 260 ] {1a7bdb89-8075-4403-9dbc-9e0be7533d0c} TCPHandler: Processed in 0.001459577 sec. 2025.11.20 17:25:47.329686 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.329779 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.329848 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:25:47.330396 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.330431 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.330744 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:25:47.330959 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.331087 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} executeQuery: Read 212 rows, 14.00 KiB in 0.001326 sec., 159879.3363499246 rows/sec., 10.31 MiB/sec. 2025.11.20 17:25:47.331125 [ 260 ] {3a19cd0b-a1a1-4340-9ed5-26e2841830b2} TCPHandler: Processed in 0.001486998 sec. 2025.11.20 17:25:47.331225 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.331318 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.331358 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:25:47.331890 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.331925 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.332236 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:25:47.332439 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.332568 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} executeQuery: Read 211 rows, 12.27 KiB in 0.001267 sec., 166535.12233622733 rows/sec., 9.46 MiB/sec. 2025.11.20 17:25:47.332607 [ 260 ] {d94d9824-3960-40fa-a4dc-2008aec17843} TCPHandler: Processed in 0.001430087 sec. 2025.11.20 17:25:47.332707 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.332810 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:47.332850 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:47.333631 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.333665 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.334045 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.11.20 17:25:47.334248 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.334374 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} executeQuery: Read 719 rows, 51.67 KiB in 0.001592 sec., 451633.1658291457 rows/sec., 31.70 MiB/sec. 2025.11.20 17:25:47.334412 [ 260 ] {96263221-1539-4226-a698-364ad20b94de} TCPHandler: Processed in 0.001754123 sec. 2025.11.20 17:25:47.334522 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.334616 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:25:47.334657 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:25:47.335005 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.335047 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.335403 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.11.20 17:25:47.335658 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.335817 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} executeQuery: Read 6 rows, 321.00 B in 0.001217 sec., 4930.156121610517 rows/sec., 257.58 KiB/sec. 2025.11.20 17:25:47.335864 [ 260 ] {5d44634b-d695-4285-8258-d4aec5a33f5c} TCPHandler: Processed in 0.001390436 sec. 2025.11.20 17:25:47.335993 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.336109 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.336162 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:47.336640 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.336677 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.337031 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.11.20 17:25:47.337267 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.337400 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} executeQuery: Read 314 rows, 21.12 KiB in 0.001317 sec., 238420.6529992407 rows/sec., 15.66 MiB/sec. 2025.11.20 17:25:47.337438 [ 260 ] {14fb5f0b-5d29-4c38-8dd6-7758b461c31c} TCPHandler: Processed in 0.001506779 sec. 2025.11.20 17:25:47.337539 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.337634 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.337678 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:25:47.337993 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.338029 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.338328 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:25:47.338535 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.338675 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} executeQuery: Read 1 rows, 69.00 B in 0.00106 sec., 943.3962264150944 rows/sec., 63.57 KiB/sec. 2025.11.20 17:25:47.338712 [ 260 ] {12971e6d-5ed2-468d-a0be-9d61cbbd845a} TCPHandler: Processed in 0.001222013 sec. 2025.11.20 17:25:47.338812 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.338906 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.338961 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} 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.11.20 17:25:47.339850 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.339886 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.340450 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:25:47.340673 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.340811 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} executeQuery: Read 40 rows, 73.40 KiB in 0.001923 sec., 20800.83203328133 rows/sec., 37.27 MiB/sec. 2025.11.20 17:25:47.340867 [ 260 ] {75725d0e-7f2d-41b3-90d2-b7c802a26722} TCPHandler: Processed in 0.00210316 sec. 2025.11.20 17:25:47.340975 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:47.341071 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:47.341113 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:47.341467 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.341503 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.341818 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.11.20 17:25:47.342054 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.342185 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} executeQuery: Read 104 rows, 6.53 KiB in 0.001133 sec., 91791.70344218888 rows/sec., 5.62 MiB/sec. 2025.11.20 17:25:47.342222 [ 260 ] {bc538f51-c3c7-4216-8ae0-0cdd97aae09d} TCPHandler: Processed in 0.001296844 sec. 2025.11.20 17:25:47.845192 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 512 2025.11.20 17:25:47.860768 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:47.860828 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:47.866718 [ 244 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:25:47.867513 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:47.870288 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 512 2025.11.20 17:25:48.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 365.06 MiB, peak 373.60 MiB, free memory in arenas 0.00 B, will set to 363.73 MiB (RSS), difference: -1.33 MiB 2025.11.20 17:25:52.310449 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:52.310633 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:52.310702 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:52.311400 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:52.311450 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:52.311851 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.11.20 17:25:52.312077 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:52.312235 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} executeQuery: Read 56 rows, 4.41 KiB in 0.001656 sec., 33816.42512077295 rows/sec., 2.60 MiB/sec. 2025.11.20 17:25:52.312278 [ 260 ] {40a278c9-1742-442c-bd76-65d2f625ceca} TCPHandler: Processed in 0.001961857 sec. 2025.11.20 17:25:52.312412 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:52.312509 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:52.312550 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:52.312961 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:52.312999 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:52.313310 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.11.20 17:25:52.313521 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:52.313651 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} executeQuery: Read 64 rows, 5.12 KiB in 0.00116 sec., 55172.41379310345 rows/sec., 4.31 MiB/sec. 2025.11.20 17:25:52.313689 [ 260 ] {acab0929-77db-466a-a536-0338e93df36b} TCPHandler: Processed in 0.001325765 sec. 2025.11.20 17:25:52.313806 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:52.313907 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:52.313951 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:52.314370 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:52.314406 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:52.314733 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.11.20 17:25:52.314946 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:52.315075 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.11.20 17:25:52.315113 [ 260 ] {804f3fe2-c8dd-4bfc-989a-964a4fd839a0} TCPHandler: Processed in 0.001355466 sec. 2025.11.20 17:25:52.315218 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:52.315312 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:52.315355 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:52.315687 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:52.315723 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.86 GiB. 2025.11.20 17:25:52.316046 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) 2025.11.20 17:25:52.316255 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:52.316385 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} executeQuery: Read 60 rows, 4.14 KiB in 0.001091 sec., 54995.417048579286 rows/sec., 3.71 MiB/sec. 2025.11.20 17:25:52.316421 [ 260 ] {02975f97-e7bb-4282-8ac9-53d7299473a3} TCPHandler: Processed in 0.001251513 sec. 2025.11.20 17:25:53.687458 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 33056 2025.11.20 17:25:53.687977 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:53.688023 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:53.688512 [ 245 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:25:53.688742 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:53.688875 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33056 2025.11.20 17:25:55.370396 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 520 2025.11.20 17:25:55.386623 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:55.386669 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:55.392601 [ 244 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:25:55.393310 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:55.396097 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 520 2025.11.20 17:25:56.298201 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1866 2025.11.20 17:25:56.300551 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:56.300600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:56.301807 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:25:56.302098 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:56.302379 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1866 2025.11.20 17:25:57.325198 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.325363 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.325425 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:25:57.326228 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.326272 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.326666 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:25:57.326887 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.327046 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} executeQuery: Read 410 rows, 26.63 KiB in 0.001699 sec., 241318.4226015303 rows/sec., 15.31 MiB/sec. 2025.11.20 17:25:57.327088 [ 260 ] {fd3fa39a-d5b9-4ac0-beee-7ec1fcb51f85} TCPHandler: Processed in 0.001997698 sec. 2025.11.20 17:25:57.327201 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.327298 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:25:57.327340 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:25:57.328236 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.328273 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.328652 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.11.20 17:25:57.328856 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.328988 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} executeQuery: Read 1192 rows, 97.51 KiB in 0.001709 sec., 697483.9087185488 rows/sec., 55.72 MiB/sec. 2025.11.20 17:25:57.329026 [ 260 ] {26b10b85-94f8-4d4b-ade5-8963afddd7db} TCPHandler: Processed in 0.001874975 sec. 2025.11.20 17:25:57.329136 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.329230 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.329270 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:25:57.329747 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.329783 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.330094 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:25:57.330324 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.330452 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} executeQuery: Read 245 rows, 15.32 KiB in 0.00124 sec., 197580.64516129033 rows/sec., 12.07 MiB/sec. 2025.11.20 17:25:57.330491 [ 260 ] {b62c9551-0243-4d0e-b16e-366bd53cdb18} TCPHandler: Processed in 0.001403546 sec. 2025.11.20 17:25:57.330589 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.330682 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.330721 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:25:57.331189 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.331225 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.331529 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:25:57.331731 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.331856 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} executeQuery: Read 212 rows, 14.00 KiB in 0.001191 sec., 178001.6792611251 rows/sec., 11.48 MiB/sec. 2025.11.20 17:25:57.331900 [ 260 ] {a76447f8-09c5-4e83-8917-f107c40b639e} TCPHandler: Processed in 0.001360176 sec. 2025.11.20 17:25:57.331998 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.332091 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.332130 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:25:57.332586 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.332622 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.332933 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:25:57.333135 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.333262 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} executeQuery: Read 211 rows, 12.27 KiB in 0.001188 sec., 177609.4276094276 rows/sec., 10.09 MiB/sec. 2025.11.20 17:25:57.333298 [ 260 ] {3c140fee-96da-491c-8841-f14d01cbbbde} TCPHandler: Processed in 0.001348065 sec. 2025.11.20 17:25:57.333395 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.333488 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:25:57.333527 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:25:57.334217 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.334255 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.334605 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.11.20 17:25:57.334885 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.335022 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} executeQuery: Read 719 rows, 51.67 KiB in 0.001552 sec., 463273.19587628864 rows/sec., 32.51 MiB/sec. 2025.11.20 17:25:57.335064 [ 260 ] {0db6847f-a97b-484f-bd0b-2f604cc5ba4b} TCPHandler: Processed in 0.001715502 sec. 2025.11.20 17:25:57.335177 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.335273 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:25:57.335316 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:25:57.335663 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.335701 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.336011 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.11.20 17:25:57.336229 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.336363 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} executeQuery: Read 6 rows, 321.00 B in 0.001108 sec., 5415.162454873646 rows/sec., 282.92 KiB/sec. 2025.11.20 17:25:57.336400 [ 260 ] {7a797ff7-7947-4906-9836-9944e483256e} TCPHandler: Processed in 0.001273644 sec. 2025.11.20 17:25:57.336516 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.336609 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.336653 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:25:57.337102 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.337138 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.337503 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.11.20 17:25:57.337710 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.337829 [ 91 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 2025.11.20 17:25:57.337839 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} executeQuery: Read 314 rows, 21.12 KiB in 0.001248 sec., 251602.5641025641 rows/sec., 16.53 MiB/sec. 2025.11.20 17:25:57.337911 [ 91 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.337922 [ 260 ] {a929e983-de42-4343-b600-e5a66c3a2dc4} TCPHandler: Processed in 0.001455028 sec. 2025.11.20 17:25:57.337940 [ 91 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.338042 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.338058 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_105_21 to all_110_110_0 into Compact with storage Full 2025.11.20 17:25:57.338142 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.338189 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:25:57.338204 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:25:57.338246 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 34180 rows starting from the beginning of the part 2025.11.20 17:25:57.338319 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 96 rows starting from the beginning of the part 2025.11.20 17:25:57.338367 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:57.338414 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 314 rows starting from the beginning of the part 2025.11.20 17:25:57.338458 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 160 rows starting from the beginning of the part 2025.11.20 17:25:57.338504 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 314 rows starting from the beginning of the part 2025.11.20 17:25:57.338510 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.338558 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.338913 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:25:57.339129 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.339264 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} executeQuery: Read 1 rows, 69.00 B in 0.00114 sec., 877.1929824561404 rows/sec., 59.11 KiB/sec. 2025.11.20 17:25:57.339301 [ 260 ] {c5d2c030-858b-4cd4-b3af-68bf92995a42} TCPHandler: Processed in 0.001308415 sec. 2025.11.20 17:25:57.339406 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.339499 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.339555 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} 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.11.20 17:25:57.340407 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.340444 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.341058 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:25:57.341283 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.341428 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} executeQuery: Read 40 rows, 73.40 KiB in 0.001947 sec., 20544.42732408834 rows/sec., 36.81 MiB/sec. 2025.11.20 17:25:57.341484 [ 260 ] {07348651-540a-4d3a-948c-23981169ed15} TCPHandler: Processed in 0.00212593 sec. 2025.11.20 17:25:57.341597 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:25:57.341693 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:25:57.341736 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:25:57.342072 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:25:57.342109 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:25:57.342449 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) 2025.11.20 17:25:57.342661 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.342795 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} executeQuery: Read 104 rows, 6.53 KiB in 0.00112 sec., 92857.14285714287 rows/sec., 5.69 MiB/sec. 2025.11.20 17:25:57.342831 [ 260 ] {3cec1bcd-6653-444c-8b66-f67bee6bd2ea} TCPHandler: Processed in 0.001284074 sec. 2025.11.20 17:25:57.345435 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergeTask::MergeProjectionsStage: Merge sorted 35224 rows, containing 5 columns (5 merged, 0 gathered) in 0.00743041 sec., 4740519.029232573 rows/sec., 319.37 MiB/sec. 2025.11.20 17:25:57.345877 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) 2025.11.20 17:25:57.346204 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:25:57.346292 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_110_22} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 2025.11.20 17:25:57.346381 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.11.20 17:25:57.350187 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.350194 [ 223 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.350225 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.350250 [ 223 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.387062 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.387173 [ 223 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.891241 [ 221 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.891311 [ 221 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:57.900724 [ 221 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:58.413920 [ 223 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:58.413969 [ 223 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:25:58.419373 [ 223 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:01.017981 [ 87 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:26:01.018036 [ 87 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:26:01.034687 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:01.034765 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:01.060020 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:01.189105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 33568 2025.11.20 17:26:01.189627 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:01.189674 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:01.190148 [ 245 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:26:01.190375 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:01.190516 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33568 2025.11.20 17:26:02.160650 [ 217 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:02.160701 [ 217 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:02.163540 [ 217 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:02.310360 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:02.310544 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:02.310611 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:02.311258 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.311308 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.311703 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.11.20 17:26:02.311931 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.312085 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} executeQuery: Read 56 rows, 4.41 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.70 MiB/sec. 2025.11.20 17:26:02.312108 [ 85 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.11.20 17:26:02.312128 [ 260 ] {83a18dbe-7c7b-40a9-8e36-0638eb9e8050} TCPHandler: Processed in 0.001898935 sec. 2025.11.20 17:26:02.312178 [ 85 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.312208 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.312279 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:02.312342 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.11.20 17:26:02.312381 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:02.312427 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:02.312488 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:02.312529 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2463 rows starting from the beginning of the part 2025.11.20 17:26:02.312597 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:02.312643 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:26:02.312684 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:02.312725 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:26:02.312773 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:02.312861 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.312903 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.313244 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.11.20 17:26:02.313473 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.313598 [ 85 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.11.20 17:26:02.313612 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} executeQuery: Read 64 rows, 5.12 KiB in 0.001252 sec., 51118.2108626198 rows/sec., 3.99 MiB/sec. 2025.11.20 17:26:02.313628 [ 85 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.313655 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.313659 [ 260 ] {7d48c04f-6cae-4a33-bc5d-61ef9bfd0176} TCPHandler: Processed in 0.001437617 sec. 2025.11.20 17:26:02.313746 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.11.20 17:26:02.313782 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:02.313858 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:02.313882 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:02.313896 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1249 rows starting from the beginning of the part 2025.11.20 17:26:02.313935 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:02.313974 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:02.314027 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 719 rows starting from the beginning of the part 2025.11.20 17:26:02.314072 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:02.314113 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 719 rows starting from the beginning of the part 2025.11.20 17:26:02.314152 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:02.314358 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.314400 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.314637 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 5015 rows, containing 5 columns (5 merged, 0 gathered) in 0.002355024 sec., 2129489.975473711 rows/sec., 180.05 MiB/sec. 2025.11.20 17:26:02.314746 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.11.20 17:26:02.314993 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.314996 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.11.20 17:26:02.315131 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001269 sec., 126083.5303388495 rows/sec., 8.78 MiB/sec. 2025.11.20 17:26:02.315175 [ 260 ] {d62db33a-edbb-4289-bd6a-da2829acd5eb} TCPHandler: Processed in 0.001442687 sec. 2025.11.20 17:26:02.315279 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:02.315375 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:02.315386 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.315403 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 2879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699212 sec., 1694314.7764963994 rows/sec., 127.72 MiB/sec. 2025.11.20 17:26:02.315422 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:02.315490 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_111_22} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.11.20 17:26:02.315624 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.11.20 17:26:02.315624 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.11.20 17:26:02.315775 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.315819 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.315938 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.316031 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_111_22} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.11.20 17:26:02.316138 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.11.20 17:26:02.316173 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) 2025.11.20 17:26:02.316397 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.316514 [ 85 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 2025.11.20 17:26:02.316531 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} executeQuery: Read 60 rows, 4.14 KiB in 0.001174 sec., 51107.325383304946 rows/sec., 3.44 MiB/sec. 2025.11.20 17:26:02.316555 [ 85 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.316575 [ 260 ] {ba35be34-e11e-4eb0-baa2-5148450bf692} TCPHandler: Processed in 0.001343755 sec. 2025.11.20 17:26:02.316579 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.316666 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTask::PrepareStage: Merging 6 parts: from all_1_106_21 to all_111_111_0 into Compact with storage Full 2025.11.20 17:26:02.316758 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:02.316784 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7504 rows starting from the beginning of the part 2025.11.20 17:26:02.316839 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:02.316883 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 104 rows starting from the beginning of the part 2025.11.20 17:26:02.316923 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:02.316965 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 104 rows starting from the beginning of the part 2025.11.20 17:26:02.317006 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:02.318733 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergeTask::MergeProjectionsStage: Merge sorted 7892 rows, containing 4 columns (4 merged, 0 gathered) in 0.002095129 sec., 3766832.4957556315 rows/sec., 240.72 MiB/sec. 2025.11.20 17:26:02.319187 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) 2025.11.20 17:26:02.319464 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.319533 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_111_22} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 2025.11.20 17:26:02.319629 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. 2025.11.20 17:26:02.896268 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 527 2025.11.20 17:26:02.912268 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:02.912332 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:02.918047 [ 244 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:26:02.918745 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:02.921691 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 527 2025.11.20 17:26:04.330863 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.331048 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.331114 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:26:04.332074 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.332127 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.332529 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:26:04.332757 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.332912 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} executeQuery: Read 410 rows, 26.63 KiB in 0.001915 sec., 214099.21671018275 rows/sec., 13.58 MiB/sec. 2025.11.20 17:26:04.332956 [ 260 ] {208311d0-9147-4c53-81f4-bdb03eb72b45} TCPHandler: Processed in 0.002229412 sec. 2025.11.20 17:26:04.333074 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.333171 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:26:04.333216 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:26:04.333631 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.333669 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.333963 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.11.20 17:26:04.334192 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.334323 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} executeQuery: Read 6 rows, 501.00 B in 0.001171 sec., 5123.825789923143 rows/sec., 417.81 KiB/sec. 2025.11.20 17:26:04.334362 [ 260 ] {4a63c4fd-cf4c-4560-8b1d-0f2f23e1a85c} TCPHandler: Processed in 0.001337605 sec. 2025.11.20 17:26:04.334466 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.334560 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:04.334600 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:04.336138 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.336175 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.336620 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.11.20 17:26:04.336834 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.336967 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} executeQuery: Read 2335 rows, 194.29 KiB in 0.002424 sec., 963283.8283828383 rows/sec., 78.28 MiB/sec. 2025.11.20 17:26:04.337006 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:26:04.337021 [ 260 ] {0825252f-5a1f-4417-aa3e-b9076aeb1372} TCPHandler: Processed in 0.002604239 sec. 2025.11.20 17:26:04.337118 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.337213 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.337254 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:26:04.337751 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.337788 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.338104 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:26:04.338309 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.338449 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} executeQuery: Read 251 rows, 15.74 KiB in 0.001256 sec., 199840.7643312102 rows/sec., 12.24 MiB/sec. 2025.11.20 17:26:04.338487 [ 260 ] {779627d2-f6d6-45a3-9841-2d97b8bc7f0e} TCPHandler: Processed in 0.001417407 sec. 2025.11.20 17:26:04.338597 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.338692 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.338734 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:26:04.339308 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.339346 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.339659 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:26:04.339863 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.339993 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} executeQuery: Read 440 rows, 29.81 KiB in 0.001319 sec., 333586.0500379075 rows/sec., 22.07 MiB/sec. 2025.11.20 17:26:04.340031 [ 260 ] {b8331c76-ef22-4daa-ba7e-a442a5e95891} TCPHandler: Processed in 0.001483378 sec. 2025.11.20 17:26:04.340141 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.340236 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.340277 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:26:04.340768 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.340806 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.341103 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:26:04.341323 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.341453 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} executeQuery: Read 211 rows, 12.27 KiB in 0.001236 sec., 170711.97411003237 rows/sec., 9.69 MiB/sec. 2025.11.20 17:26:04.341491 [ 260 ] {9f3745d2-07b9-4f86-be4f-ca8889df2d14} TCPHandler: Processed in 0.001399456 sec. 2025.11.20 17:26:04.341590 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.341685 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:04.341726 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:04.342684 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.342722 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.343074 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.11.20 17:26:04.343284 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.343412 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} executeQuery: Read 1181 rows, 86.45 KiB in 0.001744 sec., 677178.8990825688 rows/sec., 48.41 MiB/sec. 2025.11.20 17:26:04.343450 [ 260 ] {ac93102a-8c31-4c25-bc35-f128900117a4} TCPHandler: Processed in 0.001908146 sec. 2025.11.20 17:26:04.343559 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.343654 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:26:04.343697 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:26:04.344029 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.344066 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.344367 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.11.20 17:26:04.344576 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.344705 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2025.11.20 17:26:04.344743 [ 260 ] {349db91e-727e-4ab3-9d92-a2d14ef20ef3} TCPHandler: Processed in 0.001233243 sec. 2025.11.20 17:26:04.344865 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.344989 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.345044 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:04.345768 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.345813 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.346224 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.11.20 17:26:04.346440 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.346576 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} executeQuery: Read 905 rows, 61.24 KiB in 0.001612 sec., 561414.3920595534 rows/sec., 37.10 MiB/sec. 2025.11.20 17:26:04.346615 [ 260 ] {15845394-74a5-4a30-8144-f49ef1585ffc} TCPHandler: Processed in 0.001811864 sec. 2025.11.20 17:26:04.346715 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.346810 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.346853 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:26:04.347195 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.347238 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.347582 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:26:04.347839 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.347977 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} executeQuery: Read 1 rows, 69.00 B in 0.001185 sec., 843.8818565400843 rows/sec., 56.86 KiB/sec. 2025.11.20 17:26:04.348016 [ 260 ] {fad11f4c-209b-45cd-8bca-643be95ae831} TCPHandler: Processed in 0.001349176 sec. 2025.11.20 17:26:04.348122 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.348224 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.348280 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} 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.11.20 17:26:04.349191 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.349229 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.349902 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:26:04.350202 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.350382 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} executeQuery: Read 40 rows, 73.40 KiB in 0.002175 sec., 18390.80459770115 rows/sec., 32.96 MiB/sec. 2025.11.20 17:26:04.350456 [ 260 ] {a9508a1c-b1dc-44e2-8bf3-a3874fb5792c} TCPHandler: Processed in 0.002383805 sec. 2025.11.20 17:26:04.350646 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:04.350754 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:04.350837 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:04.351308 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:04.351352 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:04.351823 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) 2025.11.20 17:26:04.352253 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:04.352441 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} executeQuery: Read 68 rows, 4.04 KiB in 0.001707 sec., 39835.969537199766 rows/sec., 2.31 MiB/sec. 2025.11.20 17:26:04.352493 [ 260 ] {9ce6ea01-a8b1-4f2a-b5e5-4d451f75d926} TCPHandler: Processed in 0.001905496 sec. 2025.11.20 17:26:06.302666 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 1920 2025.11.20 17:26:06.305505 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:06.305545 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:06.306833 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:26:06.307120 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:06.307478 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1920 2025.11.20 17:26:07.307025 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:07.307200 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:07.307273 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:07.307906 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:07.307955 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:07.308344 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.11.20 17:26:07.308568 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:07.308737 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} executeQuery: Read 56 rows, 4.41 KiB in 0.001584 sec., 35353.53535353536 rows/sec., 2.72 MiB/sec. 2025.11.20 17:26:07.308791 [ 260 ] {2b43c25b-3d5f-4391-a348-d724b23392a7} TCPHandler: Processed in 0.001897575 sec. 2025.11.20 17:26:07.308912 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:07.309008 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:07.309049 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:07.309465 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:07.309502 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:07.309825 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.11.20 17:26:07.310061 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:07.310192 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2025.11.20 17:26:07.310230 [ 260 ] {479d3543-7f14-48cc-8300-388228d01cad} TCPHandler: Processed in 0.001373966 sec. 2025.11.20 17:26:07.310345 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:07.310438 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:07.310482 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:07.310868 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:07.310904 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:07.311234 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.11.20 17:26:07.311466 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:07.311602 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} executeQuery: Read 96 rows, 6.85 KiB in 0.001182 sec., 81218.27411167511 rows/sec., 5.66 MiB/sec. 2025.11.20 17:26:07.311640 [ 260 ] {54df61ae-2555-43de-8393-f45ddd738db3} TCPHandler: Processed in 0.001344245 sec. 2025.11.20 17:26:07.311757 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:07.311850 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:07.311895 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:07.312239 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:07.312279 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.85 GiB. 2025.11.20 17:26:07.312622 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) 2025.11.20 17:26:07.312830 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:07.312959 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} executeQuery: Read 36 rows, 2.48 KiB in 0.001128 sec., 31914.893617021273 rows/sec., 2.15 MiB/sec. 2025.11.20 17:26:07.312996 [ 260 ] {bd85e343-54ec-4bf1-b876-a50db1ccc161} TCPHandler: Processed in 0.001288304 sec. 2025.11.20 17:26:08.690725 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34016 2025.11.20 17:26:08.691281 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:08.691322 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:08.691795 [ 245 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:26:08.692031 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:08.692161 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34016 2025.11.20 17:26:08.692249 [ 14 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:26:08.692345 [ 14 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:08.692379 [ 14 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:08.692519 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:26:08.692682 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:08.692723 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 31648 rows starting from the beginning of the part 2025.11.20 17:26:08.692793 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 448 rows starting from the beginning of the part 2025.11.20 17:26:08.692844 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 512 rows starting from the beginning of the part 2025.11.20 17:26:08.692890 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 448 rows starting from the beginning of the part 2025.11.20 17:26:08.692932 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 512 rows starting from the beginning of the part 2025.11.20 17:26:08.692978 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 448 rows starting from the beginning of the part 2025.11.20 17:26:08.695266 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 34016 rows, containing 4 columns (4 merged, 0 gathered) in 0.002808913 sec., 12110022.631530417 rows/sec., 173.24 MiB/sec. 2025.11.20 17:26:08.695701 [ 186 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:26:08.695997 [ 186 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:08.696074 [ 186 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_71_14} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:26:08.696189 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. 2025.11.20 17:26:10.421821 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 535 2025.11.20 17:26:10.438250 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:10.438304 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:10.443958 [ 244 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:26:10.444671 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:10.444962 [ 12 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:26:10.445026 [ 12 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:10.445046 [ 12 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:10.445176 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:26:10.448066 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 535 2025.11.20 17:26:10.449134 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:10.450609 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 497 rows starting from the beginning of the part 2025.11.20 17:26:10.455063 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 8 rows starting from the beginning of the part 2025.11.20 17:26:10.459701 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 7 rows starting from the beginning of the part 2025.11.20 17:26:10.464235 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 8 rows starting from the beginning of the part 2025.11.20 17:26:10.468987 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 7 rows starting from the beginning of the part 2025.11.20 17:26:10.473410 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part 2025.11.20 17:26:10.534724 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 535 rows, containing 679 columns (679 merged, 0 gathered) in 0.089604452 sec., 5970.685474422632 rows/sec., 30.87 MiB/sec. 2025.11.20 17:26:10.537545 [ 197 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:26:10.539574 [ 197 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:10.539664 [ 197 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_71_14} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:26:10.541567 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.11.20 17:26:12.311105 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:12.311287 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:12.311353 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:12.311984 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:12.312031 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:12.312425 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.11.20 17:26:12.312652 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:12.312803 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} executeQuery: Read 56 rows, 4.41 KiB in 0.001568 sec., 35714.28571428572 rows/sec., 2.74 MiB/sec. 2025.11.20 17:26:12.312844 [ 260 ] {6182e85e-8587-4200-b5bf-89216d74328a} TCPHandler: Processed in 0.001872475 sec. 2025.11.20 17:26:12.312957 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:12.313052 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:12.313092 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:12.313510 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:12.313547 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:12.313858 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.11.20 17:26:12.314073 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:12.314203 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2025.11.20 17:26:12.314240 [ 260 ] {58b57726-e2cc-48dc-8bd1-64bfa019c07f} TCPHandler: Processed in 0.001332205 sec. 2025.11.20 17:26:12.314352 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:12.314446 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:12.314489 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:12.314896 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:12.314929 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:12.315258 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.11.20 17:26:12.315465 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:12.315593 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.11.20 17:26:12.315628 [ 260 ] {baadc0a3-ec12-4cbe-8729-64eb2076af5b} TCPHandler: Processed in 0.001323665 sec. 2025.11.20 17:26:12.315741 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:12.315839 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:12.315882 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:12.316238 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:12.316273 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:12.316585 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) 2025.11.20 17:26:12.316792 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:12.316919 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2025.11.20 17:26:12.316953 [ 260 ] {23b9ff4d-66c7-4ce8-9ff6-9d06831a45f1} TCPHandler: Processed in 0.001266384 sec. 2025.11.20 17:26:16.018097 [ 61 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:26:16.018171 [ 61 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:26:16.061408 [ 217 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:16.061449 [ 217 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:16.064655 [ 217 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:16.192363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 34528 2025.11.20 17:26:16.192958 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:16.193009 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:16.193522 [ 245 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:26:16.193747 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:16.193880 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34528 2025.11.20 17:26:16.307834 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 1936 2025.11.20 17:26:16.309962 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:16.310022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:16.311252 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:26:16.311532 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:16.311932 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1936 2025.11.20 17:26:16.338495 [ 61 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 5 parts from all_1_54_11 to all_58_58_0 2025.11.20 17:26:16.338552 [ 61 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:16.338577 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:16.338679 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_54_11 to all_58_58_0 into Compact with storage Full 2025.11.20 17:26:16.338794 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:16.338825 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_54_11, total 465 rows starting from the beginning of the part 2025.11.20 17:26:16.338888 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 440 rows starting from the beginning of the part 2025.11.20 17:26:16.338934 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 212 rows starting from the beginning of the part 2025.11.20 17:26:16.338976 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 212 rows starting from the beginning of the part 2025.11.20 17:26:16.339016 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 440 rows starting from the beginning of the part 2025.11.20 17:26:16.339995 [ 194 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergeTask::MergeProjectionsStage: Merge sorted 1769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001355995 sec., 1304577.0817739004 rows/sec., 91.06 MiB/sec. 2025.11.20 17:26:16.340176 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} MergedBlockOutputStream: filled checksums all_1_58_12 (state Temporary) 2025.11.20 17:26:16.340424 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_58_12 to all_1_58_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:16.340493 [ 196 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_58_12} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 5 parts: [all_1_54_11, all_58_58_0] -> all_1_58_12 2025.11.20 17:26:16.340555 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.11.20 17:26:16.353903 [ 79 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 5 parts from all_1_44_9 to all_48_48_0 2025.11.20 17:26:16.353954 [ 79 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:16.353977 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:16.354054 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_44_9 to all_48_48_0 into Compact with storage Full 2025.11.20 17:26:16.354153 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:16.354179 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 223 rows starting from the beginning of the part 2025.11.20 17:26:16.354226 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:16.354264 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:16.354300 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:16.354333 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:16.355067 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001041149 sec., 1024829.2991685149 rows/sec., 62.33 MiB/sec. 2025.11.20 17:26:16.355174 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2025.11.20 17:26:16.355398 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:16.355463 [ 200 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_48_10} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 5 parts: [all_1_44_9, all_48_48_0] -> all_1_48_10 2025.11.20 17:26:16.355522 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.11.20 17:26:16.470853 [ 79 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 5 parts from all_1_44_9 to all_48_48_0 2025.11.20 17:26:16.470923 [ 79 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:16.470945 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:16.471060 [ 79 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 5 parts from all_1_74_15 to all_78_78_0 2025.11.20 17:26:16.471080 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTask::PrepareStage: Merging 5 parts: from all_1_44_9 to all_48_48_0 into Compact with storage Full 2025.11.20 17:26:16.471090 [ 79 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:16.471169 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:16.471266 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:16.471287 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTask::PrepareStage: Merging 5 parts: from all_1_74_15 to all_78_78_0 into Compact with storage Full 2025.11.20 17:26:16.471313 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_44_9, total 434 rows starting from the beginning of the part 2025.11.20 17:26:16.471409 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:16.471438 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:16.471458 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:16.471478 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_74_15, total 277 rows starting from the beginning of the part 2025.11.20 17:26:16.471507 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:16.471553 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 257 rows starting from the beginning of the part 2025.11.20 17:26:16.471554 [ 194 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:16.471611 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 245 rows starting from the beginning of the part 2025.11.20 17:26:16.471659 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 245 rows starting from the beginning of the part 2025.11.20 17:26:16.471698 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 251 rows starting from the beginning of the part 2025.11.20 17:26:16.472656 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergeTask::MergeProjectionsStage: Merge sorted 1275 rows, containing 5 columns (5 merged, 0 gathered) in 0.001426767 sec., 893628.742464607 rows/sec., 58.32 MiB/sec. 2025.11.20 17:26:16.472834 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.001818204 sec., 1140686.0836297798 rows/sec., 76.97 MiB/sec. 2025.11.20 17:26:16.472851 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} MergedBlockOutputStream: filled checksums all_1_78_16 (state Temporary) 2025.11.20 17:26:16.473007 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2025.11.20 17:26:16.473228 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_78_16 to all_1_78_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:16.473328 [ 193 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_78_16} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 5 parts: [all_1_74_15, all_78_78_0] -> all_1_78_16 2025.11.20 17:26:16.473357 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:16.473422 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2025.11.20 17:26:16.473444 [ 198 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_48_10} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 5 parts: [all_1_44_9, all_48_48_0] -> all_1_48_10 2025.11.20 17:26:16.473539 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.11.20 17:26:17.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 361.18 MiB, peak 383.45 MiB, free memory in arenas 0.00 B, will set to 365.06 MiB (RSS), difference: 3.88 MiB 2025.11.20 17:26:17.324057 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.324222 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.324283 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:26:17.325137 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.325174 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.325556 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:26:17.325769 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.325912 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} executeQuery: Read 410 rows, 26.63 KiB in 0.001738 sec., 235903.33716915996 rows/sec., 14.96 MiB/sec. 2025.11.20 17:26:17.325953 [ 260 ] {940a5a6d-6095-48ac-96a1-ca7d4b09c071} TCPHandler: Processed in 0.002015098 sec. 2025.11.20 17:26:17.326069 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.326163 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:17.326202 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:17.327533 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.327568 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.327933 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.11.20 17:26:17.328134 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.328258 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} executeQuery: Read 1192 rows, 97.51 KiB in 0.002114 sec., 563859.9810785241 rows/sec., 45.05 MiB/sec. 2025.11.20 17:26:17.328295 [ 260 ] {4b4d9aec-7e4c-4b4e-9f3d-55630bab20c1} TCPHandler: Processed in 0.002274043 sec. 2025.11.20 17:26:17.328405 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.328499 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.328538 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:26:17.329113 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.329149 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.329460 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:26:17.329659 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.329789 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} executeQuery: Read 245 rows, 15.32 KiB in 0.001309 sec., 187165.77540106952 rows/sec., 11.43 MiB/sec. 2025.11.20 17:26:17.329825 [ 260 ] {3c79fdfc-6090-448e-837c-e393833df6bc} TCPHandler: Processed in 0.001467718 sec. 2025.11.20 17:26:17.329930 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.330024 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.330062 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:26:17.330596 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.330630 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.330921 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:26:17.331117 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.331239 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} executeQuery: Read 212 rows, 14.00 KiB in 0.001234 sec., 171799.02755267423 rows/sec., 11.08 MiB/sec. 2025.11.20 17:26:17.331276 [ 260 ] {90b19356-9fc1-49b6-a983-ef6e580f8253} TCPHandler: Processed in 0.001392617 sec. 2025.11.20 17:26:17.331382 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.331474 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.331513 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:26:17.332029 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.332062 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.332343 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:26:17.332543 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.332666 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} executeQuery: Read 211 rows, 12.27 KiB in 0.00121 sec., 174380.1652892562 rows/sec., 9.90 MiB/sec. 2025.11.20 17:26:17.332703 [ 260 ] {0ed067c4-6273-477e-bea5-230d1ca39f0d} TCPHandler: Processed in 0.001367656 sec. 2025.11.20 17:26:17.332809 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.332901 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:17.332939 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:17.333753 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.333786 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.334142 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.11.20 17:26:17.334398 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.334526 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} executeQuery: Read 719 rows, 51.67 KiB in 0.001643 sec., 437614.1205112599 rows/sec., 30.71 MiB/sec. 2025.11.20 17:26:17.334564 [ 260 ] {cc1ece7a-9ebb-4658-9f13-2f3e552612d8} TCPHandler: Processed in 0.001802713 sec. 2025.11.20 17:26:17.334694 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.334790 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:26:17.334833 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:26:17.335191 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.335225 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.335525 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.11.20 17:26:17.335739 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.335842 [ 76 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 2025.11.20 17:26:17.335871 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} executeQuery: Read 6 rows, 321.00 B in 0.001099 sec., 5459.50864422202 rows/sec., 285.24 KiB/sec. 2025.11.20 17:26:17.335879 [ 76 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.335902 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.335908 [ 260 ] {f1a31635-31bc-4b52-ad0c-6512d639bc35} TCPHandler: Processed in 0.001262364 sec. 2025.11.20 17:26:17.335982 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full 2025.11.20 17:26:17.336022 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.336069 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:17.336097 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 240 rows starting from the beginning of the part 2025.11.20 17:26:17.336116 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.336149 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part 2025.11.20 17:26:17.336157 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:17.336190 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part 2025.11.20 17:26:17.336227 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part 2025.11.20 17:26:17.336265 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part 2025.11.20 17:26:17.336299 [ 188 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part 2025.11.20 17:26:17.336630 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.336668 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.336995 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.11.20 17:26:17.337007 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergeTask::MergeProjectionsStage: Merge sorted 270 rows, containing 4 columns (4 merged, 0 gathered) in 0.00105536 sec., 255836.87083080655 rows/sec., 13.05 MiB/sec. 2025.11.20 17:26:17.337220 [ 187 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) 2025.11.20 17:26:17.337232 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.337367 [ 76 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 2025.11.20 17:26:17.337385 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} executeQuery: Read 314 rows, 21.12 KiB in 0.001288 sec., 243788.8198757764 rows/sec., 16.01 MiB/sec. 2025.11.20 17:26:17.337395 [ 76 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.337422 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.337425 [ 260 ] {10a5d9c1-c902-4e13-bff4-b951c3c2f6ab} TCPHandler: Processed in 0.001451037 sec. 2025.11.20 17:26:17.337482 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_110_22 to all_115_115_0 into Compact with storage Full 2025.11.20 17:26:17.337547 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.337566 [ 187 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.337567 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:17.337615 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 35224 rows starting from the beginning of the part 2025.11.20 17:26:17.337641 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.337659 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 160 rows starting from the beginning of the part 2025.11.20 17:26:17.337660 [ 187 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_45_9} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 2025.11.20 17:26:17.337685 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:26:17.337700 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 905 rows starting from the beginning of the part 2025.11.20 17:26:17.337733 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 96 rows starting from the beginning of the part 2025.11.20 17:26:17.337766 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part 2025.11.20 17:26:17.337788 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.11.20 17:26:17.337800 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 314 rows starting from the beginning of the part 2025.11.20 17:26:17.338008 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.338041 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.338324 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:26:17.338524 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.338647 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} executeQuery: Read 1 rows, 69.00 B in 0.001024 sec., 976.5625 rows/sec., 65.80 KiB/sec. 2025.11.20 17:26:17.338681 [ 260 ] {f68513d6-40a3-4976-a570-cf7ed13ef311} TCPHandler: Processed in 0.001181502 sec. 2025.11.20 17:26:17.338790 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.338883 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.338936 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} 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.11.20 17:26:17.339812 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.339847 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.340571 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:26:17.340799 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.340944 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} executeQuery: Read 40 rows, 73.40 KiB in 0.002078 sec., 19249.2781520693 rows/sec., 34.49 MiB/sec. 2025.11.20 17:26:17.341004 [ 260 ] {87779407-b1f9-48f8-b4c1-2ba2d8ad4130} TCPHandler: Processed in 0.002261402 sec. 2025.11.20 17:26:17.341120 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:17.341214 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:17.341255 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:17.341589 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.341623 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.84 GiB. 2025.11.20 17:26:17.341917 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) 2025.11.20 17:26:17.342118 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.342241 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} executeQuery: Read 104 rows, 6.53 KiB in 0.001046 sec., 99426.38623326959 rows/sec., 6.09 MiB/sec. 2025.11.20 17:26:17.342276 [ 260 ] {027b4a97-b8b6-41ac-bdd3-3f18cb7bc181} TCPHandler: Processed in 0.001203863 sec. 2025.11.20 17:26:17.345150 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergeTask::MergeProjectionsStage: Merge sorted 36859 rows, containing 5 columns (5 merged, 0 gathered) in 0.007684044 sec., 4796823.131153336 rows/sec., 323.07 MiB/sec. 2025.11.20 17:26:17.345600 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) 2025.11.20 17:26:17.345898 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.345977 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_115_23} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 2025.11.20 17:26:17.346069 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.11.20 17:26:17.653955 [ 221 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:17.654025 [ 221 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:17.658351 [ 221 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:17.948220 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 542 2025.11.20 17:26:17.963859 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:17.963911 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:17.970097 [ 244 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:26:17.970802 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:17.973675 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 542 2025.11.20 17:26:22.048784 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58340 2025.11.20 17:26:22.048901 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.048927 [ 290 ] {} TCP-Session: 504672e0-2394-4086-a84a-f52640e59899 Authenticating user 'default' from [fd00:1122:3344:101::e]:58340 2025.11.20 17:26:22.048949 [ 290 ] {} TCP-Session: 504672e0-2394-4086-a84a-f52640e59899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.048962 [ 290 ] {} TCP-Session: 504672e0-2394-4086-a84a-f52640e59899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049168 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64179 2025.11.20 17:26:22.049176 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53087 2025.11.20 17:26:22.049221 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41870 2025.11.20 17:26:22.049251 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61298 2025.11.20 17:26:22.049258 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42919 2025.11.20 17:26:22.049243 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39657 2025.11.20 17:26:22.049351 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.049368 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.049365 [ 290 ] {} TCP-Session: 504672e0-2394-4086-a84a-f52640e59899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:22.049399 [ 288 ] {} TCP-Session: 132db3e8-cf7c-498e-a773-88f69ad10e4d Authenticating user 'default' from [fd00:1122:3344:101::e]:61298 2025.11.20 17:26:22.049392 [ 352 ] {} TCP-Session: 4d2eaf97-336f-4e53-b366-aa1611b4952c Authenticating user 'default' from [fd00:1122:3344:101::e]:41870 2025.11.20 17:26:22.049310 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.049473 [ 352 ] {} TCP-Session: 4d2eaf97-336f-4e53-b366-aa1611b4952c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049465 [ 288 ] {} TCP-Session: 132db3e8-cf7c-498e-a773-88f69ad10e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049510 [ 352 ] {} TCP-Session: 4d2eaf97-336f-4e53-b366-aa1611b4952c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049515 [ 350 ] {} TCP-Session: 56f8df56-ef7a-4cc3-9562-8d03e483ab7c Authenticating user 'default' from [fd00:1122:3344:101::e]:53087 2025.11.20 17:26:22.049523 [ 288 ] {} TCP-Session: 132db3e8-cf7c-498e-a773-88f69ad10e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049239 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.049563 [ 350 ] {} TCP-Session: 56f8df56-ef7a-4cc3-9562-8d03e483ab7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049614 [ 290 ] {8973bbe0-7583-4582-826b-78a909f963b1} executeQuery: (from [fd00:1122:3344:101::e]:58340) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:26:22.049620 [ 351 ] {} TCP-Session: 0266e725-4900-47e5-a955-b08722655229 Authenticating user 'default' from [fd00:1122:3344:101::e]:64179 2025.11.20 17:26:22.049639 [ 350 ] {} TCP-Session: 56f8df56-ef7a-4cc3-9562-8d03e483ab7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049663 [ 351 ] {} TCP-Session: 0266e725-4900-47e5-a955-b08722655229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049233 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53294 2025.11.20 17:26:22.049690 [ 351 ] {} TCP-Session: 0266e725-4900-47e5-a955-b08722655229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049227 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39811 2025.11.20 17:26:22.049830 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.049864 [ 289 ] {} TCP-Session: 22d91fa3-68b1-436c-8467-0c48f178fc7c Authenticating user 'default' from [fd00:1122:3344:101::e]:42919 2025.11.20 17:26:22.049883 [ 289 ] {} TCP-Session: 22d91fa3-68b1-436c-8467-0c48f178fc7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.049896 [ 289 ] {} TCP-Session: 22d91fa3-68b1-436c-8467-0c48f178fc7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050141 [ 290 ] {8973bbe0-7583-4582-826b-78a909f963b1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:26:22.050200 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.050218 [ 290 ] {8973bbe0-7583-4582-826b-78a909f963b1} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:26:22.050238 [ 354 ] {} TCP-Session: d856396f-7368-4399-ac6d-4e390318ac8f Authenticating user 'default' from [fd00:1122:3344:101::e]:53294 2025.11.20 17:26:22.050261 [ 354 ] {} TCP-Session: d856396f-7368-4399-ac6d-4e390318ac8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050276 [ 354 ] {} TCP-Session: d856396f-7368-4399-ac6d-4e390318ac8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050325 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.050366 [ 353 ] {} TCP-Session: 7363bcf5-5584-4894-8d56-4cb5ee47cec4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39811 2025.11.20 17:26:22.050392 [ 353 ] {} TCP-Session: 7363bcf5-5584-4894-8d56-4cb5ee47cec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050406 [ 353 ] {} TCP-Session: 7363bcf5-5584-4894-8d56-4cb5ee47cec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050409 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.050441 [ 286 ] {} TCP-Session: 82efa206-8e37-4908-b441-889ab91c384d Authenticating user 'default' from [fd00:1122:3344:101::e]:39657 2025.11.20 17:26:22.050459 [ 286 ] {} TCP-Session: 82efa206-8e37-4908-b441-889ab91c384d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050472 [ 286 ] {} TCP-Session: 82efa206-8e37-4908-b441-889ab91c384d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.050557 [ 290 ] {8973bbe0-7583-4582-826b-78a909f963b1} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:26:22.051674 [ 302 ] {8973bbe0-7583-4582-826b-78a909f963b1} AggregatingTransform: Aggregating 2025.11.20 17:26:22.051707 [ 302 ] {8973bbe0-7583-4582-826b-78a909f963b1} Aggregator: Aggregation method: without_key 2025.11.20 17:26:22.051742 [ 302 ] {8973bbe0-7583-4582-826b-78a909f963b1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00107826 sec. (927.420 rows/sec., 36.23 KiB/sec.) 2025.11.20 17:26:22.051760 [ 302 ] {8973bbe0-7583-4582-826b-78a909f963b1} Aggregator: Merging aggregated data 2025.11.20 17:26:22.053068 [ 290 ] {8973bbe0-7583-4582-826b-78a909f963b1} executeQuery: Read 1 rows, 40.00 B in 0.003533 sec., 283.0455703368242 rows/sec., 11.06 KiB/sec. 2025.11.20 17:26:22.053209 [ 290 ] {8973bbe0-7583-4582-826b-78a909f963b1} TCPHandler: Processed in 0.004051506 sec. 2025.11.20 17:26:22.053320 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053346 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053350 [ 290 ] {} TCP-Session: 504672e0-2394-4086-a84a-f52640e59899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053365 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053389 [ 289 ] {} TCP-Session: 22d91fa3-68b1-436c-8467-0c48f178fc7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053398 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053425 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053445 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053463 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053485 [ 288 ] {} TCP-Session: 132db3e8-cf7c-498e-a773-88f69ad10e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053506 [ 286 ] {} TCP-Session: 82efa206-8e37-4908-b441-889ab91c384d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053519 [ 354 ] {} TCP-Session: d856396f-7368-4399-ac6d-4e390318ac8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053463 [ 351 ] {} TCP-Session: 0266e725-4900-47e5-a955-b08722655229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053430 [ 350 ] {} TCP-Session: 56f8df56-ef7a-4cc3-9562-8d03e483ab7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053409 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053378 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.053644 [ 352 ] {} TCP-Session: 4d2eaf97-336f-4e53-b366-aa1611b4952c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.053670 [ 353 ] {} TCP-Session: 7363bcf5-5584-4894-8d56-4cb5ee47cec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.086779 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.086833 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.091410 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.218913 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61726 2025.11.20 17:26:22.219027 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219053 [ 290 ] {} TCP-Session: b643a4cc-bd4e-44e0-99c8-17a1cfdacaeb Authenticating user 'default' from [fd00:1122:3344:101::e]:61726 2025.11.20 17:26:22.219075 [ 290 ] {} TCP-Session: b643a4cc-bd4e-44e0-99c8-17a1cfdacaeb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219088 [ 290 ] {} TCP-Session: b643a4cc-bd4e-44e0-99c8-17a1cfdacaeb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219307 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32835 2025.11.20 17:26:22.219310 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59829 2025.11.20 17:26:22.219348 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37736 2025.11.20 17:26:22.219359 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58143 2025.11.20 17:26:22.219376 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56634 2025.11.20 17:26:22.219387 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219427 [ 290 ] {} TCP-Session: b643a4cc-bd4e-44e0-99c8-17a1cfdacaeb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:22.219466 [ 351 ] {} TCP-Session: 51fd5e0e-6499-4d20-9756-4b213c890c5d Authenticating user 'default' from [fd00:1122:3344:101::e]:32835 2025.11.20 17:26:22.219482 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219490 [ 351 ] {} TCP-Session: 51fd5e0e-6499-4d20-9756-4b213c890c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219515 [ 289 ] {} TCP-Session: 86103f4f-af18-408f-b12d-b304c3d2ba49 Authenticating user 'default' from [fd00:1122:3344:101::e]:56634 2025.11.20 17:26:22.219524 [ 351 ] {} TCP-Session: 51fd5e0e-6499-4d20-9756-4b213c890c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219486 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219548 [ 289 ] {} TCP-Session: 86103f4f-af18-408f-b12d-b304c3d2ba49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219437 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219586 [ 289 ] {} TCP-Session: 86103f4f-af18-408f-b12d-b304c3d2ba49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219585 [ 286 ] {} TCP-Session: 2c5447b7-0fe5-4de3-9c6f-83a9a989688b Authenticating user 'default' from [fd00:1122:3344:101::e]:58143 2025.11.20 17:26:22.219607 [ 350 ] {} TCP-Session: dbbb08df-0273-4e61-a097-51873ef177e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59829 2025.11.20 17:26:22.219623 [ 290 ] {2268858a-574d-4ff0-9264-89e22c63bb49} executeQuery: (from [fd00:1122:3344:101::e]:61726) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:26:22.219650 [ 350 ] {} TCP-Session: dbbb08df-0273-4e61-a097-51873ef177e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219637 [ 286 ] {} TCP-Session: 2c5447b7-0fe5-4de3-9c6f-83a9a989688b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219681 [ 350 ] {} TCP-Session: dbbb08df-0273-4e61-a097-51873ef177e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219701 [ 286 ] {} TCP-Session: 2c5447b7-0fe5-4de3-9c6f-83a9a989688b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219368 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53945 2025.11.20 17:26:22.219341 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57202 2025.11.20 17:26:22.219335 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61637 2025.11.20 17:26:22.219437 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219838 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219843 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219870 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:26:22.219885 [ 288 ] {} TCP-Session: 915ec4e9-bb9a-42fc-b0b1-e439bde4d9fb Authenticating user 'default' from [fd00:1122:3344:101::e]:53945 2025.11.20 17:26:22.219892 [ 353 ] {} TCP-Session: 04f49a04-4a11-4dc9-9efc-c162dd9c8fdb Authenticating user 'default' from [fd00:1122:3344:101::e]:57202 2025.11.20 17:26:22.219904 [ 352 ] {} TCP-Session: 6586363c-6df7-4a77-963b-ba264d6f2590 Authenticating user 'default' from [fd00:1122:3344:101::e]:61637 2025.11.20 17:26:22.219915 [ 288 ] {} TCP-Session: 915ec4e9-bb9a-42fc-b0b1-e439bde4d9fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219928 [ 290 ] {2268858a-574d-4ff0-9264-89e22c63bb49} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:26:22.219939 [ 288 ] {} TCP-Session: 915ec4e9-bb9a-42fc-b0b1-e439bde4d9fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219936 [ 352 ] {} TCP-Session: 6586363c-6df7-4a77-963b-ba264d6f2590 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219923 [ 353 ] {} TCP-Session: 04f49a04-4a11-4dc9-9efc-c162dd9c8fdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219995 [ 352 ] {} TCP-Session: 6586363c-6df7-4a77-963b-ba264d6f2590 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.220015 [ 353 ] {} TCP-Session: 04f49a04-4a11-4dc9-9efc-c162dd9c8fdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.219852 [ 354 ] {} TCP-Session: 7d1bf3ff-996b-4b26-96f2-27019727d366 Authenticating user 'default' from [fd00:1122:3344:101::e]:37736 2025.11.20 17:26:22.219995 [ 290 ] {2268858a-574d-4ff0-9264-89e22c63bb49} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:26:22.220067 [ 354 ] {} TCP-Session: 7d1bf3ff-996b-4b26-96f2-27019727d366 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.220100 [ 354 ] {} TCP-Session: 7d1bf3ff-996b-4b26-96f2-27019727d366 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.220369 [ 290 ] {2268858a-574d-4ff0-9264-89e22c63bb49} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:26:22.221382 [ 345 ] {2268858a-574d-4ff0-9264-89e22c63bb49} AggregatingTransform: Aggregating 2025.11.20 17:26:22.221444 [ 345 ] {2268858a-574d-4ff0-9264-89e22c63bb49} Aggregator: Aggregation method: without_key 2025.11.20 17:26:22.221488 [ 345 ] {2268858a-574d-4ff0-9264-89e22c63bb49} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001010729 sec. (989.385 rows/sec., 38.65 KiB/sec.) 2025.11.20 17:26:22.221510 [ 345 ] {2268858a-574d-4ff0-9264-89e22c63bb49} Aggregator: Merging aggregated data 2025.11.20 17:26:22.222971 [ 290 ] {2268858a-574d-4ff0-9264-89e22c63bb49} executeQuery: Read 1 rows, 40.00 B in 0.003408 sec., 293.42723004694835 rows/sec., 11.46 KiB/sec. 2025.11.20 17:26:22.223112 [ 290 ] {2268858a-574d-4ff0-9264-89e22c63bb49} TCPHandler: Processed in 0.003825721 sec. 2025.11.20 17:26:22.223256 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223284 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223295 [ 290 ] {} TCP-Session: b643a4cc-bd4e-44e0-99c8-17a1cfdacaeb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223305 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223327 [ 351 ] {} TCP-Session: 51fd5e0e-6499-4d20-9756-4b213c890c5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223352 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223376 [ 350 ] {} TCP-Session: dbbb08df-0273-4e61-a097-51873ef177e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223391 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223408 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223437 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223455 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223464 [ 286 ] {} TCP-Session: 2c5447b7-0fe5-4de3-9c6f-83a9a989688b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223507 [ 354 ] {} TCP-Session: 7d1bf3ff-996b-4b26-96f2-27019727d366 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223538 [ 288 ] {} TCP-Session: 915ec4e9-bb9a-42fc-b0b1-e439bde4d9fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223457 [ 353 ] {} TCP-Session: 04f49a04-4a11-4dc9-9efc-c162dd9c8fdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223412 [ 289 ] {} TCP-Session: 86103f4f-af18-408f-b12d-b304c3d2ba49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.223334 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:26:22.223668 [ 352 ] {} TCP-Session: 6586363c-6df7-4a77-963b-ba264d6f2590 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:26:22.311154 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:22.311338 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:22.311405 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:22.312093 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.312149 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.312556 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.11.20 17:26:22.312794 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.312950 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} executeQuery: Read 56 rows, 4.41 KiB in 0.00166 sec., 33734.93975903615 rows/sec., 2.59 MiB/sec. 2025.11.20 17:26:22.312986 [ 73 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.11.20 17:26:22.312993 [ 260 ] {6a7a6f25-3680-4bdf-ad81-7d53aa7814b1} TCPHandler: Processed in 0.001972217 sec. 2025.11.20 17:26:22.313063 [ 73 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.313092 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.313163 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:22.313225 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.11.20 17:26:22.313254 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.313265 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:22.313316 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.313354 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:22.313379 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:22.313421 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2463 rows starting from the beginning of the part 2025.11.20 17:26:22.313501 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 2335 rows starting from the beginning of the part 2025.11.20 17:26:22.313560 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:22.313603 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:22.313644 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:26:22.313683 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:22.313810 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.313854 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.314229 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.11.20 17:26:22.314499 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.314640 [ 73 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.11.20 17:26:22.314646 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} executeQuery: Read 64 rows, 5.12 KiB in 0.0014 sec., 45714.28571428572 rows/sec., 3.57 MiB/sec. 2025.11.20 17:26:22.314680 [ 73 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.314707 [ 260 ] {2571a1bf-839b-4fe6-8a3f-79d72d046b7c} TCPHandler: Processed in 0.00159625 sec. 2025.11.20 17:26:22.314708 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.314844 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.11.20 17:26:22.314860 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:22.314968 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:22.314969 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:22.315024 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1249 rows starting from the beginning of the part 2025.11.20 17:26:22.315042 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:22.315101 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 1181 rows starting from the beginning of the part 2025.11.20 17:26:22.315160 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:22.315227 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:22.315298 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 719 rows starting from the beginning of the part 2025.11.20 17:26:22.315348 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:22.315488 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.315532 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.315849 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 6158 rows, containing 5 columns (5 merged, 0 gathered) in 0.00268688 sec., 2291877.5680343 rows/sec., 194.61 MiB/sec. 2025.11.20 17:26:22.315899 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.11.20 17:26:22.316118 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.11.20 17:26:22.316144 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.316300 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} executeQuery: Read 160 rows, 11.41 KiB in 0.00135 sec., 118518.51851851851 rows/sec., 8.25 MiB/sec. 2025.11.20 17:26:22.316341 [ 260 ] {5d05a708-c6a7-497b-9432-3494977e0ab8} TCPHandler: Processed in 0.001531709 sec. 2025.11.20 17:26:22.316373 [ 221 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.316409 [ 221 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.316422 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.316459 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:22.316510 [ 199 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_116_23} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.11.20 17:26:22.316561 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:22.316590 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2025.11.20 17:26:22.316608 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:22.316801 [ 192 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 3341 rows, containing 5 columns (5 merged, 0 gathered) in 0.002022708 sec., 1651746.0750637266 rows/sec., 124.95 MiB/sec. 2025.11.20 17:26:22.316960 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.316992 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.316999 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.317012 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.11.20 17:26:22.317346 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.317395 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) 2025.11.20 17:26:22.317447 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_116_23} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.11.20 17:26:22.317550 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.11.20 17:26:22.317710 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.317849 [ 72 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 2025.11.20 17:26:22.317856 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001314 sec., 45662.100456621 rows/sec., 3.08 MiB/sec. 2025.11.20 17:26:22.317884 [ 72 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:22.317901 [ 260 ] {36e1bc7d-74b9-4a79-8e3e-565d8136de7a} TCPHandler: Processed in 0.001491938 sec. 2025.11.20 17:26:22.317904 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:22.317992 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTask::PrepareStage: Merging 6 parts: from all_1_111_22 to all_116_116_0 into Compact with storage Full 2025.11.20 17:26:22.318096 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:22.318125 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7892 rows starting from the beginning of the part 2025.11.20 17:26:22.318178 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 68 rows starting from the beginning of the part 2025.11.20 17:26:22.318222 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 36 rows starting from the beginning of the part 2025.11.20 17:26:22.318264 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:22.318302 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 104 rows starting from the beginning of the part 2025.11.20 17:26:22.318339 [ 189 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:22.320307 [ 221 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:22.320510 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergeTask::MergeProjectionsStage: Merge sorted 8220 rows, containing 4 columns (4 merged, 0 gathered) in 0.002553438 sec., 3219189.187283968 rows/sec., 205.68 MiB/sec. 2025.11.20 17:26:22.320764 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) 2025.11.20 17:26:22.321036 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:22.321107 [ 192 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_116_23} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 2025.11.20 17:26:22.321196 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.52 MiB. 2025.11.20 17:26:22.746167 [ 225 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:22.746242 [ 225 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:22.748456 [ 225 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:23.381985 [ 224 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:23.382046 [ 224 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:23.385372 [ 224 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:23.694052 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 34976 2025.11.20 17:26:23.694614 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:23.694664 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:23.695140 [ 245 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:26:23.695370 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:23.695495 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34976 2025.11.20 17:26:25.473739 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 550 2025.11.20 17:26:25.490747 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:25.490803 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:25.496961 [ 244 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:26:25.497703 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:25.500574 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 550 2025.11.20 17:26:26.312050 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1970 2025.11.20 17:26:26.314548 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:26.314600 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:26.315859 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:26:26.316145 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:26.316422 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 1970 2025.11.20 17:26:27.324992 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.325199 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.325272 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:26:27.326131 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.326182 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.326595 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:26:27.326837 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.326985 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} executeQuery: Read 410 rows, 26.63 KiB in 0.001845 sec., 222222.22222222222 rows/sec., 14.10 MiB/sec. 2025.11.20 17:26:27.327028 [ 260 ] {d2c5ceb0-6f3f-483e-94ae-88fb673cc099} TCPHandler: Processed in 0.002174451 sec. 2025.11.20 17:26:27.327149 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.327246 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:27.327288 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:27.328283 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.328320 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.328702 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.11.20 17:26:27.328910 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.329037 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} executeQuery: Read 1192 rows, 97.51 KiB in 0.00181 sec., 658563.5359116022 rows/sec., 52.61 MiB/sec. 2025.11.20 17:26:27.329076 [ 260 ] {2ce39e75-fe48-47e0-b889-c12ac221d081} TCPHandler: Processed in 0.001977647 sec. 2025.11.20 17:26:27.329191 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.329287 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.329327 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:26:27.329819 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.329855 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.330161 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:26:27.330365 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.330493 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} executeQuery: Read 245 rows, 15.32 KiB in 0.001224 sec., 200163.39869281044 rows/sec., 12.23 MiB/sec. 2025.11.20 17:26:27.330531 [ 260 ] {a8dc603a-0e68-4f20-a11e-f4e69795b357} TCPHandler: Processed in 0.001390696 sec. 2025.11.20 17:26:27.330632 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.330726 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.330765 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:26:27.331242 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.331278 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.331572 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:26:27.331779 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.331907 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} executeQuery: Read 212 rows, 14.00 KiB in 0.001199 sec., 176814.011676397 rows/sec., 11.40 MiB/sec. 2025.11.20 17:26:27.331946 [ 260 ] {9ec05915-dd61-4cc6-a140-0f74f7986927} TCPHandler: Processed in 0.001363436 sec. 2025.11.20 17:26:27.332055 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.332155 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.332196 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:26:27.332660 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.332696 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.332994 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:26:27.333205 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.333331 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} executeQuery: Read 211 rows, 12.27 KiB in 0.001199 sec., 175979.98331943285 rows/sec., 9.99 MiB/sec. 2025.11.20 17:26:27.333371 [ 260 ] {944d29e6-0a40-4b56-b973-13e366e1d702} TCPHandler: Processed in 0.001364556 sec. 2025.11.20 17:26:27.333480 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.333575 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:27.333615 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:27.334271 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.334307 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.334628 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.11.20 17:26:27.334829 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.334958 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} executeQuery: Read 719 rows, 51.67 KiB in 0.0014 sec., 513571.4285714286 rows/sec., 36.04 MiB/sec. 2025.11.20 17:26:27.334996 [ 260 ] {3ed4dc31-77af-4b89-9737-b6a57ea82b7c} TCPHandler: Processed in 0.001566859 sec. 2025.11.20 17:26:27.335108 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.335203 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:26:27.335244 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:26:27.335561 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.335597 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.335890 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.11.20 17:26:27.336092 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.336222 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} executeQuery: Read 6 rows, 321.00 B in 0.001035 sec., 5797.101449275363 rows/sec., 302.88 KiB/sec. 2025.11.20 17:26:27.336259 [ 260 ] {17b90521-cd4e-4e7b-8389-952042ffdef8} TCPHandler: Processed in 0.001201122 sec. 2025.11.20 17:26:27.336379 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.336503 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.336556 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:27.337033 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.337071 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.337420 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.11.20 17:26:27.337638 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.337771 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} executeQuery: Read 314 rows, 21.12 KiB in 0.001293 sec., 242846.094354215 rows/sec., 15.95 MiB/sec. 2025.11.20 17:26:27.337809 [ 260 ] {0ed9dd13-c7c7-4166-8b0a-f42a401e2083} TCPHandler: Processed in 0.001492028 sec. 2025.11.20 17:26:27.337921 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.338015 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.338058 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:26:27.338373 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.338410 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.338702 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:26:27.338903 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.339016 [ 63 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_43_9 to all_48_48_0 2025.11.20 17:26:27.339032 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} executeQuery: Read 1 rows, 69.00 B in 0.001034 sec., 967.1179883945841 rows/sec., 65.17 KiB/sec. 2025.11.20 17:26:27.339084 [ 63 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.339092 [ 260 ] {c2a44340-2db7-4ad9-a3b3-66f2b7c6cc9c} TCPHandler: Processed in 0.001219883 sec. 2025.11.20 17:26:27.339114 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.339215 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.339231 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_43_9 to all_48_48_0 into Compact with storage Full 2025.11.20 17:26:27.339313 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.339372 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} 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.11.20 17:26:27.339377 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:27.339427 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_43_9, total 45 rows starting from the beginning of the part 2025.11.20 17:26:27.339497 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part 2025.11.20 17:26:27.339546 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part 2025.11.20 17:26:27.339591 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part 2025.11.20 17:26:27.339633 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part 2025.11.20 17:26:27.339711 [ 191 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part 2025.11.20 17:26:27.340243 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.340286 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.340509 [ 192 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.001333425 sec., 37497.42205223391 rows/sec., 2.46 MiB/sec. 2025.11.20 17:26:27.340646 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} MergedBlockOutputStream: filled checksums all_1_48_10 (state Temporary) 2025.11.20 17:26:27.340870 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:26:27.340937 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_48_10 to all_1_48_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.341051 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_48_10} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_43_9, all_48_48_0] -> all_1_48_10 2025.11.20 17:26:27.341122 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:26:27.341122 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.341253 [ 63 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.11.20 17:26:27.341280 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} executeQuery: Read 40 rows, 73.40 KiB in 0.001986 sec., 20140.98690835851 rows/sec., 36.09 MiB/sec. 2025.11.20 17:26:27.341284 [ 63 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.341320 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.341347 [ 260 ] {8bf2b027-732b-4986-81cb-76b7a9389363} TCPHandler: Processed in 0.002181352 sec. 2025.11.20 17:26:27.341392 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:26:27.341464 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:27.341558 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:27.341564 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:27.341602 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:27.341620 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1824 rows starting from the beginning of the part 2025.11.20 17:26:27.341733 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 40 rows starting from the beginning of the part 2025.11.20 17:26:27.341826 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 40 rows starting from the beginning of the part 2025.11.20 17:26:27.341915 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 40 rows starting from the beginning of the part 2025.11.20 17:26:27.341938 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:27.341975 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:27.342013 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 40 rows starting from the beginning of the part 2025.11.20 17:26:27.342112 [ 192 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 40 rows starting from the beginning of the part 2025.11.20 17:26:27.342301 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) 2025.11.20 17:26:27.342517 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.342644 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} executeQuery: Read 104 rows, 6.53 KiB in 0.001104 sec., 94202.89855072464 rows/sec., 5.77 MiB/sec. 2025.11.20 17:26:27.342680 [ 260 ] {f6588573-98c8-48bf-9987-13c35376e17e} TCPHandler: Processed in 0.001264644 sec. 2025.11.20 17:26:27.351266 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2024 rows, containing 19 columns (19 merged, 0 gathered) in 0.009903016 sec., 204382.18013582932 rows/sec., 366.24 MiB/sec. 2025.11.20 17:26:27.353435 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.11.20 17:26:27.353865 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:27.353953 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_51_10} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.11.20 17:26:27.354132 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.65 MiB. 2025.11.20 17:26:28.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 366.64 MiB, peak 384.26 MiB, free memory in arenas 0.00 B, will set to 371.76 MiB (RSS), difference: 5.13 MiB 2025.11.20 17:26:31.018414 [ 60 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:26:31.018461 [ 60 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:26:31.195621 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 35488 2025.11.20 17:26:31.196207 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:31.196250 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:31.196799 [ 245 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:26:31.197038 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:31.197166 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35488 2025.11.20 17:26:32.310872 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:32.311046 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:32.311112 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:32.311787 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:32.311832 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:32.312225 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.11.20 17:26:32.312443 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:32.312599 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} executeQuery: Read 56 rows, 4.41 KiB in 0.0016 sec., 35000 rows/sec., 2.69 MiB/sec. 2025.11.20 17:26:32.312642 [ 260 ] {e79e8bb2-9658-4e59-894f-2e6583f85c48} TCPHandler: Processed in 0.001896226 sec. 2025.11.20 17:26:32.312763 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:32.312860 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:32.312901 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:32.313340 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:32.313378 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:32.313681 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.11.20 17:26:32.313893 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:32.314022 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} executeQuery: Read 64 rows, 5.12 KiB in 0.001183 sec., 54099.74640743872 rows/sec., 4.22 MiB/sec. 2025.11.20 17:26:32.314062 [ 260 ] {d0993071-759a-4a5b-94c9-c7fde3ceb051} TCPHandler: Processed in 0.001348545 sec. 2025.11.20 17:26:32.314181 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:32.314277 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:32.314321 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:32.314762 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:32.314799 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:32.315142 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.11.20 17:26:32.315350 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:32.315482 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.11.20 17:26:32.315519 [ 260 ] {7dd9a6c8-5116-4463-a991-1aa8f95b4d9c} TCPHandler: Processed in 0.001387246 sec. 2025.11.20 17:26:32.315636 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:32.315730 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:32.315772 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:32.316110 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:32.316146 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:32.316449 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) 2025.11.20 17:26:32.316653 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:32.316784 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.11.20 17:26:32.316821 [ 260 ] {01e2c96e-e450-49b6-9bb3-eb39abdc0a54} TCPHandler: Processed in 0.001233823 sec. 2025.11.20 17:26:33.000720 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 557 2025.11.20 17:26:33.017864 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:33.017917 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:33.024056 [ 244 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:26:33.024749 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:33.027944 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 557 2025.11.20 17:26:33.029085 [ 217 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.11.20 17:26:33.029123 [ 217 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.11.20 17:26:33.031383 [ 217 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.11.20 17:26:33.233388 [ 217 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:33.233427 [ 217 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:33.235993 [ 217 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:33.500347 [ 224 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:33.500400 [ 224 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:33.503183 [ 224 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:34.326760 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.326962 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.327040 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:26:34.327867 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.327921 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.328332 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:26:34.328567 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.328733 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} executeQuery: Read 410 rows, 26.63 KiB in 0.001822 sec., 225027.44237102085 rows/sec., 14.27 MiB/sec. 2025.11.20 17:26:34.328789 [ 260 ] {316aecee-dd02-41d9-9636-8cff6ebf3b6a} TCPHandler: Processed in 0.002169971 sec. 2025.11.20 17:26:34.328912 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.329016 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:26:34.329061 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:26:34.329480 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.329519 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.329813 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.11.20 17:26:34.330022 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.330159 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} executeQuery: Read 12 rows, 1002.00 B in 0.001164 sec., 10309.278350515464 rows/sec., 840.65 KiB/sec. 2025.11.20 17:26:34.330199 [ 260 ] {e80b8ed8-3794-4177-9541-3fb4bf331b4d} TCPHandler: Processed in 0.001341165 sec. 2025.11.20 17:26:34.330314 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.330409 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:34.330450 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:34.332055 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.332093 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.332535 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.11.20 17:26:34.332761 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.332899 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} executeQuery: Read 2338 rows, 194.51 KiB in 0.002508 sec., 932216.9059011166 rows/sec., 75.74 MiB/sec. 2025.11.20 17:26:34.332943 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:26:34.332957 [ 260 ] {1e76a3cc-4552-4753-8d60-d9d368bbea23} TCPHandler: Processed in 0.002695301 sec. 2025.11.20 17:26:34.333060 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.333157 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.333197 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:26:34.333732 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.333770 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.334093 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:26:34.334356 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.334503 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} executeQuery: Read 257 rows, 16.16 KiB in 0.001365 sec., 188278.3882783883 rows/sec., 11.56 MiB/sec. 2025.11.20 17:26:34.334543 [ 260 ] {d9d1af8f-ab40-4979-8445-0bb6fa4026ee} TCPHandler: Processed in 0.001532118 sec. 2025.11.20 17:26:34.334643 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.334738 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.334777 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:26:34.335330 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.335367 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.335682 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:26:34.335892 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.336020 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} executeQuery: Read 440 rows, 29.81 KiB in 0.001301 sec., 338201.38355111453 rows/sec., 22.38 MiB/sec. 2025.11.20 17:26:34.336059 [ 260 ] {df53d162-5c5b-4f5e-9996-1f37ac916a46} TCPHandler: Processed in 0.001465888 sec. 2025.11.20 17:26:34.336174 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.336268 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.336315 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:26:34.336796 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.336830 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.337122 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:26:34.337329 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.337455 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} executeQuery: Read 211 rows, 12.27 KiB in 0.001205 sec., 175103.73443983405 rows/sec., 9.94 MiB/sec. 2025.11.20 17:26:34.337493 [ 260 ] {d317aa51-7098-4140-b96f-ba0dab54fd3b} TCPHandler: Processed in 0.001368595 sec. 2025.11.20 17:26:34.337591 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.337684 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:34.337721 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:34.338563 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.338599 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.338941 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.11.20 17:26:34.339144 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.339271 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} executeQuery: Read 1187 rows, 86.94 KiB in 0.001605 sec., 739563.8629283488 rows/sec., 52.90 MiB/sec. 2025.11.20 17:26:34.339320 [ 260 ] {086120bb-527f-4418-8500-3305169a8926} TCPHandler: Processed in 0.001778094 sec. 2025.11.20 17:26:34.339430 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.339524 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:26:34.339566 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:26:34.339879 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.339915 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.340206 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.11.20 17:26:34.340419 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.340546 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} executeQuery: Read 6 rows, 321.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 301.42 KiB/sec. 2025.11.20 17:26:34.340583 [ 260 ] {a2c0e9c6-ec0d-4739-b3ca-d3e2c34bf26b} TCPHandler: Processed in 0.001201362 sec. 2025.11.20 17:26:34.340686 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.340783 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.340826 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:34.341418 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.341454 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.341819 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.11.20 17:26:34.342031 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.342166 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} executeQuery: Read 908 rows, 61.46 KiB in 0.0014 sec., 648571.4285714285 rows/sec., 42.87 MiB/sec. 2025.11.20 17:26:34.342206 [ 260 ] {d8ed0bcd-c401-4363-9fda-e76f2dc08aaf} TCPHandler: Processed in 0.00156998 sec. 2025.11.20 17:26:34.342311 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.342400 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.342440 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:26:34.342737 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.342770 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.343038 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:26:34.343300 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.343430 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.11.20 17:26:34.343468 [ 260 ] {d29e09ca-8c77-45a5-b547-f05b30f48ad9} TCPHandler: Processed in 0.001204043 sec. 2025.11.20 17:26:34.343569 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.343663 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.343718 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} 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.11.20 17:26:34.344605 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.344642 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.345187 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:26:34.345409 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.345551 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} executeQuery: Read 40 rows, 73.40 KiB in 0.001904 sec., 21008.403361344535 rows/sec., 37.65 MiB/sec. 2025.11.20 17:26:34.345618 [ 260 ] {e27bfdcc-6246-4139-a616-67bdb52b9869} TCPHandler: Processed in 0.002097889 sec. 2025.11.20 17:26:34.345726 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:34.345820 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:34.345862 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:34.346195 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:34.346232 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:34.346531 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) 2025.11.20 17:26:34.346732 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:34.346862 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} executeQuery: Read 68 rows, 4.04 KiB in 0.001058 sec., 64272.21172022685 rows/sec., 3.73 MiB/sec. 2025.11.20 17:26:34.346900 [ 260 ] {06e4c4b4-ba8a-4c45-ae08-7a41dc0f28e4} TCPHandler: Processed in 0.001222963 sec. 2025.11.20 17:26:36.316896 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2024 2025.11.20 17:26:36.319903 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:36.319948 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:36.321151 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:26:36.321419 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:36.321577 [ 56 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:26:36.321646 [ 56 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:36.321669 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:36.321692 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2024 2025.11.20 17:26:36.321796 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:26:36.322374 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:36.322544 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1836 rows starting from the beginning of the part 2025.11.20 17:26:36.322964 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part 2025.11.20 17:26:36.323316 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 54 rows starting from the beginning of the part 2025.11.20 17:26:36.323676 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part 2025.11.20 17:26:36.324022 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part 2025.11.20 17:26:36.324371 [ 186 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 54 rows starting from the beginning of the part 2025.11.20 17:26:36.331687 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2024 rows, containing 72 columns (72 merged, 0 gathered) in 0.009953667 sec., 203342.1451611753 rows/sec., 157.06 MiB/sec. 2025.11.20 17:26:36.333597 [ 196 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:26:36.334218 [ 196 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:36.334299 [ 196 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_56_11} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:26:36.334551 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.12 MiB. 2025.11.20 17:26:37.307736 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:37.307933 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:37.308003 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:37.308688 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:37.308725 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:37.309101 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.11.20 17:26:37.309330 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:37.309483 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} executeQuery: Read 56 rows, 4.41 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.68 MiB/sec. 2025.11.20 17:26:37.309526 [ 260 ] {eb227d00-c2a3-45a7-b99e-0ce11eda7245} TCPHandler: Processed in 0.001926166 sec. 2025.11.20 17:26:37.309649 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:37.309744 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:37.309784 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:37.310233 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:37.310266 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:37.310563 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.11.20 17:26:37.310773 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:37.310896 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} executeQuery: Read 64 rows, 5.12 KiB in 0.00117 sec., 54700.854700854696 rows/sec., 4.27 MiB/sec. 2025.11.20 17:26:37.310932 [ 260 ] {616d014d-c921-4873-8e23-0693b70da0e0} TCPHandler: Processed in 0.001331135 sec. 2025.11.20 17:26:37.311054 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:37.311147 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:37.311190 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:37.311585 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:37.311618 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:37.311927 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.11.20 17:26:37.312128 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:37.312223 [ 56 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 2025.11.20 17:26:37.312249 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} executeQuery: Read 96 rows, 6.85 KiB in 0.00112 sec., 85714.28571428572 rows/sec., 5.97 MiB/sec. 2025.11.20 17:26:37.312264 [ 56 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:37.312283 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:37.312285 [ 260 ] {94628cf2-28ee-4fed-95d1-31cbc9c6d864} TCPHandler: Processed in 0.001278444 sec. 2025.11.20 17:26:37.312374 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full 2025.11.20 17:26:37.312406 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:37.312466 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:37.312494 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 36859 rows starting from the beginning of the part 2025.11.20 17:26:37.312500 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:37.312543 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:37.312549 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 160 rows starting from the beginning of the part 2025.11.20 17:26:37.312596 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 314 rows starting from the beginning of the part 2025.11.20 17:26:37.312635 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part 2025.11.20 17:26:37.312676 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 908 rows starting from the beginning of the part 2025.11.20 17:26:37.312874 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:37.312908 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.83 GiB. 2025.11.20 17:26:37.313198 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) 2025.11.20 17:26:37.313400 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:37.313523 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} executeQuery: Read 36 rows, 2.48 KiB in 0.001042 sec., 34548.9443378119 rows/sec., 2.33 MiB/sec. 2025.11.20 17:26:37.313558 [ 260 ] {fe446ff1-4576-44c2-9cd9-91e01697f00a} TCPHandler: Processed in 0.001199742 sec. 2025.11.20 17:26:37.319433 [ 195 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergeTask::MergeProjectionsStage: Merge sorted 38401 rows, containing 5 columns (5 merged, 0 gathered) in 0.007092994 sec., 5413933.805667959 rows/sec., 364.50 MiB/sec. 2025.11.20 17:26:37.319958 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) 2025.11.20 17:26:37.320292 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:37.320378 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_119_24} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 2025.11.20 17:26:37.320473 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. 2025.11.20 17:26:38.039520 [ 222 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:38.039609 [ 222 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:38.041774 [ 222 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:38.697510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 35936 2025.11.20 17:26:38.698083 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:38.698134 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:38.698623 [ 245 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:26:38.698838 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:38.698959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35936 2025.11.20 17:26:39.054366 [ 223 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:39.054419 [ 223 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:39.057433 [ 223 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:40.528028 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 565 2025.11.20 17:26:40.543958 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:40.544007 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:40.550056 [ 244 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:26:40.550729 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:40.553560 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 565 2025.11.20 17:26:42.310216 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:42.310417 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:42.310487 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:42.311280 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.311334 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.311768 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.11.20 17:26:42.312020 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.312178 [ 48 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.11.20 17:26:42.312192 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} executeQuery: Read 56 rows, 4.41 KiB in 0.001828 sec., 30634.57330415755 rows/sec., 2.35 MiB/sec. 2025.11.20 17:26:42.312216 [ 48 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.312237 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.312244 [ 260 ] {4ec44a86-e017-4323-9157-df5af0ca93b6} TCPHandler: Processed in 0.00216516 sec. 2025.11.20 17:26:42.312364 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:42.312375 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.11.20 17:26:42.312460 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:42.312505 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:42.312543 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:42.312586 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 2463 rows starting from the beginning of the part 2025.11.20 17:26:42.312662 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:26:42.312716 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:42.312764 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 2338 rows starting from the beginning of the part 2025.11.20 17:26:42.312808 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:42.312857 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 56 rows starting from the beginning of the part 2025.11.20 17:26:42.312945 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.312986 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.313327 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.11.20 17:26:42.313538 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.313648 [ 48 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.11.20 17:26:42.313667 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} executeQuery: Read 64 rows, 5.12 KiB in 0.001226 sec., 52202.28384991843 rows/sec., 4.07 MiB/sec. 2025.11.20 17:26:42.313673 [ 48 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.313697 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.313705 [ 260 ] {a52463eb-5a48-46f8-8ebb-d32f8cd4ac4a} TCPHandler: Processed in 0.001389386 sec. 2025.11.20 17:26:42.313772 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.11.20 17:26:42.313816 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:42.313859 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:42.313887 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1249 rows starting from the beginning of the part 2025.11.20 17:26:42.313910 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:42.313944 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 719 rows starting from the beginning of the part 2025.11.20 17:26:42.313954 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:42.313989 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:42.314032 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 1187 rows starting from the beginning of the part 2025.11.20 17:26:42.314072 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:42.314112 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 64 rows starting from the beginning of the part 2025.11.20 17:26:42.314402 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.314436 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.314754 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.11.20 17:26:42.314957 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.315084 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.11.20 17:26:42.315113 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 6161 rows, containing 5 columns (5 merged, 0 gathered) in 0.002802762 sec., 2198188.7866326147 rows/sec., 186.64 MiB/sec. 2025.11.20 17:26:42.315121 [ 260 ] {ce734651-0a2a-49fe-819b-aee9930f3d98} TCPHandler: Processed in 0.001352185 sec. 2025.11.20 17:26:42.315275 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:42.315323 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.00159032 sec., 2104607.877659842 rows/sec., 159.24 MiB/sec. 2025.11.20 17:26:42.315369 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:42.315407 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.11.20 17:26:42.315415 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:42.315521 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.11.20 17:26:42.315724 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.315753 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.315789 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.315819 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_121_24} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.11.20 17:26:42.315852 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.315898 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2025.11.20 17:26:42.315942 [ 195 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_121_24} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.11.20 17:26:42.316039 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.11.20 17:26:42.316101 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) 2025.11.20 17:26:42.316309 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.316413 [ 48 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 2025.11.20 17:26:42.316435 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.11.20 17:26:42.316440 [ 48 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:42.316463 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:42.316470 [ 260 ] {5a720ca4-f47d-421d-970c-72f291b5ff61} TCPHandler: Processed in 0.001246184 sec. 2025.11.20 17:26:42.316565 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTask::PrepareStage: Merging 6 parts: from all_1_116_23 to all_121_121_0 into Compact with storage Full 2025.11.20 17:26:42.316719 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:42.316752 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTreeSequentialSource: Reading 3 marks from part all_1_116_23, total 8220 rows starting from the beginning of the part 2025.11.20 17:26:42.316816 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 104 rows starting from the beginning of the part 2025.11.20 17:26:42.316861 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:42.316903 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 68 rows starting from the beginning of the part 2025.11.20 17:26:42.316941 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 36 rows starting from the beginning of the part 2025.11.20 17:26:42.316980 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 60 rows starting from the beginning of the part 2025.11.20 17:26:42.319310 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergeTask::MergeProjectionsStage: Merge sorted 8548 rows, containing 4 columns (4 merged, 0 gathered) in 0.002796313 sec., 3056882.4019342614 rows/sec., 195.26 MiB/sec. 2025.11.20 17:26:42.319452 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) 2025.11.20 17:26:42.319698 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:42.319772 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_121_24} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 2025.11.20 17:26:42.319845 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2025.11.20 17:26:42.790490 [ 219 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:42.790560 [ 219 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:42.792901 [ 219 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:43.583388 [ 219 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:43.583458 [ 219 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:43.586571 [ 219 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:26:46.018504 [ 43 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:26:46.018562 [ 43 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:26:46.199098 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 36448 2025.11.20 17:26:46.199669 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:46.199718 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:46.200203 [ 245 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:26:46.200441 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:46.200569 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36448 2025.11.20 17:26:46.200605 [ 43 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:26:46.200675 [ 43 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:46.200699 [ 43 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:46.200827 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:26:46.200984 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:46.201030 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 34016 rows starting from the beginning of the part 2025.11.20 17:26:46.201104 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 512 rows starting from the beginning of the part 2025.11.20 17:26:46.201156 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 448 rows starting from the beginning of the part 2025.11.20 17:26:46.201203 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 512 rows starting from the beginning of the part 2025.11.20 17:26:46.201244 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 448 rows starting from the beginning of the part 2025.11.20 17:26:46.201287 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 512 rows starting from the beginning of the part 2025.11.20 17:26:46.203825 [ 189 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 36448 rows, containing 4 columns (4 merged, 0 gathered) in 0.003057218 sec., 11921949.955809498 rows/sec., 170.54 MiB/sec. 2025.11.20 17:26:46.204267 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:26:46.204666 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:46.204743 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_76_15} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:26:46.204853 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.02 MiB. 2025.11.20 17:26:46.322942 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2040 2025.11.20 17:26:46.324977 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:46.325015 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:46.326140 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:26:46.326408 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:46.326668 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2040 2025.11.20 17:26:47.323927 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.324124 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.324196 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:26:47.325032 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.325075 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.325494 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:26:47.325721 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.325876 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} executeQuery: Read 410 rows, 26.63 KiB in 0.001804 sec., 227272.72727272726 rows/sec., 14.42 MiB/sec. 2025.11.20 17:26:47.325920 [ 260 ] {6cc4e85c-a2b4-4160-a94f-166e02cf5a09} TCPHandler: Processed in 0.00213151 sec. 2025.11.20 17:26:47.326042 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.326139 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:47.326183 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:47.327198 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.327235 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.327588 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.11.20 17:26:47.327784 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.327904 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} executeQuery: Read 1192 rows, 97.51 KiB in 0.00182 sec., 654945.0549450549 rows/sec., 52.32 MiB/sec. 2025.11.20 17:26:47.327940 [ 260 ] {669b89e3-0175-44b8-8ea5-79aa055ad5dc} TCPHandler: Processed in 0.001993218 sec. 2025.11.20 17:26:47.328045 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.328134 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.328172 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:26:47.328718 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.328753 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.329060 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:26:47.329266 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.329403 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} executeQuery: Read 245 rows, 15.32 KiB in 0.001234 sec., 198541.3290113452 rows/sec., 12.13 MiB/sec. 2025.11.20 17:26:47.329443 [ 260 ] {4760ed95-e629-457f-be30-f406d9848dfb} TCPHandler: Processed in 0.001401776 sec. 2025.11.20 17:26:47.329548 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.329646 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.329686 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:26:47.330179 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.330216 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.330530 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:26:47.330746 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.330877 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} executeQuery: Read 212 rows, 14.00 KiB in 0.001248 sec., 169871.79487179487 rows/sec., 10.96 MiB/sec. 2025.11.20 17:26:47.330919 [ 260 ] {fda986c6-0732-4d39-80da-18db64b0119d} TCPHandler: Processed in 0.001420317 sec. 2025.11.20 17:26:47.331023 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.331116 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.331156 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:26:47.331627 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.331664 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.331963 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:26:47.332164 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.332293 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} executeQuery: Read 211 rows, 12.27 KiB in 0.001193 sec., 176865.0461022632 rows/sec., 10.04 MiB/sec. 2025.11.20 17:26:47.332333 [ 260 ] {5b1d869e-bd8d-42f6-b9d8-8dc7ae777d7a} TCPHandler: Processed in 0.001357515 sec. 2025.11.20 17:26:47.332436 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.332529 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:47.332569 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:47.333252 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.333288 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.333607 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.11.20 17:26:47.333807 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.333934 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} executeQuery: Read 719 rows, 51.67 KiB in 0.001421 sec., 505981.703026038 rows/sec., 35.51 MiB/sec. 2025.11.20 17:26:47.333975 [ 260 ] {375f1d37-a70e-414e-8bad-24b11913603b} TCPHandler: Processed in 0.001585549 sec. 2025.11.20 17:26:47.334082 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.334174 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:26:47.334215 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:26:47.334560 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.334596 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.334901 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.11.20 17:26:47.335114 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.335246 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} executeQuery: Read 6 rows, 321.00 B in 0.001088 sec., 5514.705882352941 rows/sec., 288.12 KiB/sec. 2025.11.20 17:26:47.335284 [ 260 ] {67096216-3058-4f75-90ea-83ce2c36c7e7} TCPHandler: Processed in 0.001249484 sec. 2025.11.20 17:26:47.335387 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.335482 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.335526 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:47.335953 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.335990 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.336333 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.11.20 17:26:47.336544 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.336680 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} executeQuery: Read 314 rows, 21.12 KiB in 0.001215 sec., 258436.21399176956 rows/sec., 16.98 MiB/sec. 2025.11.20 17:26:47.336719 [ 260 ] {c81bed67-3f90-4816-8301-344b55c5b2ea} TCPHandler: Processed in 0.001381216 sec. 2025.11.20 17:26:47.336819 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.336912 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.336954 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:26:47.337263 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.337300 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.337599 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:26:47.337803 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.337933 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} executeQuery: Read 1 rows, 69.00 B in 0.001038 sec., 963.3911368015414 rows/sec., 64.92 KiB/sec. 2025.11.20 17:26:47.337972 [ 260 ] {d37fece1-5344-4458-b3d6-083428052ca8} TCPHandler: Processed in 0.001200652 sec. 2025.11.20 17:26:47.338073 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.338168 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.338224 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} 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.11.20 17:26:47.339100 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.339138 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.339684 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:26:47.339907 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.340045 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} executeQuery: Read 40 rows, 73.40 KiB in 0.001893 sec., 21130.480718436345 rows/sec., 37.86 MiB/sec. 2025.11.20 17:26:47.340102 [ 260 ] {a91996d5-5645-4710-a89d-ad9fab4c7b4a} TCPHandler: Processed in 0.002078139 sec. 2025.11.20 17:26:47.340209 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:47.340303 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:47.340346 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:47.340684 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:47.340720 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:47.341024 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) 2025.11.20 17:26:47.341228 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:47.341354 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} executeQuery: Read 104 rows, 6.53 KiB in 0.001066 sec., 97560.97560975609 rows/sec., 5.98 MiB/sec. 2025.11.20 17:26:47.341392 [ 260 ] {54e30c59-131e-4308-858b-e8c71d3680a9} TCPHandler: Processed in 0.001232873 sec. 2025.11.20 17:26:47.341440 [ 219 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.341496 [ 219 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.344683 [ 219 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.829814 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.829874 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.833075 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.914210 [ 225 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.914272 [ 225 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:47.916425 [ 225 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:48.053748 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 573 2025.11.20 17:26:48.062087 [ 221 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:48.062118 [ 221 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:48.064602 [ 221 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:26:48.070766 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:48.070810 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:48.076934 [ 244 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:26:48.077639 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:48.077928 [ 39 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:26:48.077994 [ 39 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:48.078014 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:48.078115 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:26:48.081184 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 573 2025.11.20 17:26:48.081618 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:48.082939 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 535 rows starting from the beginning of the part 2025.11.20 17:26:48.087344 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part 2025.11.20 17:26:48.091680 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part 2025.11.20 17:26:48.096026 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part 2025.11.20 17:26:48.100572 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part 2025.11.20 17:26:48.104795 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 8 rows starting from the beginning of the part 2025.11.20 17:26:48.158949 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.080874188 sec., 7085.07886348114 rows/sec., 36.64 MiB/sec. 2025.11.20 17:26:48.160895 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:26:48.162575 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:48.162664 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_76_15} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:26:48.164096 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.96 MiB. 2025.11.20 17:26:49.000212 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.05 MiB, peak 390.46 MiB, free memory in arenas 0.00 B, will set to 372.02 MiB (RSS), difference: -1.04 MiB 2025.11.20 17:26:52.310656 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:52.310879 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:52.310974 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:52.311865 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:52.311915 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:52.312290 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.11.20 17:26:52.312510 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:52.312664 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} executeQuery: Read 56 rows, 4.41 KiB in 0.001852 sec., 30237.580993520518 rows/sec., 2.32 MiB/sec. 2025.11.20 17:26:52.312707 [ 260 ] {08d96c2c-bf63-49db-a711-9019869787e4} TCPHandler: Processed in 0.00218747 sec. 2025.11.20 17:26:52.312829 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:52.312924 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:52.312962 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:52.313417 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:52.313452 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:52.313744 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.11.20 17:26:52.313951 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:52.314080 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} executeQuery: Read 64 rows, 5.12 KiB in 0.001173 sec., 54560.954816709294 rows/sec., 4.26 MiB/sec. 2025.11.20 17:26:52.314120 [ 260 ] {1b46793d-2ff6-43a3-8bae-a466c1221e4f} TCPHandler: Processed in 0.001338105 sec. 2025.11.20 17:26:52.314240 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:52.314333 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:52.314375 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:52.314837 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:52.314873 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:52.315186 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.11.20 17:26:52.315397 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:52.315527 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.11.20 17:26:52.315566 [ 260 ] {047611ed-e088-4750-b998-6473ef9afe9a} TCPHandler: Processed in 0.001373396 sec. 2025.11.20 17:26:52.315683 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:52.315776 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:52.315818 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:52.316152 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:52.316187 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:52.316474 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) 2025.11.20 17:26:52.316668 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:52.316793 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} executeQuery: Read 60 rows, 4.14 KiB in 0.001033 sec., 58083.252662149076 rows/sec., 3.91 MiB/sec. 2025.11.20 17:26:52.316831 [ 260 ] {3dce1538-bb1e-4060-b7c1-8081309e1bb8} TCPHandler: Processed in 0.001194732 sec. 2025.11.20 17:26:53.700840 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 36896 2025.11.20 17:26:53.701359 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:53.701401 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:53.701868 [ 245 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:26:53.702092 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:53.702222 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36896 2025.11.20 17:26:55.581250 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 580 2025.11.20 17:26:55.599125 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:55.599191 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:55.605312 [ 244 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:26:55.606055 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:55.609329 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 580 2025.11.20 17:26:56.326825 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2070 2025.11.20 17:26:56.329181 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:56.329230 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:56.330419 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:26:56.330687 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:56.330962 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2070 2025.11.20 17:26:57.324649 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.324842 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.324914 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:26:57.325820 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.325864 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.326261 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:26:57.326490 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.326645 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} executeQuery: Read 410 rows, 26.63 KiB in 0.001853 sec., 221262.81705342687 rows/sec., 14.04 MiB/sec. 2025.11.20 17:26:57.326655 [ 50 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 2025.11.20 17:26:57.326689 [ 260 ] {5bfd2ee4-6f00-4473-a72f-c99a722b6f29} TCPHandler: Processed in 0.002176021 sec. 2025.11.20 17:26:57.326751 [ 50 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.326792 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.326839 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.326948 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:26:57.326950 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full 2025.11.20 17:26:57.326989 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:26:57.327123 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:57.327165 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 434 rows starting from the beginning of the part 2025.11.20 17:26:57.327240 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:57.327292 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:57.327342 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:57.327388 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:57.327438 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 410 rows starting from the beginning of the part 2025.11.20 17:26:57.328017 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.328059 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.328451 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.11.20 17:26:57.328638 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001748552 sec., 1420604.0197832263 rows/sec., 95.80 MiB/sec. 2025.11.20 17:26:57.328666 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.328805 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) 2025.11.20 17:26:57.328835 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} executeQuery: Read 1192 rows, 97.51 KiB in 0.001903 sec., 626379.400945875 rows/sec., 50.04 MiB/sec. 2025.11.20 17:26:57.328890 [ 260 ] {86f9f657-c2c4-499f-acf9-19f11aaaa77c} TCPHandler: Processed in 0.002095729 sec. 2025.11.20 17:26:57.329014 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.329067 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.329109 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.329143 [ 187 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_53_11} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 2025.11.20 17:26:57.329159 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:26:57.329218 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.20 17:26:57.329717 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.329757 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.330069 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:26:57.330268 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.330390 [ 50 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_78_16 to all_83_83_0 2025.11.20 17:26:57.330399 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} executeQuery: Read 245 rows, 15.32 KiB in 0.001305 sec., 187739.46360153257 rows/sec., 11.47 MiB/sec. 2025.11.20 17:26:57.330439 [ 50 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.330465 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.330465 [ 260 ] {aebba2c8-ad8e-424f-8ff3-7385947c4024} TCPHandler: Processed in 0.001498308 sec. 2025.11.20 17:26:57.330582 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_78_16 to all_83_83_0 into Compact with storage Full 2025.11.20 17:26:57.330660 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.330699 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:57.330736 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_78_16, total 277 rows starting from the beginning of the part 2025.11.20 17:26:57.330774 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.330817 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 245 rows starting from the beginning of the part 2025.11.20 17:26:57.330819 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:26:57.330880 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 245 rows starting from the beginning of the part 2025.11.20 17:26:57.330936 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 257 rows starting from the beginning of the part 2025.11.20 17:26:57.330983 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 245 rows starting from the beginning of the part 2025.11.20 17:26:57.331023 [ 192 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 245 rows starting from the beginning of the part 2025.11.20 17:26:57.331438 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.331474 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.331782 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:26:57.331949 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergeTask::MergeProjectionsStage: Merge sorted 1514 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420097 sec., 1066124.3562939714 rows/sec., 69.49 MiB/sec. 2025.11.20 17:26:57.331991 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.332110 [ 26 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_58_12 to all_63_63_0 2025.11.20 17:26:57.332127 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} executeQuery: Read 212 rows, 14.00 KiB in 0.001377 sec., 153957.87944807552 rows/sec., 9.93 MiB/sec. 2025.11.20 17:26:57.332134 [ 201 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} MergedBlockOutputStream: filled checksums all_1_83_17 (state Temporary) 2025.11.20 17:26:57.332147 [ 26 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.332175 [ 260 ] {fff50798-6776-4005-81c6-b9514f464455} TCPHandler: Processed in 0.00157789 sec. 2025.11.20 17:26:57.332221 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.332300 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.332304 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_58_12 to all_63_63_0 into Compact with storage Full 2025.11.20 17:26:57.332397 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:57.332400 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.332423 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_58_12, total 465 rows starting from the beginning of the part 2025.11.20 17:26:57.332449 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:26:57.332468 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 212 rows starting from the beginning of the part 2025.11.20 17:26:57.332480 [ 201 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_83_17 to all_1_83_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.332521 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 212 rows starting from the beginning of the part 2025.11.20 17:26:57.332560 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 440 rows starting from the beginning of the part 2025.11.20 17:26:57.332585 [ 201 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_83_17} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_78_16, all_83_83_0] -> all_1_83_17 2025.11.20 17:26:57.332597 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 212 rows starting from the beginning of the part 2025.11.20 17:26:57.332638 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 212 rows starting from the beginning of the part 2025.11.20 17:26:57.332681 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.20 17:26:57.332991 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.333029 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.333330 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:26:57.333516 [ 197 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergeTask::MergeProjectionsStage: Merge sorted 1753 rows, containing 5 columns (5 merged, 0 gathered) in 0.001236963 sec., 1417180.627068069 rows/sec., 98.35 MiB/sec. 2025.11.20 17:26:57.333530 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.333660 [ 26 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_48_10 to all_53_53_0 2025.11.20 17:26:57.333668 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} MergedBlockOutputStream: filled checksums all_1_63_13 (state Temporary) 2025.11.20 17:26:57.333677 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} executeQuery: Read 211 rows, 12.27 KiB in 0.001295 sec., 162934.36293436293 rows/sec., 9.25 MiB/sec. 2025.11.20 17:26:57.333701 [ 26 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.333738 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.333742 [ 260 ] {918b3d2e-4125-46c4-890a-8ba960bfa156} TCPHandler: Processed in 0.001489217 sec. 2025.11.20 17:26:57.333809 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_48_10 to all_53_53_0 into Compact with storage Full 2025.11.20 17:26:57.333864 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.333887 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:57.333911 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 223 rows starting from the beginning of the part 2025.11.20 17:26:57.333955 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:57.333959 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:26:57.333955 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_63_13 to all_1_63_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.333989 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:57.334008 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:26:57.334030 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:57.334056 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_63_13} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_58_12, all_63_63_0] -> all_1_63_13 2025.11.20 17:26:57.334061 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:57.334118 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 211 rows starting from the beginning of the part 2025.11.20 17:26:57.334160 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.11.20 17:26:57.334813 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.334852 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.334927 [ 186 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001140231 sec., 1120825.5169347264 rows/sec., 68.13 MiB/sec. 2025.11.20 17:26:57.335052 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} MergedBlockOutputStream: filled checksums all_1_53_11 (state Temporary) 2025.11.20 17:26:57.335177 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.11.20 17:26:57.335286 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_53_11 to all_1_53_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.335349 [ 192 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_53_11} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_48_10, all_53_53_0] -> all_1_53_11 2025.11.20 17:26:57.335395 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.335407 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:26:57.335523 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} executeQuery: Read 719 rows, 51.67 KiB in 0.001582 sec., 454487.98988621996 rows/sec., 31.90 MiB/sec. 2025.11.20 17:26:57.335561 [ 260 ] {e931bfc1-bdda-42aa-b060-aea8120429d4} TCPHandler: Processed in 0.001744622 sec. 2025.11.20 17:26:57.335673 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.335766 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:26:57.335807 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:26:57.336140 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.336175 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.336462 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.11.20 17:26:57.336664 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.336788 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} executeQuery: Read 6 rows, 321.00 B in 0.00104 sec., 5769.2307692307695 rows/sec., 301.42 KiB/sec. 2025.11.20 17:26:57.336824 [ 260 ] {d6918f51-ac6f-4029-a1c3-0047ae1ea289} TCPHandler: Processed in 0.001198452 sec. 2025.11.20 17:26:57.336922 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.337014 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.337054 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:26:57.337505 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.337540 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.337862 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.11.20 17:26:57.338065 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.338183 [ 26 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_119_24 to all_124_124_0 2025.11.20 17:26:57.338191 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} executeQuery: Read 314 rows, 21.12 KiB in 0.001195 sec., 262761.5062761506 rows/sec., 17.26 MiB/sec. 2025.11.20 17:26:57.338219 [ 26 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.338242 [ 260 ] {de05db9c-e4dd-4e54-b6a9-e7f656111eaa} TCPHandler: Processed in 0.001366686 sec. 2025.11.20 17:26:57.338242 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.338342 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_119_24 to all_124_124_0 into Compact with storage Full 2025.11.20 17:26:57.338348 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.338458 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:26:57.338458 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.338500 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 38401 rows starting from the beginning of the part 2025.11.20 17:26:57.338519 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:26:57.338569 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 96 rows starting from the beginning of the part 2025.11.20 17:26:57.338620 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 160 rows starting from the beginning of the part 2025.11.20 17:26:57.338665 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 314 rows starting from the beginning of the part 2025.11.20 17:26:57.338708 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 160 rows starting from the beginning of the part 2025.11.20 17:26:57.338753 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 314 rows starting from the beginning of the part 2025.11.20 17:26:57.338831 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.338873 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.339173 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:26:57.339371 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.339499 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} executeQuery: Read 1 rows, 69.00 B in 0.001058 sec., 945.179584120983 rows/sec., 63.69 KiB/sec. 2025.11.20 17:26:57.339534 [ 260 ] {c107eeb1-26b4-4607-8c9c-3bfd3860a183} TCPHandler: Processed in 0.001232523 sec. 2025.11.20 17:26:57.339632 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.339722 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.339776 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} 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.11.20 17:26:57.340638 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.340674 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.341227 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:26:57.341440 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.341577 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} executeQuery: Read 40 rows, 73.40 KiB in 0.001872 sec., 21367.521367521367 rows/sec., 38.29 MiB/sec. 2025.11.20 17:26:57.341631 [ 260 ] {707d14d8-48fe-4665-b763-c82e382b3c44} TCPHandler: Processed in 0.002044759 sec. 2025.11.20 17:26:57.341737 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:26:57.341830 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:26:57.341870 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:26:57.342207 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:26:57.342242 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:26:57.342541 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) 2025.11.20 17:26:57.342738 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.342861 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} executeQuery: Read 104 rows, 6.53 KiB in 0.00105 sec., 99047.61904761905 rows/sec., 6.07 MiB/sec. 2025.11.20 17:26:57.342895 [ 260 ] {591dd843-ceae-4a2c-b6f0-59dddcc783ef} TCPHandler: Processed in 0.001206102 sec. 2025.11.20 17:26:57.345604 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergeTask::MergeProjectionsStage: Merge sorted 39445 rows, containing 5 columns (5 merged, 0 gathered) in 0.007298547 sec., 5404500.375211669 rows/sec., 363.85 MiB/sec. 2025.11.20 17:26:57.346395 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} MergedBlockOutputStream: filled checksums all_1_124_25 (state Temporary) 2025.11.20 17:26:57.346862 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_124_25 to all_1_124_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:26:57.346945 [ 194 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_124_25} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_119_24, all_124_124_0] -> all_1_124_25 2025.11.20 17:26:57.347037 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.11.20 17:26:58.369907 [ 225 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:58.369973 [ 225 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:26:58.372397 [ 225 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] 2025.11.20 17:27:01.018823 [ 105 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:27:01.018874 [ 105 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:27:01.203276 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 37408 2025.11.20 17:27:01.203805 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:01.203851 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:27:01.204343 [ 245 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:27:01.204574 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:01.204707 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37408 2025.11.20 17:27:02.310822 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:02.311011 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:02.311082 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:02.311757 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:02.311806 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:27:02.312205 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.11.20 17:27:02.312432 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:02.312589 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} executeQuery: Read 56 rows, 4.41 KiB in 0.001628 sec., 34398.0343980344 rows/sec., 2.64 MiB/sec. 2025.11.20 17:27:02.312635 [ 260 ] {bb40f844-7002-407b-ad7a-f0f5b196f62f} TCPHandler: Processed in 0.001995647 sec. 2025.11.20 17:27:02.312754 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:02.312852 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:02.312894 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:02.313345 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:02.313384 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:27:02.313713 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.11.20 17:27:02.313930 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:02.314063 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} executeQuery: Read 64 rows, 5.12 KiB in 0.001231 sec., 51990.25182778229 rows/sec., 4.06 MiB/sec. 2025.11.20 17:27:02.314102 [ 260 ] {ab68e916-015b-494a-8a3e-937c67312d65} TCPHandler: Processed in 0.001398346 sec. 2025.11.20 17:27:02.314226 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:02.314321 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:02.314367 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:02.314796 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:02.314835 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:27:02.315172 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.11.20 17:27:02.315382 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:02.315513 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.11.20 17:27:02.315552 [ 260 ] {ecab3612-7d00-48cf-ae53-aad862ab694a} TCPHandler: Processed in 0.001376716 sec. 2025.11.20 17:27:02.315669 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:02.315770 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:02.315817 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:02.316168 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:02.316205 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.82 GiB. 2025.11.20 17:27:02.316514 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} MergedBlockOutputStream: filled checksums all_125_125_0 (state Temporary) 2025.11.20 17:27:02.316721 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_125_125_0 to all_125_125_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:02.316852 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.11.20 17:27:02.316889 [ 260 ] {e78883c9-ae94-4765-8697-cab7cdb8f830} TCPHandler: Processed in 0.001270103 sec. 2025.11.20 17:27:03.109430 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 588 2025.11.20 17:27:03.128001 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:03.128072 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:03.134238 [ 244 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:27:03.135040 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:03.139019 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 588 2025.11.20 17:27:03.368244 [ 224 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:03.368295 [ 224 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:03.370233 [ 224 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:04.328523 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.328700 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.328772 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:27:04.329583 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.329631 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.330062 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:27:04.330284 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.330436 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} executeQuery: Read 410 rows, 26.63 KiB in 0.001785 sec., 229691.8767507003 rows/sec., 14.57 MiB/sec. 2025.11.20 17:27:04.330481 [ 260 ] {4bd93b0a-f982-4caf-8e63-28901d1cf8df} TCPHandler: Processed in 0.00209465 sec. 2025.11.20 17:27:04.330597 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.330695 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:27:04.330738 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:27:04.331171 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.331209 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.331512 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.11.20 17:27:04.331733 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.331862 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} executeQuery: Read 6 rows, 501.00 B in 0.001187 sec., 5054.759898904803 rows/sec., 412.18 KiB/sec. 2025.11.20 17:27:04.331900 [ 260 ] {ecf6c781-1163-43e3-b1ef-edf06a6c17b9} TCPHandler: Processed in 0.001352215 sec. 2025.11.20 17:27:04.332007 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.332103 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:04.332143 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:04.333425 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.333462 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.333912 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.11.20 17:27:04.334130 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.334259 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} executeQuery: Read 2335 rows, 194.29 KiB in 0.002175 sec., 1073563.2183908047 rows/sec., 87.24 MiB/sec. 2025.11.20 17:27:04.334268 [ 141 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.11.20 17:27:04.334299 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:27:04.334328 [ 260 ] {88f7e6f7-e1ff-4136-acd4-b59afe5a8534} TCPHandler: Processed in 0.002370485 sec. 2025.11.20 17:27:04.334337 [ 141 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.334367 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.334442 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.334494 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.11.20 17:27:04.334543 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.334588 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:27:04.334637 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:04.334679 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 2463 rows starting from the beginning of the part 2025.11.20 17:27:04.334761 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:27:04.334818 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:04.334867 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:27:04.334911 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:04.334960 [ 186 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 2335 rows starting from the beginning of the part 2025.11.20 17:27:04.335115 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.335157 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.335506 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:27:04.335733 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.335874 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} executeQuery: Read 251 rows, 15.74 KiB in 0.00135 sec., 185925.92592592593 rows/sec., 11.39 MiB/sec. 2025.11.20 17:27:04.335915 [ 260 ] {48ba72a1-87d4-428c-b4dd-7d0fd0870dad} TCPHandler: Processed in 0.001524008 sec. 2025.11.20 17:27:04.336032 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.336129 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.336172 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:27:04.336703 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.336739 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.337057 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:27:04.337283 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.337416 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} executeQuery: Read 440 rows, 29.81 KiB in 0.001306 sec., 336906.58499234304 rows/sec., 22.29 MiB/sec. 2025.11.20 17:27:04.337456 [ 260 ] {a5e10a87-b402-4b48-b269-5e5041d9c597} TCPHandler: Processed in 0.001474148 sec. 2025.11.20 17:27:04.337536 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 7294 rows, containing 5 columns (5 merged, 0 gathered) in 0.003101198 sec., 2351994.2938180664 rows/sec., 199.33 MiB/sec. 2025.11.20 17:27:04.337573 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.337671 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.337712 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:27:04.337786 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.11.20 17:27:04.338074 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.338147 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_126_25} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.11.20 17:27:04.338196 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.338231 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2025.11.20 17:27:04.338238 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.338583 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:27:04.338802 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.338936 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} executeQuery: Read 211 rows, 12.27 KiB in 0.001283 sec., 164458.30085736554 rows/sec., 9.34 MiB/sec. 2025.11.20 17:27:04.338975 [ 260 ] {c55e3e2b-8544-494f-8341-65a0f6ab97cd} TCPHandler: Processed in 0.001451607 sec. 2025.11.20 17:27:04.339089 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.339183 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:04.339223 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:04.340037 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.340072 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.340492 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.11.20 17:27:04.340709 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.340829 [ 141 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.11.20 17:27:04.340838 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} executeQuery: Read 1181 rows, 86.45 KiB in 0.001672 sec., 706339.7129186603 rows/sec., 50.49 MiB/sec. 2025.11.20 17:27:04.340873 [ 141 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.340897 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.340896 [ 260 ] {9e4ff374-4c8e-42a7-94e1-1e502338ed3d} TCPHandler: Processed in 0.001858165 sec. 2025.11.20 17:27:04.340983 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.11.20 17:27:04.341026 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.341077 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:04.341107 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_1_121_24, total 1249 rows starting from the beginning of the part 2025.11.20 17:27:04.341121 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:27:04.341164 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:27:04.341165 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 719 rows starting from the beginning of the part 2025.11.20 17:27:04.341219 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:04.341267 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 719 rows starting from the beginning of the part 2025.11.20 17:27:04.341307 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:04.341352 [ 196 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 1181 rows starting from the beginning of the part 2025.11.20 17:27:04.341500 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.341538 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.341849 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.11.20 17:27:04.342059 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.342171 [ 141 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 2025.11.20 17:27:04.342188 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} executeQuery: Read 6 rows, 321.00 B in 0.001086 sec., 5524.861878453039 rows/sec., 288.65 KiB/sec. 2025.11.20 17:27:04.342207 [ 141 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.342232 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.342233 [ 260 ] {dc17993c-6622-49a6-be7f-acbfec9968c4} TCPHandler: Processed in 0.001257083 sec. 2025.11.20 17:27:04.342309 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full 2025.11.20 17:27:04.342361 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.342429 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:04.342464 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.342473 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 270 rows starting from the beginning of the part 2025.11.20 17:27:04.342514 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:04.342547 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:04.342601 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:04.342643 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:04.342707 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:04.342708 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 3996 rows, containing 5 columns (5 merged, 0 gathered) in 0.001766503 sec., 2262096.356473779 rows/sec., 170.23 MiB/sec. 2025.11.20 17:27:04.342750 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:04.342885 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.11.20 17:27:04.343137 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.343173 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.343172 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.343250 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_126_25} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.11.20 17:27:04.343316 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.11.20 17:27:04.343535 [ 198 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001260833 sec., 237937.9346828644 rows/sec., 12.14 MiB/sec. 2025.11.20 17:27:04.343580 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.11.20 17:27:04.343669 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) 2025.11.20 17:27:04.343865 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.343969 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.344018 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} executeQuery: Read 905 rows, 61.24 KiB in 0.001575 sec., 574603.1746031746 rows/sec., 37.97 MiB/sec. 2025.11.20 17:27:04.344042 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_50_10} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 2025.11.20 17:27:04.344064 [ 260 ] {d3a8ac11-9ef3-46ef-8499-c9c7938d5e97} TCPHandler: Processed in 0.001757982 sec. 2025.11.20 17:27:04.344114 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.11.20 17:27:04.344185 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.344283 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.344327 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:27:04.344645 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.344681 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.344983 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:27:04.345192 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.345323 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} executeQuery: Read 1 rows, 69.00 B in 0.001059 sec., 944.2870632672332 rows/sec., 63.63 KiB/sec. 2025.11.20 17:27:04.345360 [ 260 ] {2b11af4d-7d6f-404e-9020-abccb82a575c} TCPHandler: Processed in 0.001229323 sec. 2025.11.20 17:27:04.345474 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.345572 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.345627 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} 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.11.20 17:27:04.346495 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.346532 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.347101 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:27:04.347326 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.347468 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} executeQuery: Read 40 rows, 73.40 KiB in 0.001913 sec., 20909.566126502876 rows/sec., 37.47 MiB/sec. 2025.11.20 17:27:04.347524 [ 260 ] {c4ec58c8-a30e-4c67-844f-6a63b7dbb344} TCPHandler: Processed in 0.00209945 sec. 2025.11.20 17:27:04.347636 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:04.347731 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:04.347774 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:04.348112 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.348148 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.348462 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} MergedBlockOutputStream: filled checksums all_126_126_0 (state Temporary) 2025.11.20 17:27:04.348680 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_126_126_0 to all_126_126_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.348802 [ 141 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_121_24 to all_126_126_0 2025.11.20 17:27:04.348811 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} executeQuery: Read 68 rows, 4.04 KiB in 0.001099 sec., 61874.4313011829 rows/sec., 3.59 MiB/sec. 2025.11.20 17:27:04.348842 [ 141 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:04.348864 [ 260 ] {2db09e73-f4f8-4eff-9904-a1909a121682} TCPHandler: Processed in 0.001279264 sec. 2025.11.20 17:27:04.348866 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:04.348957 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTask::PrepareStage: Merging 6 parts: from all_1_121_24 to all_126_126_0 into Compact with storage Full 2025.11.20 17:27:04.349044 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:04.349070 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTreeSequentialSource: Reading 3 marks from part all_1_121_24, total 8548 rows starting from the beginning of the part 2025.11.20 17:27:04.349117 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 104 rows starting from the beginning of the part 2025.11.20 17:27:04.349157 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:04.349194 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_124_124_0, total 104 rows starting from the beginning of the part 2025.11.20 17:27:04.349232 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:04.349270 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 68 rows starting from the beginning of the part 2025.11.20 17:27:04.351572 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergeTask::MergeProjectionsStage: Merge sorted 8944 rows, containing 4 columns (4 merged, 0 gathered) in 0.002644859 sec., 3381654.7498373264 rows/sec., 215.81 MiB/sec. 2025.11.20 17:27:04.351758 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} MergedBlockOutputStream: filled checksums all_1_126_25 (state Temporary) 2025.11.20 17:27:04.352038 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_126_25 to all_1_126_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:04.352111 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_126_25} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_121_24, all_126_126_0] -> all_1_126_25 2025.11.20 17:27:04.352190 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. 2025.11.20 17:27:06.331258 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2124 2025.11.20 17:27:06.334064 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:06.334106 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:06.335355 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:27:06.335634 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:06.335852 [ 222 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:06.335902 [ 222 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:06.335915 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2124 2025.11.20 17:27:06.337878 [ 222 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:07.308074 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:07.308276 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:07.308344 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:07.309013 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:07.309059 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:07.309448 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.11.20 17:27:07.309677 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:07.309832 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} executeQuery: Read 56 rows, 4.41 KiB in 0.00161 sec., 34782.60869565217 rows/sec., 2.67 MiB/sec. 2025.11.20 17:27:07.309879 [ 260 ] {b6fdc5c6-b4cc-4b5f-9880-5ec5545cc8f1} TCPHandler: Processed in 0.001949506 sec. 2025.11.20 17:27:07.310005 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:07.310102 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:07.310145 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:07.310570 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:07.310607 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:07.310914 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.11.20 17:27:07.311127 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:07.311258 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} executeQuery: Read 64 rows, 5.12 KiB in 0.001176 sec., 54421.768707482996 rows/sec., 4.25 MiB/sec. 2025.11.20 17:27:07.311297 [ 260 ] {64fbfb29-45e4-4676-bbe8-7644c5fb6904} TCPHandler: Processed in 0.001343475 sec. 2025.11.20 17:27:07.311414 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:07.311509 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:07.311555 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:07.311940 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:07.311977 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:07.312300 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.11.20 17:27:07.312523 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:07.312653 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} executeQuery: Read 96 rows, 6.85 KiB in 0.001162 sec., 82616.17900172116 rows/sec., 5.75 MiB/sec. 2025.11.20 17:27:07.312692 [ 260 ] {c04e876e-84e5-44dd-8560-cb07942a5dfd} TCPHandler: Processed in 0.001327395 sec. 2025.11.20 17:27:07.312803 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:07.312899 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:07.312942 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:07.313276 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:07.313313 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:07.313615 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} MergedBlockOutputStream: filled checksums all_127_127_0 (state Temporary) 2025.11.20 17:27:07.313823 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_127_127_0 to all_127_127_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:07.313951 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} executeQuery: Read 36 rows, 2.48 KiB in 0.001071 sec., 33613.445378151264 rows/sec., 2.27 MiB/sec. 2025.11.20 17:27:07.313989 [ 260 ] {b5960c0f-14c7-4a2b-ab93-f1542b0e75bb} TCPHandler: Processed in 0.001234143 sec. 2025.11.20 17:27:07.577873 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:07.577943 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:07.581564 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:08.705040 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 37856 2025.11.20 17:27:08.705537 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:08.705577 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:08.706051 [ 245 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:27:08.706274 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:08.706401 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37856 2025.11.20 17:27:10.639326 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 595 2025.11.20 17:27:10.657014 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:10.657072 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:10.663188 [ 244 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:27:10.663926 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:10.666897 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 595 2025.11.20 17:27:12.311108 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:12.311305 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:12.311379 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:12.312051 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:12.312098 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:12.312488 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.11.20 17:27:12.312710 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:12.312868 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} executeQuery: Read 56 rows, 4.41 KiB in 0.001616 sec., 34653.46534653466 rows/sec., 2.66 MiB/sec. 2025.11.20 17:27:12.312911 [ 260 ] {15ac3fd0-7a89-481b-8770-02f2b0786c3e} TCPHandler: Processed in 0.001941737 sec. 2025.11.20 17:27:12.312954 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:12.313011 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:12.313027 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:12.313127 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:12.313168 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:12.313578 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:12.313615 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:12.313922 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.11.20 17:27:12.314152 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:12.314295 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2025.11.20 17:27:12.314334 [ 260 ] {c7c26680-47c6-488d-b51c-875dcbbebd86} TCPHandler: Processed in 0.001356575 sec. 2025.11.20 17:27:12.314463 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:12.314558 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:12.314602 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:12.315041 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:12.315079 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:12.315444 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.11.20 17:27:12.315676 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:12.315807 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. 2025.11.20 17:27:12.315844 [ 260 ] {abf8709f-3d18-4541-812e-b7c760be3ca9} TCPHandler: Processed in 0.001429866 sec. 2025.11.20 17:27:12.315956 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:12.316050 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:12.316092 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:12.316634 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:12.316671 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:12.316990 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} MergedBlockOutputStream: filled checksums all_128_128_0 (state Temporary) 2025.11.20 17:27:12.317072 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:12.317212 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_128_128_0 to all_128_128_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:12.317344 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} executeQuery: Read 60 rows, 4.14 KiB in 0.001313 sec., 45696.8773800457 rows/sec., 3.08 MiB/sec. 2025.11.20 17:27:12.317382 [ 260 ] {f1ee8148-7ef2-468e-b226-7f2f727a3a74} TCPHandler: Processed in 0.001474637 sec. 2025.11.20 17:27:12.317427 [ 225 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:12.317478 [ 225 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:12.320881 [ 225 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:13.087702 [ 221 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:13.087770 [ 221 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:13.090805 [ 221 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:13.118290 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:13.118350 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:13.120567 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:15.288108 [ 147 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 5 parts from all_1_48_10 to all_52_52_0 2025.11.20 17:27:15.288173 [ 147 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:15.288196 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:15.288307 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTask::PrepareStage: Merging 5 parts: from all_1_48_10 to all_52_52_0 into Compact with storage Full 2025.11.20 17:27:15.288436 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:15.288476 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_48_10, total 50 rows starting from the beginning of the part 2025.11.20 17:27:15.288548 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part 2025.11.20 17:27:15.288598 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part 2025.11.20 17:27:15.288643 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 1 rows starting from the beginning of the part 2025.11.20 17:27:15.288684 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 1 rows starting from the beginning of the part 2025.11.20 17:27:15.289564 [ 193 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.001299185 sec., 41564.51929478865 rows/sec., 2.72 MiB/sec. 2025.11.20 17:27:15.289723 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} MergedBlockOutputStream: filled checksums all_1_52_11 (state Temporary) 2025.11.20 17:27:15.289996 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_52_11 to all_1_52_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:15.290063 [ 195 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_52_11} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 5 parts: [all_1_48_10, all_52_52_0] -> all_1_52_11 2025.11.20 17:27:15.290126 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.11.20 17:27:16.018915 [ 148 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:27:16.018970 [ 148 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:27:16.206526 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 38368 2025.11.20 17:27:16.207097 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:16.207137 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:16.207655 [ 245 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:27:16.207876 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:16.208005 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38368 2025.11.20 17:27:16.336284 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2140 2025.11.20 17:27:16.338365 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:16.338416 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:16.339583 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:27:16.339862 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:16.340142 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2140 2025.11.20 17:27:16.900213 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:16.900270 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:16.904235 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:17.002583 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001229264 sec. 2025.11.20 17:27:17.324191 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.324368 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.324433 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:27:17.325234 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.325281 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.325684 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:27:17.325916 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.326061 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} executeQuery: Read 410 rows, 26.63 KiB in 0.00174 sec., 235632.18390804596 rows/sec., 14.95 MiB/sec. 2025.11.20 17:27:17.326103 [ 260 ] {ea7b84d6-00a7-4445-81ea-7a28c49925be} TCPHandler: Processed in 0.002042179 sec. 2025.11.20 17:27:17.326217 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.326319 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:17.326360 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:17.327620 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.327656 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.328034 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.11.20 17:27:17.328244 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.328370 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} executeQuery: Read 1192 rows, 97.51 KiB in 0.002071 sec., 575567.3587638822 rows/sec., 45.98 MiB/sec. 2025.11.20 17:27:17.328409 [ 260 ] {a34c4b29-def8-4a2b-91de-7ae265aa347d} TCPHandler: Processed in 0.002242132 sec. 2025.11.20 17:27:17.328520 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.328615 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.328654 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:27:17.329198 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.329233 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.329535 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:27:17.329740 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.329870 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} executeQuery: Read 245 rows, 15.32 KiB in 0.001274 sec., 192307.6923076923 rows/sec., 11.75 MiB/sec. 2025.11.20 17:27:17.329907 [ 260 ] {d7ce98c5-e3be-4062-8106-ef277742f2f8} TCPHandler: Processed in 0.001436917 sec. 2025.11.20 17:27:17.330015 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.330110 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.330148 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:27:17.330648 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.330684 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.330987 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:27:17.331188 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.331315 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} executeQuery: Read 212 rows, 14.00 KiB in 0.001223 sec., 173344.2354865086 rows/sec., 11.18 MiB/sec. 2025.11.20 17:27:17.331353 [ 260 ] {e98aa2cc-00c0-4963-9ccb-aed442f60584} TCPHandler: Processed in 0.001385786 sec. 2025.11.20 17:27:17.331460 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.331553 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.331592 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:27:17.332094 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.332129 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.332436 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:27:17.332644 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.332770 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} executeQuery: Read 211 rows, 12.27 KiB in 0.001235 sec., 170850.2024291498 rows/sec., 9.70 MiB/sec. 2025.11.20 17:27:17.332808 [ 260 ] {6706509b-ed38-4619-a9e7-db295de700a3} TCPHandler: Processed in 0.001396446 sec. 2025.11.20 17:27:17.332912 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.333014 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:17.333054 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:17.333860 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.333897 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.334277 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.11.20 17:27:17.334539 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.334677 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} executeQuery: Read 719 rows, 51.67 KiB in 0.001683 sec., 427213.3095662507 rows/sec., 29.98 MiB/sec. 2025.11.20 17:27:17.334717 [ 260 ] {d458c09c-32f3-45c4-923f-c9c3181eb129} TCPHandler: Processed in 0.001854434 sec. 2025.11.20 17:27:17.334837 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.334931 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:27:17.334972 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:27:17.335324 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.335358 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.335661 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.11.20 17:27:17.335860 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.335988 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} executeQuery: Read 6 rows, 321.00 B in 0.001076 sec., 5576.208178438662 rows/sec., 291.34 KiB/sec. 2025.11.20 17:27:17.336026 [ 260 ] {c90008da-791e-4c5a-81cb-a82b85599896} TCPHandler: Processed in 0.001237933 sec. 2025.11.20 17:27:17.336132 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.336225 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.336267 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:17.336706 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.336741 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.337075 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.11.20 17:27:17.337279 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.337407 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} executeQuery: Read 314 rows, 21.12 KiB in 0.0012 sec., 261666.6666666667 rows/sec., 17.19 MiB/sec. 2025.11.20 17:27:17.337406 [ 143 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_124_25 to all_129_129_0 2025.11.20 17:27:17.337444 [ 260 ] {b7dc9c00-e073-4c70-917d-01818fb9df6d} TCPHandler: Processed in 0.001360566 sec. 2025.11.20 17:27:17.337478 [ 143 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.337503 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.337581 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.337593 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_124_25 to all_129_129_0 into Compact with storage Full 2025.11.20 17:27:17.337692 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.337711 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:17.337735 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:27:17.337749 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTreeSequentialSource: Reading 6 marks from part all_1_124_25, total 39445 rows starting from the beginning of the part 2025.11.20 17:27:17.337810 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTreeSequentialSource: Reading 2 marks from part all_125_125_0, total 160 rows starting from the beginning of the part 2025.11.20 17:27:17.337854 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTreeSequentialSource: Reading 2 marks from part all_126_126_0, total 905 rows starting from the beginning of the part 2025.11.20 17:27:17.337939 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 96 rows starting from the beginning of the part 2025.11.20 17:27:17.337985 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 160 rows starting from the beginning of the part 2025.11.20 17:27:17.338024 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 314 rows starting from the beginning of the part 2025.11.20 17:27:17.338058 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.338096 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.338397 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:27:17.338603 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.338729 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} executeQuery: Read 1 rows, 69.00 B in 0.001055 sec., 947.8672985781991 rows/sec., 63.87 KiB/sec. 2025.11.20 17:27:17.338765 [ 260 ] {a4ae84ad-ac50-494c-9011-5bb90486e6a8} TCPHandler: Processed in 0.001245463 sec. 2025.11.20 17:27:17.338871 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.338970 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.339025 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} 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.11.20 17:27:17.339932 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.339970 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.340546 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:27:17.340771 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.340900 [ 143 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.11.20 17:27:17.340917 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} executeQuery: Read 40 rows, 73.40 KiB in 0.001963 sec., 20376.974019358127 rows/sec., 36.51 MiB/sec. 2025.11.20 17:27:17.340957 [ 143 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.340994 [ 260 ] {c8a601a3-49e0-4737-9d12-c091334b86d8} TCPHandler: Processed in 0.002172881 sec. 2025.11.20 17:27:17.340994 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.341119 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:17.341159 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:27:17.341222 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:17.341272 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:17.341525 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:17.341623 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2024 rows starting from the beginning of the part 2025.11.20 17:27:17.341628 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:17.341681 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:17.341766 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 40 rows starting from the beginning of the part 2025.11.20 17:27:17.341879 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 40 rows starting from the beginning of the part 2025.11.20 17:27:17.341977 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 40 rows starting from the beginning of the part 2025.11.20 17:27:17.342008 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} MergedBlockOutputStream: filled checksums all_129_129_0 (state Temporary) 2025.11.20 17:27:17.342074 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 40 rows starting from the beginning of the part 2025.11.20 17:27:17.342179 [ 195 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 40 rows starting from the beginning of the part 2025.11.20 17:27:17.342262 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_129_129_0 to all_129_129_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.342400 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} executeQuery: Read 104 rows, 6.53 KiB in 0.001195 sec., 87029.28870292887 rows/sec., 5.33 MiB/sec. 2025.11.20 17:27:17.342439 [ 260 ] {69180038-c06a-4c28-b98a-ab230180f37d} TCPHandler: Processed in 0.001370525 sec. 2025.11.20 17:27:17.345111 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergeTask::MergeProjectionsStage: Merge sorted 41080 rows, containing 5 columns (5 merged, 0 gathered) in 0.007551501 sec., 5439978.091772748 rows/sec., 366.16 MiB/sec. 2025.11.20 17:27:17.345632 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} MergedBlockOutputStream: filled checksums all_1_129_26 (state Temporary) 2025.11.20 17:27:17.345915 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_129_26 to all_1_129_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.345992 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_129_26} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_124_25, all_129_129_0] -> all_1_129_26 2025.11.20 17:27:17.346097 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.11.20 17:27:17.352425 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2224 rows, containing 19 columns (19 merged, 0 gathered) in 0.011333893 sec., 196225.6040356125 rows/sec., 351.63 MiB/sec. 2025.11.20 17:27:17.355243 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.11.20 17:27:17.355581 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:17.355646 [ 189 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_56_11} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.11.20 17:27:17.355761 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.20 MiB. 2025.11.20 17:27:17.431114 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:17.431164 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:17.433855 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:18.001166 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 369.26 MiB, peak 391.42 MiB, free memory in arenas 0.00 B, will set to 377.39 MiB (RSS), difference: 8.13 MiB 2025.11.20 17:27:18.167856 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 603 2025.11.20 17:27:18.185110 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:18.185176 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:18.191445 [ 244 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:27:18.192139 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:18.195257 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 603 2025.11.20 17:27:22.095880 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60269 2025.11.20 17:27:22.095996 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096023 [ 290 ] {} TCP-Session: e679365f-b123-49f7-a227-5106b208585d Authenticating user 'default' from [fd00:1122:3344:101::e]:60269 2025.11.20 17:27:22.096045 [ 290 ] {} TCP-Session: e679365f-b123-49f7-a227-5106b208585d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096058 [ 290 ] {} TCP-Session: e679365f-b123-49f7-a227-5106b208585d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096228 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36820 2025.11.20 17:27:22.096235 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58255 2025.11.20 17:27:22.096281 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45259 2025.11.20 17:27:22.096312 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41419 2025.11.20 17:27:22.096322 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40119 2025.11.20 17:27:22.096307 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096393 [ 290 ] {} TCP-Session: e679365f-b123-49f7-a227-5106b208585d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.096404 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096427 [ 351 ] {} TCP-Session: 2b44f458-4a4b-4357-abdc-1cfa843deac7 Authenticating user 'default' from [fd00:1122:3344:101::e]:36820 2025.11.20 17:27:22.096441 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096466 [ 288 ] {} TCP-Session: 9b409538-9637-46ba-847d-ff74c312400e Authenticating user 'default' from [fd00:1122:3344:101::e]:41419 2025.11.20 17:27:22.096473 [ 351 ] {} TCP-Session: 2b44f458-4a4b-4357-abdc-1cfa843deac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096504 [ 289 ] {} TCP-Session: 3edd8e7f-cf81-4bd2-a556-2f4bddb3040e Authenticating user 'default' from [fd00:1122:3344:101::e]:40119 2025.11.20 17:27:22.096521 [ 288 ] {} TCP-Session: 9b409538-9637-46ba-847d-ff74c312400e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096557 [ 289 ] {} TCP-Session: 3edd8e7f-cf81-4bd2-a556-2f4bddb3040e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096569 [ 288 ] {} TCP-Session: 9b409538-9637-46ba-847d-ff74c312400e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096589 [ 289 ] {} TCP-Session: 3edd8e7f-cf81-4bd2-a556-2f4bddb3040e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096593 [ 290 ] {5013e734-a427-449c-9142-2e617f3ed846} executeQuery: (from [fd00:1122:3344:101::e]:60269) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:27:22.096525 [ 351 ] {} TCP-Session: 2b44f458-4a4b-4357-abdc-1cfa843deac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096397 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096298 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39216 2025.11.20 17:27:22.096722 [ 352 ] {} TCP-Session: 19ffad7e-628f-4c1c-b618-beaea215d6a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:45259 2025.11.20 17:27:22.096291 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54192 2025.11.20 17:27:22.096766 [ 352 ] {} TCP-Session: 19ffad7e-628f-4c1c-b618-beaea215d6a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096292 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34762 2025.11.20 17:27:22.096830 [ 352 ] {} TCP-Session: 19ffad7e-628f-4c1c-b618-beaea215d6a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096853 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096805 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.096898 [ 353 ] {} TCP-Session: 8ece7c04-b370-4805-ba18-95f6d9831380 Authenticating user 'default' from [fd00:1122:3344:101::e]:54192 2025.11.20 17:27:22.096906 [ 290 ] {5013e734-a427-449c-9142-2e617f3ed846} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:27:22.096912 [ 286 ] {} TCP-Session: 20057340-f5c6-4357-a5c3-870006679f53 Authenticating user 'default' from [fd00:1122:3344:101::e]:39216 2025.11.20 17:27:22.096939 [ 353 ] {} TCP-Session: 8ece7c04-b370-4805-ba18-95f6d9831380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096961 [ 286 ] {} TCP-Session: 20057340-f5c6-4357-a5c3-870006679f53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096970 [ 353 ] {} TCP-Session: 8ece7c04-b370-4805-ba18-95f6d9831380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096977 [ 286 ] {} TCP-Session: 20057340-f5c6-4357-a5c3-870006679f53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.096978 [ 290 ] {5013e734-a427-449c-9142-2e617f3ed846} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:27:22.096378 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.097067 [ 350 ] {} TCP-Session: 2cdad554-552a-4906-83f6-4feb46687f13 Authenticating user 'default' from [fd00:1122:3344:101::e]:58255 2025.11.20 17:27:22.097087 [ 350 ] {} TCP-Session: 2cdad554-552a-4906-83f6-4feb46687f13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.097103 [ 350 ] {} TCP-Session: 2cdad554-552a-4906-83f6-4feb46687f13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.097104 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.097139 [ 354 ] {} TCP-Session: 0a516f70-d450-4ae7-b775-9f09aad26285 Authenticating user 'default' from [fd00:1122:3344:101::e]:34762 2025.11.20 17:27:22.097157 [ 354 ] {} TCP-Session: 0a516f70-d450-4ae7-b775-9f09aad26285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.097173 [ 354 ] {} TCP-Session: 0a516f70-d450-4ae7-b775-9f09aad26285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.097328 [ 290 ] {5013e734-a427-449c-9142-2e617f3ed846} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:27:22.098551 [ 346 ] {5013e734-a427-449c-9142-2e617f3ed846} AggregatingTransform: Aggregating 2025.11.20 17:27:22.098778 [ 346 ] {5013e734-a427-449c-9142-2e617f3ed846} Aggregator: Aggregation method: without_key 2025.11.20 17:27:22.098814 [ 346 ] {5013e734-a427-449c-9142-2e617f3ed846} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001316065 sec. (759.841 rows/sec., 29.68 KiB/sec.) 2025.11.20 17:27:22.098832 [ 346 ] {5013e734-a427-449c-9142-2e617f3ed846} Aggregator: Merging aggregated data 2025.11.20 17:27:22.100005 [ 290 ] {5013e734-a427-449c-9142-2e617f3ed846} executeQuery: Read 1 rows, 40.00 B in 0.003484 sec., 287.0264064293915 rows/sec., 11.21 KiB/sec. 2025.11.20 17:27:22.100187 [ 290 ] {5013e734-a427-449c-9142-2e617f3ed846} TCPHandler: Processed in 0.003953454 sec. 2025.11.20 17:27:22.100378 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100413 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100442 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100458 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100476 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100501 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100522 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100542 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100563 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.100597 [ 354 ] {} TCP-Session: 0a516f70-d450-4ae7-b775-9f09aad26285 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100626 [ 288 ] {} TCP-Session: 9b409538-9637-46ba-847d-ff74c312400e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100607 [ 352 ] {} TCP-Session: 19ffad7e-628f-4c1c-b618-beaea215d6a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100562 [ 351 ] {} TCP-Session: 2b44f458-4a4b-4357-abdc-1cfa843deac7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100537 [ 286 ] {} TCP-Session: 20057340-f5c6-4357-a5c3-870006679f53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100515 [ 353 ] {} TCP-Session: 8ece7c04-b370-4805-ba18-95f6d9831380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100509 [ 289 ] {} TCP-Session: 3edd8e7f-cf81-4bd2-a556-2f4bddb3040e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100470 [ 350 ] {} TCP-Session: 2cdad554-552a-4906-83f6-4feb46687f13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.100417 [ 290 ] {} TCP-Session: e679365f-b123-49f7-a227-5106b208585d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139123 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33430 2025.11.20 17:27:22.139249 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.139282 [ 290 ] {} TCP-Session: f9a633c0-f96e-457a-b1d8-afdaf608473e Authenticating user 'default' from [fd00:1122:3344:101::e]:33430 2025.11.20 17:27:22.139310 [ 290 ] {} TCP-Session: f9a633c0-f96e-457a-b1d8-afdaf608473e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139327 [ 290 ] {} TCP-Session: f9a633c0-f96e-457a-b1d8-afdaf608473e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139544 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50822 2025.11.20 17:27:22.139584 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38721 2025.11.20 17:27:22.139606 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45630 2025.11.20 17:27:22.139645 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56027 2025.11.20 17:27:22.139667 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.139668 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41848 2025.11.20 17:27:22.139678 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.139736 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.139736 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.139765 [ 351 ] {} TCP-Session: 978d83e0-d836-42f4-b033-12a1f430707d Authenticating user 'default' from [fd00:1122:3344:101::e]:38721 2025.11.20 17:27:22.139778 [ 288 ] {} TCP-Session: 8861324b-4d55-465a-a36a-0b1de78f6f7d Authenticating user 'default' from [fd00:1122:3344:101::e]:56027 2025.11.20 17:27:22.139793 [ 352 ] {} TCP-Session: bba216d0-8ff7-4fa3-b37d-b7fa14844ae7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45630 2025.11.20 17:27:22.139791 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.139819 [ 288 ] {} TCP-Session: 8861324b-4d55-465a-a36a-0b1de78f6f7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139828 [ 352 ] {} TCP-Session: bba216d0-8ff7-4fa3-b37d-b7fa14844ae7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139855 [ 288 ] {} TCP-Session: 8861324b-4d55-465a-a36a-0b1de78f6f7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139855 [ 289 ] {} TCP-Session: a449f2d4-b26b-47c9-b8cf-fd9c42d35b47 Authenticating user 'default' from [fd00:1122:3344:101::e]:41848 2025.11.20 17:27:22.139865 [ 352 ] {} TCP-Session: bba216d0-8ff7-4fa3-b37d-b7fa14844ae7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139801 [ 351 ] {} TCP-Session: 978d83e0-d836-42f4-b033-12a1f430707d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139903 [ 289 ] {} TCP-Session: a449f2d4-b26b-47c9-b8cf-fd9c42d35b47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139931 [ 351 ] {} TCP-Session: 978d83e0-d836-42f4-b033-12a1f430707d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139953 [ 289 ] {} TCP-Session: a449f2d4-b26b-47c9-b8cf-fd9c42d35b47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139741 [ 350 ] {} TCP-Session: d2f6ef69-86b5-49c8-82e0-e1731396e14a Authenticating user 'default' from [fd00:1122:3344:101::e]:50822 2025.11.20 17:27:22.139639 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48984 2025.11.20 17:27:22.140002 [ 350 ] {} TCP-Session: d2f6ef69-86b5-49c8-82e0-e1731396e14a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139614 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53559 2025.11.20 17:27:22.140072 [ 350 ] {} TCP-Session: d2f6ef69-86b5-49c8-82e0-e1731396e14a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.139632 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64884 2025.11.20 17:27:22.139662 [ 290 ] {} TCP-Session: f9a633c0-f96e-457a-b1d8-afdaf608473e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.140127 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.140140 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.140179 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.140199 [ 286 ] {} TCP-Session: 1e7f3353-c0d8-4257-acd9-527314206e06 Authenticating user 'default' from [fd00:1122:3344:101::e]:48984 2025.11.20 17:27:22.140208 [ 353 ] {} TCP-Session: 807a72bf-dfbd-4e84-9b76-ffa75451ff78 Authenticating user 'default' from [fd00:1122:3344:101::e]:53559 2025.11.20 17:27:22.140223 [ 354 ] {} TCP-Session: 61164e0f-5b81-4b51-b74a-e4584d2b33c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:64884 2025.11.20 17:27:22.140246 [ 286 ] {} TCP-Session: 1e7f3353-c0d8-4257-acd9-527314206e06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.140248 [ 353 ] {} TCP-Session: 807a72bf-dfbd-4e84-9b76-ffa75451ff78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.140257 [ 354 ] {} TCP-Session: 61164e0f-5b81-4b51-b74a-e4584d2b33c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.140282 [ 353 ] {} TCP-Session: 807a72bf-dfbd-4e84-9b76-ffa75451ff78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.140277 [ 286 ] {} TCP-Session: 1e7f3353-c0d8-4257-acd9-527314206e06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.140296 [ 354 ] {} TCP-Session: 61164e0f-5b81-4b51-b74a-e4584d2b33c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.140303 [ 290 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} executeQuery: (from [fd00:1122:3344:101::e]:33430) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:27:22.140588 [ 290 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:27:22.140640 [ 290 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:27:22.140916 [ 290 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:27:22.141919 [ 298 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} AggregatingTransform: Aggregating 2025.11.20 17:27:22.141954 [ 298 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} Aggregator: Aggregation method: without_key 2025.11.20 17:27:22.141989 [ 298 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000971488 sec. (1029.349 rows/sec., 40.21 KiB/sec.) 2025.11.20 17:27:22.142009 [ 298 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} Aggregator: Merging aggregated data 2025.11.20 17:27:22.143249 [ 290 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} executeQuery: Read 1 rows, 40.00 B in 0.003004 sec., 332.8894806924101 rows/sec., 13.00 KiB/sec. 2025.11.20 17:27:22.143369 [ 290 ] {5b2a5121-512a-45ee-8549-9c21353c37c5} TCPHandler: Processed in 0.003830451 sec. 2025.11.20 17:27:22.143489 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143513 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143532 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143550 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143561 [ 350 ] {} TCP-Session: d2f6ef69-86b5-49c8-82e0-e1731396e14a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143578 [ 289 ] {} TCP-Session: a449f2d4-b26b-47c9-b8cf-fd9c42d35b47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143583 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143602 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143621 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143621 [ 351 ] {} TCP-Session: 978d83e0-d836-42f4-b033-12a1f430707d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143672 [ 352 ] {} TCP-Session: bba216d0-8ff7-4fa3-b37d-b7fa14844ae7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143693 [ 353 ] {} TCP-Session: 807a72bf-dfbd-4e84-9b76-ffa75451ff78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143569 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143639 [ 354 ] {} TCP-Session: 61164e0f-5b81-4b51-b74a-e4584d2b33c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143770 [ 286 ] {} TCP-Session: 1e7f3353-c0d8-4257-acd9-527314206e06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143631 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.143524 [ 290 ] {} TCP-Session: f9a633c0-f96e-457a-b1d8-afdaf608473e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.143840 [ 288 ] {} TCP-Session: 8861324b-4d55-465a-a36a-0b1de78f6f7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248105 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46261 2025.11.20 17:27:22.248213 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.248240 [ 351 ] {} TCP-Session: 768e7aef-8c95-4cff-9bfe-fe79d1c4f19e Authenticating user 'default' from [fd00:1122:3344:101::e]:46261 2025.11.20 17:27:22.248263 [ 351 ] {} TCP-Session: 768e7aef-8c95-4cff-9bfe-fe79d1c4f19e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248277 [ 351 ] {} TCP-Session: 768e7aef-8c95-4cff-9bfe-fe79d1c4f19e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248490 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52716 2025.11.20 17:27:22.248525 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45965 2025.11.20 17:27:22.248538 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58725 2025.11.20 17:27:22.248560 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43355 2025.11.20 17:27:22.248593 [ 351 ] {} TCP-Session: 768e7aef-8c95-4cff-9bfe-fe79d1c4f19e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.248510 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37367 2025.11.20 17:27:22.248655 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.248658 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.248658 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.248703 [ 350 ] {} TCP-Session: 0ef0a2de-4de4-42aa-a38f-bc8d4a5f9c82 Authenticating user 'default' from [fd00:1122:3344:101::e]:43355 2025.11.20 17:27:22.248698 [ 289 ] {} TCP-Session: 6915746d-5631-4603-86c5-41f36624c10b Authenticating user 'default' from [fd00:1122:3344:101::e]:58725 2025.11.20 17:27:22.248736 [ 352 ] {} TCP-Session: 6911819b-b326-4b68-b91c-f9d27fe215fd Authenticating user 'default' from [fd00:1122:3344:101::e]:52716 2025.11.20 17:27:22.248739 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.248755 [ 289 ] {} TCP-Session: 6915746d-5631-4603-86c5-41f36624c10b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248770 [ 352 ] {} TCP-Session: 6911819b-b326-4b68-b91c-f9d27fe215fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248785 [ 286 ] {} TCP-Session: abed0e54-b425-4338-8b97-1060b0616d5f Authenticating user 'default' from [fd00:1122:3344:101::e]:37367 2025.11.20 17:27:22.248803 [ 352 ] {} TCP-Session: 6911819b-b326-4b68-b91c-f9d27fe215fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248824 [ 286 ] {} TCP-Session: abed0e54-b425-4338-8b97-1060b0616d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248771 [ 351 ] {49c17098-9e30-4742-aead-8656bca5839c} executeQuery: (from [fd00:1122:3344:101::e]:46261) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:27:22.248849 [ 286 ] {} TCP-Session: abed0e54-b425-4338-8b97-1060b0616d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248789 [ 289 ] {} TCP-Session: 6915746d-5631-4603-86c5-41f36624c10b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248744 [ 350 ] {} TCP-Session: 0ef0a2de-4de4-42aa-a38f-bc8d4a5f9c82 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248552 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37093 2025.11.20 17:27:22.248915 [ 350 ] {} TCP-Session: 0ef0a2de-4de4-42aa-a38f-bc8d4a5f9c82 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.248515 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33901 2025.11.20 17:27:22.248499 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53700 2025.11.20 17:27:22.248995 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.248658 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.249020 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.249050 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:27:22.249052 [ 288 ] {} TCP-Session: d9d97e10-c50e-4efc-8a1f-450aa69e1efa Authenticating user 'default' from [fd00:1122:3344:101::e]:45965 2025.11.20 17:27:22.249069 [ 354 ] {} TCP-Session: b3a3d70c-25c3-41fd-b449-e7d3f1d2bca2 Authenticating user 'default' from [fd00:1122:3344:101::e]:33901 2025.11.20 17:27:22.249091 [ 288 ] {} TCP-Session: d9d97e10-c50e-4efc-8a1f-450aa69e1efa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249108 [ 354 ] {} TCP-Session: b3a3d70c-25c3-41fd-b449-e7d3f1d2bca2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249109 [ 351 ] {49c17098-9e30-4742-aead-8656bca5839c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:27:22.249134 [ 354 ] {} TCP-Session: b3a3d70c-25c3-41fd-b449-e7d3f1d2bca2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249126 [ 288 ] {} TCP-Session: d9d97e10-c50e-4efc-8a1f-450aa69e1efa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249081 [ 353 ] {} TCP-Session: 8e77c8d5-8995-4fe1-a6b8-f2775b6f1af4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53700 2025.11.20 17:27:22.249183 [ 351 ] {49c17098-9e30-4742-aead-8656bca5839c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:27:22.249204 [ 353 ] {} TCP-Session: 8e77c8d5-8995-4fe1-a6b8-f2775b6f1af4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249027 [ 290 ] {} TCP-Session: cfaca33e-5875-4fd0-9102-72154cb268d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:37093 2025.11.20 17:27:22.249227 [ 353 ] {} TCP-Session: 8e77c8d5-8995-4fe1-a6b8-f2775b6f1af4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249250 [ 290 ] {} TCP-Session: cfaca33e-5875-4fd0-9102-72154cb268d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249268 [ 290 ] {} TCP-Session: cfaca33e-5875-4fd0-9102-72154cb268d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.249479 [ 351 ] {49c17098-9e30-4742-aead-8656bca5839c} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:27:22.250551 [ 330 ] {49c17098-9e30-4742-aead-8656bca5839c} AggregatingTransform: Aggregating 2025.11.20 17:27:22.250586 [ 330 ] {49c17098-9e30-4742-aead-8656bca5839c} Aggregator: Aggregation method: without_key 2025.11.20 17:27:22.250622 [ 330 ] {49c17098-9e30-4742-aead-8656bca5839c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000982438 sec. (1017.876 rows/sec., 39.76 KiB/sec.) 2025.11.20 17:27:22.250647 [ 330 ] {49c17098-9e30-4742-aead-8656bca5839c} Aggregator: Merging aggregated data 2025.11.20 17:27:22.252154 [ 351 ] {49c17098-9e30-4742-aead-8656bca5839c} executeQuery: Read 1 rows, 40.00 B in 0.003415 sec., 292.82576866764276 rows/sec., 11.44 KiB/sec. 2025.11.20 17:27:22.252281 [ 351 ] {49c17098-9e30-4742-aead-8656bca5839c} TCPHandler: Processed in 0.003826672 sec. 2025.11.20 17:27:22.252409 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252434 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252452 [ 351 ] {} TCP-Session: 768e7aef-8c95-4cff-9bfe-fe79d1c4f19e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252469 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252486 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252505 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252533 [ 352 ] {} TCP-Session: 6911819b-b326-4b68-b91c-f9d27fe215fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252546 [ 290 ] {} TCP-Session: cfaca33e-5875-4fd0-9102-72154cb268d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252566 [ 288 ] {} TCP-Session: d9d97e10-c50e-4efc-8a1f-450aa69e1efa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252529 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252563 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252646 [ 286 ] {} TCP-Session: abed0e54-b425-4338-8b97-1060b0616d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252544 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252671 [ 350 ] {} TCP-Session: 0ef0a2de-4de4-42aa-a38f-bc8d4a5f9c82 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252478 [ 353 ] {} TCP-Session: 8e77c8d5-8995-4fe1-a6b8-f2775b6f1af4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252705 [ 354 ] {} TCP-Session: b3a3d70c-25c3-41fd-b449-e7d3f1d2bca2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.252454 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:27:22.252789 [ 289 ] {} TCP-Session: 6915746d-5631-4603-86c5-41f36624c10b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:27:22.311458 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.311677 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:22.311761 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:22.312504 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:22.312547 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:22.312949 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.11.20 17:27:22.313189 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:22.313348 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} executeQuery: Read 56 rows, 4.41 KiB in 0.001731 sec., 32351.242056614676 rows/sec., 2.49 MiB/sec. 2025.11.20 17:27:22.313391 [ 260 ] {898e8c95-ee20-443a-9a98-67d32069e6f0} TCPHandler: Processed in 0.002080389 sec. 2025.11.20 17:27:22.313515 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.313613 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:22.313656 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:22.314087 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:22.314122 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:22.314433 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.11.20 17:27:22.314652 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:22.314785 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} executeQuery: Read 64 rows, 5.12 KiB in 0.00119 sec., 53781.512605042015 rows/sec., 4.20 MiB/sec. 2025.11.20 17:27:22.314836 [ 260 ] {4439c4f4-15e0-4161-8eaa-8551edede517} TCPHandler: Processed in 0.001360926 sec. 2025.11.20 17:27:22.314976 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.315081 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:22.315130 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:22.315569 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:22.315607 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:22.315978 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.11.20 17:27:22.316208 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:22.316349 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} executeQuery: Read 160 rows, 11.41 KiB in 0.001287 sec., 124320.12432012432 rows/sec., 8.66 MiB/sec. 2025.11.20 17:27:22.316387 [ 260 ] {b928c45b-ebc7-4440-90cf-cf9346f0a9d4} TCPHandler: Processed in 0.001461837 sec. 2025.11.20 17:27:22.316489 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:22.316585 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:22.316628 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:22.316972 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:22.317007 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:22.317323 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} MergedBlockOutputStream: filled checksums all_130_130_0 (state Temporary) 2025.11.20 17:27:22.317534 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_130_130_0 to all_130_130_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:22.317663 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.11.20 17:27:22.317697 [ 260 ] {51490aba-182a-4856-83ac-c10fff314bbb} TCPHandler: Processed in 0.001262044 sec. 2025.11.20 17:27:22.660955 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Found 6 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.11.20 17:27:22.661033 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.11.20 17:27:22.664466 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0] 2025.11.20 17:27:22.752560 [ 221 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:22.752616 [ 221 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:22.755075 [ 221 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:22.786908 [ 217 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:22.786956 [ 217 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:22.790097 [ 217 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:23.708215 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 38816 2025.11.20 17:27:23.708729 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:23.708776 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:23.709270 [ 245 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:27:23.709501 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:23.709634 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38816 2025.11.20 17:27:23.709683 [ 135 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:27:23.709755 [ 135 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:23.709777 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:23.709892 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:27:23.710018 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:23.710061 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 36448 rows starting from the beginning of the part 2025.11.20 17:27:23.710132 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 448 rows starting from the beginning of the part 2025.11.20 17:27:23.710185 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 512 rows starting from the beginning of the part 2025.11.20 17:27:23.710235 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 448 rows starting from the beginning of the part 2025.11.20 17:27:23.710278 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 512 rows starting from the beginning of the part 2025.11.20 17:27:23.710324 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 448 rows starting from the beginning of the part 2025.11.20 17:27:23.713038 [ 197 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 38816 rows, containing 4 columns (4 merged, 0 gathered) in 0.00319523 sec., 12148108.273895776 rows/sec., 173.78 MiB/sec. 2025.11.20 17:27:23.713426 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:27:23.713695 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:23.713758 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_81_16} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:27:23.713861 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.11.20 17:27:25.695583 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 610 2025.11.20 17:27:25.713109 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:25.713174 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:25.719305 [ 244 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:27:25.720073 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:25.720418 [ 134 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:27:25.720484 [ 134 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:25.720508 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:25.720603 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:27:25.723583 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 610 2025.11.20 17:27:25.723693 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:25.724536 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part 2025.11.20 17:27:25.727990 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 7 rows starting from the beginning of the part 2025.11.20 17:27:25.732235 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 8 rows starting from the beginning of the part 2025.11.20 17:27:25.738070 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 7 rows starting from the beginning of the part 2025.11.20 17:27:25.742641 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 8 rows starting from the beginning of the part 2025.11.20 17:27:25.747183 [ 201 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 7 rows starting from the beginning of the part 2025.11.20 17:27:25.809698 [ 186 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 610 rows, containing 679 columns (679 merged, 0 gathered) in 0.089126103 sec., 6844.23507218755 rows/sec., 35.39 MiB/sec. 2025.11.20 17:27:25.813225 [ 196 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:27:25.815315 [ 196 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:25.815428 [ 196 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_81_16} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:27:25.817852 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.11.20 17:27:26.340530 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2176 2025.11.20 17:27:26.343233 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:26.343282 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:26.344495 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:27:26.344763 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:26.344947 [ 132 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:27:26.345021 [ 132 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:26.345037 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2176 2025.11.20 17:27:26.345046 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:26.345218 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::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.11.20 17:27:26.346043 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:26.346232 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2024 rows starting from the beginning of the part 2025.11.20 17:27:26.346585 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part 2025.11.20 17:27:26.346914 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part 2025.11.20 17:27:26.347238 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 54 rows starting from the beginning of the part 2025.11.20 17:27:26.347569 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part 2025.11.20 17:27:26.347896 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 36 rows starting from the beginning of the part 2025.11.20 17:27:26.354699 [ 194 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2176 rows, containing 72 columns (72 merged, 0 gathered) in 0.009557009 sec., 227686.298087613 rows/sec., 174.91 MiB/sec. 2025.11.20 17:27:26.356738 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:27:26.357357 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:26.357440 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_61_12} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:27:26.357695 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.92 MiB. 2025.11.20 17:27:27.325937 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.326113 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.326175 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:27:27.327262 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.327307 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.327704 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:27:27.327923 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.328086 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} executeQuery: Read 410 rows, 26.63 KiB in 0.002019 sec., 203070.8271421496 rows/sec., 12.88 MiB/sec. 2025.11.20 17:27:27.328130 [ 260 ] {7f3f6ecb-3f32-43f4-b646-cfd5edc0ed46} TCPHandler: Processed in 0.002322814 sec. 2025.11.20 17:27:27.328259 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.328354 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:27.328395 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:27.329459 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.329497 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.329872 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.11.20 17:27:27.330085 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.330215 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} executeQuery: Read 1192 rows, 97.51 KiB in 0.001879 sec., 634379.9893560405 rows/sec., 50.68 MiB/sec. 2025.11.20 17:27:27.330221 [ 131 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.11.20 17:27:27.330255 [ 260 ] {e8fec82a-4687-4e60-bfee-6519eb86fc09} TCPHandler: Processed in 0.002050018 sec. 2025.11.20 17:27:27.330290 [ 131 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.330316 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.330388 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.330449 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.11.20 17:27:27.330488 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.330537 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:27:27.330606 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:27.330647 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 2463 rows starting from the beginning of the part 2025.11.20 17:27:27.330723 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:27.330774 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:27.330823 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:27:27.330868 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:27.330915 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:27:27.331063 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.331103 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:27.331418 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:27:27.331627 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.331759 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} executeQuery: Read 245 rows, 15.32 KiB in 0.001289 sec., 190069.8215671063 rows/sec., 11.61 MiB/sec. 2025.11.20 17:27:27.331798 [ 260 ] {582c0a07-f4a6-48f9-9331-a926a2a9471d} TCPHandler: Processed in 0.001461447 sec. 2025.11.20 17:27:27.331899 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.332001 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.332041 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:27:27.332530 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.332565 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.332806 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 5015 rows, containing 5 columns (5 merged, 0 gathered) in 0.002415545 sec., 2076136.0272733483 rows/sec., 175.54 MiB/sec. 2025.11.20 17:27:27.332878 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:27:27.333079 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.11.20 17:27:27.333114 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.333257 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} executeQuery: Read 212 rows, 14.00 KiB in 0.001273 sec., 166535.74234092692 rows/sec., 10.74 MiB/sec. 2025.11.20 17:27:27.333298 [ 260 ] {5f1a755a-5007-4783-9699-b355edb05bd5} TCPHandler: Processed in 0.001447928 sec. 2025.11.20 17:27:27.333350 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.333406 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.333432 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_131_26} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.11.20 17:27:27.333506 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.333518 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.11.20 17:27:27.333553 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:27:27.334060 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.334097 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.334391 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:27:27.334591 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.334717 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} executeQuery: Read 211 rows, 12.27 KiB in 0.001227 sec., 171964.1401792991 rows/sec., 9.77 MiB/sec. 2025.11.20 17:27:27.334755 [ 260 ] {175df1e5-0380-48d3-8d69-2fcba4cfda30} TCPHandler: Processed in 0.001397156 sec. 2025.11.20 17:27:27.334859 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.334960 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:27.335000 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:27.335683 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.335719 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.336054 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.11.20 17:27:27.336255 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.336382 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} executeQuery: Read 719 rows, 51.67 KiB in 0.001439 sec., 499652.53648366925 rows/sec., 35.07 MiB/sec. 2025.11.20 17:27:27.336420 [ 260 ] {59c2815b-f4e4-4e42-980a-8cee8d23a677} TCPHandler: Processed in 0.00161014 sec. 2025.11.20 17:27:27.336431 [ 130 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.11.20 17:27:27.336503 [ 130 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.336529 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.336541 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.336633 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:27:27.336681 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:27:27.336808 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.11.20 17:27:27.336954 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:27.336988 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_1_126_25, total 1249 rows starting from the beginning of the part 2025.11.20 17:27:27.337013 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.337051 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:27.337054 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:27.337104 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:27.337153 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 719 rows starting from the beginning of the part 2025.11.20 17:27:27.337193 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:27.337235 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 719 rows starting from the beginning of the part 2025.11.20 17:27:27.337390 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.11.20 17:27:27.337626 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.337758 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} executeQuery: Read 6 rows, 321.00 B in 0.001143 sec., 5249.343832020998 rows/sec., 274.26 KiB/sec. 2025.11.20 17:27:27.337796 [ 260 ] {e4ee6ea7-bd98-4ce7-81ba-7eab8b7cf2a5} TCPHandler: Processed in 0.001315405 sec. 2025.11.20 17:27:27.337909 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.338016 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.338059 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:27.338484 [ 189 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 2879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001727323 sec., 1666740.9627498738 rows/sec., 125.64 MiB/sec. 2025.11.20 17:27:27.338510 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.338551 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.338727 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.11.20 17:27:27.338900 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.11.20 17:27:27.339076 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.339165 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_131_26} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.11.20 17:27:27.339172 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.339281 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.11.20 17:27:27.339318 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} executeQuery: Read 314 rows, 21.12 KiB in 0.001318 sec., 238239.75720789074 rows/sec., 15.65 MiB/sec. 2025.11.20 17:27:27.339360 [ 260 ] {a70ba9ea-a627-4db9-812d-838c8c0d5ec5} TCPHandler: Processed in 0.001505918 sec. 2025.11.20 17:27:27.339467 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.339560 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.339601 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:27:27.339915 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.339958 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.340242 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:27:27.340438 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.340563 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} executeQuery: Read 1 rows, 69.00 B in 0.00102 sec., 980.3921568627451 rows/sec., 66.06 KiB/sec. 2025.11.20 17:27:27.340598 [ 260 ] {2b51915e-2fcf-4081-b416-7e42806fa527} TCPHandler: Processed in 0.001179013 sec. 2025.11.20 17:27:27.340704 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.340797 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.340850 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} 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.11.20 17:27:27.341700 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.341734 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.342347 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:27:27.342563 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.342701 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} executeQuery: Read 40 rows, 73.40 KiB in 0.00192 sec., 20833.333333333332 rows/sec., 37.33 MiB/sec. 2025.11.20 17:27:27.342755 [ 260 ] {6a8e362f-3e54-4343-9a1d-d12e6ae3865d} TCPHandler: Processed in 0.002098259 sec. 2025.11.20 17:27:27.342865 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:27.342967 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:27.343007 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:27.343356 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.343390 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.343685 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} MergedBlockOutputStream: filled checksums all_131_131_0 (state Temporary) 2025.11.20 17:27:27.343881 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_131_131_0 to all_131_131_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.344015 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} executeQuery: Read 104 rows, 6.53 KiB in 0.001067 sec., 97469.54076850983 rows/sec., 5.97 MiB/sec. 2025.11.20 17:27:27.344029 [ 130 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_126_25 to all_131_131_0 2025.11.20 17:27:27.344052 [ 260 ] {a101ca57-5cfb-4308-9ce8-3e334d6c356b} TCPHandler: Processed in 0.001236454 sec. 2025.11.20 17:27:27.344071 [ 130 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:27.344094 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.81 GiB. 2025.11.20 17:27:27.344189 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTask::PrepareStage: Merging 6 parts: from all_1_126_25 to all_131_131_0 into Compact with storage Full 2025.11.20 17:27:27.344306 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:27.344337 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTreeSequentialSource: Reading 3 marks from part all_1_126_25, total 8944 rows starting from the beginning of the part 2025.11.20 17:27:27.344396 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_127_127_0, total 36 rows starting from the beginning of the part 2025.11.20 17:27:27.344444 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_128_128_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:27.344489 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_129_129_0, total 104 rows starting from the beginning of the part 2025.11.20 17:27:27.344531 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:27.344575 [ 190 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 104 rows starting from the beginning of the part 2025.11.20 17:27:27.347047 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergeTask::MergeProjectionsStage: Merge sorted 9308 rows, containing 4 columns (4 merged, 0 gathered) in 0.002892045 sec., 3218483.8064414626 rows/sec., 205.41 MiB/sec. 2025.11.20 17:27:27.347345 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} MergedBlockOutputStream: filled checksums all_1_131_26 (state Temporary) 2025.11.20 17:27:27.347762 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_131_26 to all_1_131_26 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:27.347873 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_131_26} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_126_25, all_131_131_0] -> all_1_131_26 2025.11.20 17:27:27.348006 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2025.11.20 17:27:31.001176 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.77 MiB, peak 395.92 MiB, free memory in arenas 0.00 B, will set to 377.77 MiB (RSS), difference: 4.00 MiB 2025.11.20 17:27:31.019021 [ 124 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:27:31.019104 [ 124 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:27:31.209959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 39328 2025.11.20 17:27:31.210493 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:31.210540 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:31.211021 [ 245 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:27:31.211252 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:31.211381 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39328 2025.11.20 17:27:32.310876 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:32.311058 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:32.311120 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:32.311761 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:32.311806 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:32.312186 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.11.20 17:27:32.312401 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:32.312549 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} executeQuery: Read 56 rows, 4.41 KiB in 0.001538 sec., 36410.92327698309 rows/sec., 2.80 MiB/sec. 2025.11.20 17:27:32.312590 [ 260 ] {062b157d-fc48-4591-adef-1f6029b6093e} TCPHandler: Processed in 0.001837295 sec. 2025.11.20 17:27:32.312707 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:32.312800 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:32.312839 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:32.313269 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:32.313304 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:32.313597 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.11.20 17:27:32.313806 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:32.313942 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} executeQuery: Read 64 rows, 5.12 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.30 MiB/sec. 2025.11.20 17:27:32.313980 [ 260 ] {98213a5f-2f7a-4479-ba7b-49b5348f9e0f} TCPHandler: Processed in 0.001321184 sec. 2025.11.20 17:27:32.314089 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:32.314181 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:32.314223 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:32.314625 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:32.314660 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:32.314984 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.11.20 17:27:32.315193 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:32.315318 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.11.20 17:27:32.315355 [ 260 ] {0116b74c-cc0c-4d31-b19c-3c4d97fe0ac8} TCPHandler: Processed in 0.001312744 sec. 2025.11.20 17:27:32.315455 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:32.315547 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:32.315586 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:32.315923 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:32.315958 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:32.316245 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} MergedBlockOutputStream: filled checksums all_132_132_0 (state Temporary) 2025.11.20 17:27:32.316438 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_132_132_0 to all_132_132_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:32.316560 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} executeQuery: Read 60 rows, 4.14 KiB in 0.001031 sec., 58195.926285160036 rows/sec., 3.92 MiB/sec. 2025.11.20 17:27:32.316594 [ 260 ] {d321b97c-4724-4ce7-8fde-ffad86b0c90d} TCPHandler: Processed in 0.001185433 sec. 2025.11.20 17:27:32.590394 [ 225 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:32.590511 [ 225 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:32.593628 [ 225 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:33.223689 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 618 2025.11.20 17:27:33.241071 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:33.241128 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:33.247390 [ 244 ] {} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:27:33.248187 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:33.251829 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 618 2025.11.20 17:27:33.789706 [ 217 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:33.789753 [ 217 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:33.793107 [ 217 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:35.306150 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.306324 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.306387 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:27:35.307020 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.307062 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.307427 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:27:35.307650 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.307799 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} executeQuery: Read 24 rows, 2.04 KiB in 0.001521 sec., 15779.092702169626 rows/sec., 1.31 MiB/sec. 2025.11.20 17:27:35.307842 [ 260 ] {6d063ed1-21be-475f-aea1-e3581515423c} TCPHandler: Processed in 0.001819075 sec. 2025.11.20 17:27:35.307954 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.308048 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:27:35.308088 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:27:35.308482 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.308517 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.308797 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.11.20 17:27:35.309008 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.309136 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} executeQuery: Read 12 rows, 1002.00 B in 0.001106 sec., 10849.9095840868 rows/sec., 884.73 KiB/sec. 2025.11.20 17:27:35.309173 [ 260 ] {7a181d2f-3d1a-46a2-8489-5a80246f0564} TCPHandler: Processed in 0.001268504 sec. 2025.11.20 17:27:35.309274 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.309368 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:35.309408 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:35.310646 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.310683 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.311071 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.11.20 17:27:35.311279 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.311405 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} executeQuery: Read 1402 rows, 120.54 KiB in 0.002055 sec., 682238.4428223844 rows/sec., 57.28 MiB/sec. 2025.11.20 17:27:35.311444 [ 260 ] {55d18649-f214-44f9-81d7-a441fc1a6a4e} TCPHandler: Processed in 0.002219431 sec. 2025.11.20 17:27:35.311562 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.311685 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.311735 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:27:35.312265 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.312310 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.312641 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:27:35.312856 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.312988 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} executeQuery: Read 64 rows, 4.81 KiB in 0.001328 sec., 48192.77108433735 rows/sec., 3.53 MiB/sec. 2025.11.20 17:27:35.313027 [ 260 ] {01ae92b9-dfad-4178-8fbb-1779f713f239} TCPHandler: Processed in 0.001524318 sec. 2025.11.20 17:27:35.313148 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.313269 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.313318 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:27:35.313870 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.313908 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.314232 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:27:35.314446 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.314574 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} executeQuery: Read 252 rows, 17.85 KiB in 0.001329 sec., 189616.2528216704 rows/sec., 13.11 MiB/sec. 2025.11.20 17:27:35.314613 [ 260 ] {8b24b1af-ee3a-4543-90ac-a260fc4c4522} TCPHandler: Processed in 0.001527359 sec. 2025.11.20 17:27:35.314721 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.314817 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.314858 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:27:35.315254 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.315291 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.315581 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:27:35.315806 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.315934 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} executeQuery: Read 12 rows, 960.00 B in 0.001135 sec., 10572.687224669604 rows/sec., 825.99 KiB/sec. 2025.11.20 17:27:35.315973 [ 260 ] {c161aa87-f0f8-47dd-a178-e0b0df90b997} TCPHandler: Processed in 0.001302694 sec. 2025.11.20 17:27:35.316073 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.316169 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:35.316209 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:35.316927 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.316964 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.317297 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.11.20 17:27:35.317501 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.317630 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} executeQuery: Read 608 rows, 46.84 KiB in 0.001479 sec., 411088.5733603786 rows/sec., 30.93 MiB/sec. 2025.11.20 17:27:35.317670 [ 260 ] {caf6f825-c2c9-4e41-bd8c-cd96b2c00a46} TCPHandler: Processed in 0.001645611 sec. 2025.11.20 17:27:35.317774 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.317876 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.317926 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:35.318627 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.318665 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.319174 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.11.20 17:27:35.319426 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.319554 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} executeQuery: Read 944 rows, 67.40 KiB in 0.001697 sec., 556275.7807896287 rows/sec., 38.78 MiB/sec. 2025.11.20 17:27:35.319592 [ 260 ] {358bf8b6-9c8b-4688-a9d1-7e63d0bb28d4} TCPHandler: Processed in 0.001869065 sec. 2025.11.20 17:27:35.319703 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.319797 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.319851 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} 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.11.20 17:27:35.320721 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.320757 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.321309 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:27:35.321525 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.321663 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} executeQuery: Read 40 rows, 73.40 KiB in 0.001886 sec., 21208.907741251325 rows/sec., 38.01 MiB/sec. 2025.11.20 17:27:35.321717 [ 260 ] {33d751a6-96cf-478c-bfed-cc70f697f95e} TCPHandler: Processed in 0.002062668 sec. 2025.11.20 17:27:35.321823 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:35.321917 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:35.321958 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:35.322278 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:35.322314 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:35.322605 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} MergedBlockOutputStream: filled checksums all_133_133_0 (state Temporary) 2025.11.20 17:27:35.322829 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_133_133_0 to all_133_133_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:35.322954 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} executeQuery: Read 28 rows, 1.94 KiB in 0.001056 sec., 26515.151515151512 rows/sec., 1.79 MiB/sec. 2025.11.20 17:27:35.322990 [ 260 ] {ffcda8ef-671e-483b-853e-7224945b9289} TCPHandler: Processed in 0.001216233 sec. 2025.11.20 17:27:36.345244 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2226 2025.11.20 17:27:36.347970 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:36.348020 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:36.349270 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:27:36.349547 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:36.349917 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2226 2025.11.20 17:27:37.246961 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:37.247040 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:37.251336 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:37.308383 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:37.308583 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:37.308656 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:37.309386 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:37.309440 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:37.309829 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.11.20 17:27:37.310057 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:37.310208 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} executeQuery: Read 56 rows, 4.41 KiB in 0.001678 sec., 33373.063170441004 rows/sec., 2.56 MiB/sec. 2025.11.20 17:27:37.310248 [ 260 ] {eb80ef32-29ac-4806-bbb4-3d4cff90e6e4} TCPHandler: Processed in 0.002001428 sec. 2025.11.20 17:27:37.310363 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:37.310457 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:37.310497 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:37.310920 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:37.310956 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:37.311254 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.11.20 17:27:37.311468 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:37.311596 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} executeQuery: Read 64 rows, 5.12 KiB in 0.001159 sec., 55220.017256255385 rows/sec., 4.31 MiB/sec. 2025.11.20 17:27:37.311633 [ 260 ] {6d5ffe32-6033-4062-a05a-b7dc586c7067} TCPHandler: Processed in 0.001316915 sec. 2025.11.20 17:27:37.311743 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:37.311834 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:37.311877 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:37.312253 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:37.312288 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:37.312594 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.11.20 17:27:37.312812 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:37.312935 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} executeQuery: Read 86 rows, 6.14 KiB in 0.001119 sec., 76854.33422698839 rows/sec., 5.36 MiB/sec. 2025.11.20 17:27:37.312949 [ 113 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 5 parts from all_1_129_26 to all_133_133_0 2025.11.20 17:27:37.312970 [ 260 ] {72ce92db-876e-45f8-b44d-7169affbc787} TCPHandler: Processed in 0.001274354 sec. 2025.11.20 17:27:37.313000 [ 113 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:37.313026 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:37.313090 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:37.313129 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTask::PrepareStage: Merging 5 parts: from all_1_129_26 to all_133_133_0 into Compact with storage Full 2025.11.20 17:27:37.313185 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:37.313230 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:37.313248 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:37.313294 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTreeSequentialSource: Reading 7 marks from part all_1_129_26, total 41080 rows starting from the beginning of the part 2025.11.20 17:27:37.313358 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_130_130_0, total 160 rows starting from the beginning of the part 2025.11.20 17:27:37.313405 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_131_131_0, total 314 rows starting from the beginning of the part 2025.11.20 17:27:37.313446 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 160 rows starting from the beginning of the part 2025.11.20 17:27:37.313487 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 944 rows starting from the beginning of the part 2025.11.20 17:27:37.313551 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:37.313591 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:37.313978 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} MergedBlockOutputStream: filled checksums all_134_134_0 (state Temporary) 2025.11.20 17:27:37.314185 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_134_134_0 to all_134_134_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:37.314315 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} executeQuery: Read 32 rows, 2.20 KiB in 0.001147 sec., 27898.866608544027 rows/sec., 1.88 MiB/sec. 2025.11.20 17:27:37.314349 [ 260 ] {18bfe9d2-4905-4ce3-985f-ec3618e519bc} TCPHandler: Processed in 0.001308785 sec. 2025.11.20 17:27:37.320955 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergeTask::MergeProjectionsStage: Merge sorted 42658 rows, containing 5 columns (5 merged, 0 gathered) in 0.007861088 sec., 5426475.317411534 rows/sec., 365.57 MiB/sec. 2025.11.20 17:27:37.321500 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} MergedBlockOutputStream: filled checksums all_1_133_27 (state Temporary) 2025.11.20 17:27:37.321809 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_133_27 to all_1_133_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:37.321896 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_133_27} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 5 parts: [all_1_129_26, all_133_133_0] -> all_1_133_27 2025.11.20 17:27:37.322006 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. 2025.11.20 17:27:37.887334 [ 217 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:37.887435 [ 217 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:37.890289 [ 217 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.275338 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:38.275393 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:38.277683 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:38.338585 [ 221 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.338613 [ 221 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.341486 [ 221 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.434945 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.434996 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.437897 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:38.711681 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 39776 2025.11.20 17:27:38.712185 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:38.712223 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:38.712711 [ 245 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:27:38.712954 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:38.713097 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 39776 2025.11.20 17:27:40.751928 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 625 2025.11.20 17:27:40.769688 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:40.769748 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:40.775791 [ 244 ] {} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.11.20 17:27:40.776472 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:40.779502 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 625 2025.11.20 17:27:42.310990 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:42.311164 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:42.311226 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:42.311851 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:42.311896 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:42.312279 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.11.20 17:27:42.312499 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:42.312670 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} executeQuery: Read 56 rows, 4.41 KiB in 0.001552 sec., 36082.47422680412 rows/sec., 2.77 MiB/sec. 2025.11.20 17:27:42.312723 [ 260 ] {a2f2808e-ae76-4f3c-bef1-3ec7498c49e2} TCPHandler: Processed in 0.001857495 sec. 2025.11.20 17:27:42.312844 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:42.312943 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:42.312986 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:42.313432 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:42.313470 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:42.313785 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.11.20 17:27:42.314004 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:42.314136 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} executeQuery: Read 64 rows, 5.12 KiB in 0.001214 sec., 52718.28665568369 rows/sec., 4.11 MiB/sec. 2025.11.20 17:27:42.314174 [ 260 ] {73dd150a-1596-4179-97d0-d636199ea0c8} TCPHandler: Processed in 0.001381726 sec. 2025.11.20 17:27:42.314290 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:42.314385 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:42.314429 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:42.314858 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:42.314895 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:42.315228 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.11.20 17:27:42.315449 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:42.315578 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2025.11.20 17:27:42.315616 [ 260 ] {753a0be1-270f-44d6-8e37-d934624dbaa0} TCPHandler: Processed in 0.001374805 sec. 2025.11.20 17:27:42.315723 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:42.315816 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:42.315859 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:42.316201 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:42.316237 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:42.316537 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} MergedBlockOutputStream: filled checksums all_135_135_0 (state Temporary) 2025.11.20 17:27:42.316743 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_135_135_0 to all_135_135_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:42.316870 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.11.20 17:27:42.316906 [ 260 ] {9b8d69fd-3ed1-4398-b47c-587fa22a9ce0} TCPHandler: Processed in 0.001231523 sec. 2025.11.20 17:27:46.019169 [ 106 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:27:46.019241 [ 106 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:27:46.213273 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 40288 2025.11.20 17:27:46.213868 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:46.213919 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:46.214424 [ 245 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:27:46.214659 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:46.214811 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40288 2025.11.20 17:27:46.244708 [ 103 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.11.20 17:27:46.244806 [ 103 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:46.244852 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:46.244993 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2025.11.20 17:27:46.245133 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:46.245173 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 20 rows starting from the beginning of the part 2025.11.20 17:27:46.245249 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:46.245301 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.11.20 17:27:46.245351 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2025.11.20 17:27:46.245399 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 12 rows starting from the beginning of the part 2025.11.20 17:27:46.246193 [ 187 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 56 rows, containing 5 columns (5 merged, 0 gathered) in 0.001254144 sec., 44651.96978975301 rows/sec., 3.73 MiB/sec. 2025.11.20 17:27:46.246304 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.11.20 17:27:46.246537 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:46.246604 [ 195 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_21_5} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.11.20 17:27:46.246671 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:27:46.350286 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2242 2025.11.20 17:27:46.352461 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:46.352496 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:46.353586 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:27:46.353844 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:46.354092 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2242 2025.11.20 17:27:46.741381 [ 102 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 5 parts from all_1_53_11 to all_57_57_0 2025.11.20 17:27:46.741450 [ 102 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:46.741474 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:46.741595 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_11 to all_57_57_0 into Compact with storage Full 2025.11.20 17:27:46.741758 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:46.741797 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 223 rows starting from the beginning of the part 2025.11.20 17:27:46.741873 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 211 rows starting from the beginning of the part 2025.11.20 17:27:46.741925 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 211 rows starting from the beginning of the part 2025.11.20 17:27:46.741978 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 211 rows starting from the beginning of the part 2025.11.20 17:27:46.742024 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 12 rows starting from the beginning of the part 2025.11.20 17:27:46.742924 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001385756 sec., 626372.8968158897 rows/sec., 38.30 MiB/sec. 2025.11.20 17:27:46.743039 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) 2025.11.20 17:27:46.743297 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:46.743363 [ 199 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_57_12} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 5 parts: [all_1_53_11, all_57_57_0] -> all_1_57_12 2025.11.20 17:27:46.743436 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.11.20 17:27:47.313805 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:47.313983 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:47.314046 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:47.314759 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.314833 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:47.315247 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.11.20 17:27:47.315476 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.315613 [ 102 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.11.20 17:27:47.315624 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} executeQuery: Read 136 rows, 12.08 KiB in 0.00169 sec., 80473.37278106509 rows/sec., 6.98 MiB/sec. 2025.11.20 17:27:47.315686 [ 102 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.315704 [ 260 ] {01047cef-fab3-4711-80fe-229dd724d861} TCPHandler: Processed in 0.002024418 sec. 2025.11.20 17:27:47.315716 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:47.315834 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:47.315832 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.11.20 17:27:47.315933 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:27:47.315981 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:27:47.315994 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:47.316036 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 2463 rows starting from the beginning of the part 2025.11.20 17:27:47.316109 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:47.316160 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 1402 rows starting from the beginning of the part 2025.11.20 17:27:47.316209 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:47.316252 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 56 rows starting from the beginning of the part 2025.11.20 17:27:47.316297 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 136 rows starting from the beginning of the part 2025.11.20 17:27:47.316394 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.316459 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:47.316787 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:27:47.317005 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.317122 [ 102 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_83_17 to all_88_88_0 2025.11.20 17:27:47.317136 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} executeQuery: Read 40 rows, 3.01 KiB in 0.001221 sec., 32760.03276003276 rows/sec., 2.41 MiB/sec. 2025.11.20 17:27:47.317155 [ 102 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.317179 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:47.317181 [ 260 ] {51d98742-a4a9-42fb-9da4-7f35e0c17e6d} TCPHandler: Processed in 0.001394867 sec. 2025.11.20 17:27:47.317288 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_83_17 to all_88_88_0 into Compact with storage Full 2025.11.20 17:27:47.317301 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:47.317418 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:47.317421 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:47.317460 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:47.317469 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_83_17, total 277 rows starting from the beginning of the part 2025.11.20 17:27:47.317543 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 251 rows starting from the beginning of the part 2025.11.20 17:27:47.317588 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 245 rows starting from the beginning of the part 2025.11.20 17:27:47.317629 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 245 rows starting from the beginning of the part 2025.11.20 17:27:47.317669 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:47.317712 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 40 rows starting from the beginning of the part 2025.11.20 17:27:47.317905 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.317945 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:47.318190 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 4169 rows, containing 5 columns (5 merged, 0 gathered) in 0.002408285 sec., 1731107.4063078081 rows/sec., 149.42 MiB/sec. 2025.11.20 17:27:47.318293 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.11.20 17:27:47.318518 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.11.20 17:27:47.318543 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.318675 [ 102 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.11.20 17:27:47.318687 [ 186 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergeTask::MergeProjectionsStage: Merge sorted 1122 rows, containing 5 columns (5 merged, 0 gathered) in 0.001445688 sec., 776101.0674502382 rows/sec., 51.52 MiB/sec. 2025.11.20 17:27:47.318708 [ 102 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.318682 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} executeQuery: Read 104 rows, 8.32 KiB in 0.001282 sec., 81123.24492979719 rows/sec., 6.34 MiB/sec. 2025.11.20 17:27:47.318737 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:47.318769 [ 260 ] {d221a99f-48b7-429f-8fb1-56d88030cf8f} TCPHandler: Processed in 0.001515128 sec. 2025.11.20 17:27:47.318813 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.11.20 17:27:47.318848 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} MergedBlockOutputStream: filled checksums all_1_88_18 (state Temporary) 2025.11.20 17:27:47.318867 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.318886 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:47.318909 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:47.318947 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_1_131_26, total 1249 rows starting from the beginning of the part 2025.11.20 17:27:47.318974 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_136_27} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.11.20 17:27:47.318982 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:47.318996 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:47.319042 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:47.319052 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 608 rows starting from the beginning of the part 2025.11.20 17:27:47.319100 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:47.319103 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.04 MiB. 2025.11.20 17:27:47.319136 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 64 rows starting from the beginning of the part 2025.11.20 17:27:47.319179 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 104 rows starting from the beginning of the part 2025.11.20 17:27:47.319224 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_88_18 to all_1_88_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.319308 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_88_18} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_83_17, all_88_88_0] -> all_1_88_18 2025.11.20 17:27:47.319404 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.11.20 17:27:47.319463 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.319499 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:47.319852 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.11.20 17:27:47.320054 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.320152 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 2153 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368616 sec., 1573122.0444595125 rows/sec., 122.17 MiB/sec. 2025.11.20 17:27:47.320181 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} executeQuery: Read 160 rows, 11.41 KiB in 0.001217 sec., 131470.8299096138 rows/sec., 9.16 MiB/sec. 2025.11.20 17:27:47.320216 [ 260 ] {9a51c5f0-74d7-4f42-878a-e639dd5ddbc4} TCPHandler: Processed in 0.001377586 sec. 2025.11.20 17:27:47.320323 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:47.320331 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.11.20 17:27:47.320420 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:47.320478 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} 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.11.20 17:27:47.320581 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.320655 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_136_27} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.11.20 17:27:47.320742 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.11.20 17:27:47.321394 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.321434 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:47.322013 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:27:47.322233 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.322385 [ 224 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Found 6 old parts to remove. Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:47.322395 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} executeQuery: Read 40 rows, 73.40 KiB in 0.001992 sec., 20080.321285140562 rows/sec., 35.98 MiB/sec. 2025.11.20 17:27:47.322416 [ 224 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from filesystem (serially): Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:47.322477 [ 260 ] {36a1f49f-ecd5-4dd0-944c-6a7d79f006e6} TCPHandler: Processed in 0.002199421 sec. 2025.11.20 17:27:47.322601 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:47.322711 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:47.322761 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:47.323179 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.323211 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:47.323522 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} MergedBlockOutputStream: filled checksums all_136_136_0 (state Temporary) 2025.11.20 17:27:47.323739 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_136_136_0 to all_136_136_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.323862 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2025.11.20 17:27:47.323868 [ 104 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_131_26 to all_136_136_0 2025.11.20 17:27:47.323897 [ 260 ] {dabe1b32-2f6a-4525-bde3-8ec15e40ee8d} TCPHandler: Processed in 0.001349286 sec. 2025.11.20 17:27:47.323910 [ 104 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.323950 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.80 GiB. 2025.11.20 17:27:47.324031 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTask::PrepareStage: Merging 6 parts: from all_1_131_26 to all_136_136_0 into Compact with storage Full 2025.11.20 17:27:47.324136 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:47.324165 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTreeSequentialSource: Reading 3 marks from part all_1_131_26, total 9308 rows starting from the beginning of the part 2025.11.20 17:27:47.324213 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_132_132_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:47.324254 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_133_133_0, total 28 rows starting from the beginning of the part 2025.11.20 17:27:47.324293 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 32 rows starting from the beginning of the part 2025.11.20 17:27:47.324331 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:47.324369 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 60 rows starting from the beginning of the part 2025.11.20 17:27:47.324959 [ 224 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from memory: Parts: [all_1_6_1, all_7_7_0, all_8_8_0, all_9_9_0, all_10_10_0, all_11_11_0] 2025.11.20 17:27:47.326547 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergeTask::MergeProjectionsStage: Merge sorted 9548 rows, containing 4 columns (4 merged, 0 gathered) in 0.002548208 sec., 3746946.87403854 rows/sec., 239.47 MiB/sec. 2025.11.20 17:27:47.326731 [ 196 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} MergedBlockOutputStream: filled checksums all_1_136_27 (state Temporary) 2025.11.20 17:27:47.326968 [ 196 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_136_27 to all_1_136_27 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.327035 [ 196 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_136_27} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_131_26, all_136_136_0] -> all_1_136_27 2025.11.20 17:27:47.327115 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.89 MiB. 2025.11.20 17:27:47.997364 [ 102 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 5 parts from all_1_53_11 to all_57_57_0 2025.11.20 17:27:47.997439 [ 102 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:47.997461 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:47.997587 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTask::PrepareStage: Merging 5 parts: from all_1_53_11 to all_57_57_0 into Compact with storage Full 2025.11.20 17:27:47.997736 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:47.997771 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_53_11, total 434 rows starting from the beginning of the part 2025.11.20 17:27:47.997835 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 410 rows starting from the beginning of the part 2025.11.20 17:27:47.997879 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 410 rows starting from the beginning of the part 2025.11.20 17:27:47.997920 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 410 rows starting from the beginning of the part 2025.11.20 17:27:47.997959 [ 193 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 24 rows starting from the beginning of the part 2025.11.20 17:27:47.998899 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.001368756 sec., 1233236.6031637487 rows/sec., 83.62 MiB/sec. 2025.11.20 17:27:47.999096 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) 2025.11.20 17:27:47.999376 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:47.999447 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_57_12} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 5 parts: [all_1_53_11, all_57_57_0] -> all_1_57_12 2025.11.20 17:27:47.999529 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.11.20 17:27:48.159405 [ 102 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 5 parts from all_1_63_13 to all_67_67_0 2025.11.20 17:27:48.159481 [ 102 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:48.159521 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:48.159671 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTask::PrepareStage: Merging 5 parts: from all_1_63_13 to all_67_67_0 into Compact with storage Full 2025.11.20 17:27:48.159860 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:48.159910 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_63_13, total 465 rows starting from the beginning of the part 2025.11.20 17:27:48.159978 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 440 rows starting from the beginning of the part 2025.11.20 17:27:48.160032 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 212 rows starting from the beginning of the part 2025.11.20 17:27:48.160079 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 212 rows starting from the beginning of the part 2025.11.20 17:27:48.160133 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 252 rows starting from the beginning of the part 2025.11.20 17:27:48.161132 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 5 columns (5 merged, 0 gathered) in 0.001525709 sec., 1036239.545024641 rows/sec., 72.81 MiB/sec. 2025.11.20 17:27:48.161332 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} MergedBlockOutputStream: filled checksums all_1_67_14 (state Temporary) 2025.11.20 17:27:48.161645 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_67_14 to all_1_67_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:48.161725 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_67_14} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 5 parts: [all_1_63_13, all_67_67_0] -> all_1_67_14 2025.11.20 17:27:48.161809 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.20 17:27:48.279581 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 633 2025.11.20 17:27:48.297446 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:48.297492 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:48.303755 [ 244 ] {} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.11.20 17:27:48.304479 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:48.311083 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 633 2025.11.20 17:27:48.418124 [ 220 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Found 5 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.11.20 17:27:48.418178 [ 220 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Removing 5 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.11.20 17:27:48.420640 [ 220 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Removing 5 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0] 2025.11.20 17:27:52.311197 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:52.311389 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:52.311458 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:52.312149 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:52.312185 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:52.312591 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.11.20 17:27:52.312821 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:52.312987 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} executeQuery: Read 56 rows, 4.41 KiB in 0.001649 sec., 33959.97574287447 rows/sec., 2.61 MiB/sec. 2025.11.20 17:27:52.313029 [ 260 ] {34fb07ac-95a5-4860-9ca8-c49ef3095181} TCPHandler: Processed in 0.001963267 sec. 2025.11.20 17:27:52.313146 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:52.313265 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:52.313307 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:52.313706 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:52.313740 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:52.314054 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.11.20 17:27:52.314252 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:52.314374 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} executeQuery: Read 64 rows, 5.12 KiB in 0.001128 sec., 56737.58865248226 rows/sec., 4.43 MiB/sec. 2025.11.20 17:27:52.314410 [ 260 ] {657a3593-7ab9-402e-9c2a-f230ca9982fa} TCPHandler: Processed in 0.001311554 sec. 2025.11.20 17:27:52.314520 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:52.314612 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:52.314654 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:52.315077 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:52.315110 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:52.315425 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.11.20 17:27:52.315626 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:52.315749 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} executeQuery: Read 160 rows, 11.41 KiB in 0.001156 sec., 138408.30449826992 rows/sec., 9.64 MiB/sec. 2025.11.20 17:27:52.315785 [ 260 ] {d7a48911-7208-4140-979c-6c8cf1e77df5} TCPHandler: Processed in 0.001312424 sec. 2025.11.20 17:27:52.315893 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:52.315985 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:52.316024 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:52.316345 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:52.316377 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:52.316668 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} MergedBlockOutputStream: filled checksums all_137_137_0 (state Temporary) 2025.11.20 17:27:52.316864 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_137_137_0 to all_137_137_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:52.316986 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} executeQuery: Read 60 rows, 4.14 KiB in 0.001019 sec., 58881.25613346419 rows/sec., 3.97 MiB/sec. 2025.11.20 17:27:52.317019 [ 260 ] {783fcc6f-4841-4770-9efb-f1d109f61239} TCPHandler: Processed in 0.001173242 sec. 2025.11.20 17:27:53.714959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 40736 2025.11.20 17:27:53.715572 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:53.715618 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:53.716165 [ 245 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:27:53.716391 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:53.716519 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 40736 2025.11.20 17:27:53.716605 [ 225 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:53.716662 [ 225 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:53.719246 [ 225 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:54.049606 [ 225 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:54.049672 [ 225 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:54.052383 [ 225 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:27:55.000185 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 373.95 MiB, peak 395.92 MiB, free memory in arenas 0.00 B, will set to 377.95 MiB (RSS), difference: 4.00 MiB 2025.11.20 17:27:55.811172 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 640 2025.11.20 17:27:55.827662 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:55.827709 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:55.833671 [ 244 ] {} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.11.20 17:27:55.834386 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:55.837217 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 640 2025.11.20 17:27:56.354261 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 2262 2025.11.20 17:27:56.356930 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:56.356969 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:56.358149 [ 243 ] {} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:27:56.358420 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:56.358681 [ 223 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:56.358684 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2262 2025.11.20 17:27:56.358714 [ 223 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:56.361540 [ 223 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:27:57.313727 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:57.313923 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:27:57.313996 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:27:57.314685 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.314728 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.315169 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.11.20 17:27:57.315386 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.315540 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} executeQuery: Read 136 rows, 12.08 KiB in 0.001668 sec., 81534.7721822542 rows/sec., 7.07 MiB/sec. 2025.11.20 17:27:57.315583 [ 260 ] {a1a4011b-2bb3-46c8-8094-e08a511606a4} TCPHandler: Processed in 0.001991157 sec. 2025.11.20 17:27:57.315704 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:57.315798 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:27:57.315838 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:27:57.316270 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.316305 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.316594 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:27:57.316798 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.316924 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} executeQuery: Read 40 rows, 3.01 KiB in 0.001145 sec., 34934.49781659389 rows/sec., 2.57 MiB/sec. 2025.11.20 17:27:57.316961 [ 260 ] {560cfd8b-b9a4-4ec2-844e-f9dda60f9951} TCPHandler: Processed in 0.001306705 sec. 2025.11.20 17:27:57.316983 [ 222 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:57.317043 [ 222 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:57.317077 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:57.317176 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:27:57.317217 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:27:57.317645 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.317684 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.318011 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.11.20 17:27:57.318216 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.318345 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} executeQuery: Read 104 rows, 8.32 KiB in 0.001188 sec., 87542.08754208754 rows/sec., 6.84 MiB/sec. 2025.11.20 17:27:57.318385 [ 260 ] {a21f7f51-ec3c-451a-95ca-1ae43477a030} TCPHandler: Processed in 0.001356626 sec. 2025.11.20 17:27:57.318506 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:57.318600 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:57.318642 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:27:57.319052 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.319088 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.319423 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.11.20 17:27:57.319648 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.319786 [ 92 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 2 parts from all_1_133_27 to all_134_134_0 2025.11.20 17:27:57.319802 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.11.20 17:27:57.319836 [ 92 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.319855 [ 260 ] {75e06ddf-ae46-4e00-b723-62648d5917c9} TCPHandler: Processed in 0.001397516 sec. 2025.11.20 17:27:57.319857 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.319974 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:57.319978 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} MergeTask::PrepareStage: Merging 2 parts: from all_1_133_27 to all_134_134_0 into Compact with storage Full 2025.11.20 17:27:57.320074 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:27:57.320131 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:27:57.320133 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} 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.11.20 17:27:57.320181 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} MergeTreeSequentialSource: Reading 7 marks from part all_1_133_27, total 42658 rows starting from the beginning of the part 2025.11.20 17:27:57.320262 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} MergeTreeSequentialSource: Reading 2 marks from part all_134_134_0, total 86 rows starting from the beginning of the part 2025.11.20 17:27:57.320596 [ 222 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:27:57.321018 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.321056 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.321614 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:27:57.321834 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.321972 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} executeQuery: Read 40 rows, 73.40 KiB in 0.001916 sec., 20876.826722338206 rows/sec., 37.41 MiB/sec. 2025.11.20 17:27:57.322026 [ 260 ] {8214b590-9877-420b-ae33-5f447b794450} TCPHandler: Processed in 0.00210519 sec. 2025.11.20 17:27:57.322133 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:27:57.322227 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:27:57.322268 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:27:57.322601 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:27:57.322634 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:27:57.322935 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} MergedBlockOutputStream: filled checksums all_138_138_0 (state Temporary) 2025.11.20 17:27:57.323135 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_138_138_0 to all_138_138_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.323262 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.11.20 17:27:57.323298 [ 260 ] {cfb11115-c523-44b9-bfe3-87477b7c9820} TCPHandler: Processed in 0.001213243 sec. 2025.11.20 17:27:57.327541 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} MergeTask::MergeProjectionsStage: Merge sorted 42744 rows, containing 5 columns (5 merged, 0 gathered) in 0.007604423 sec., 5620939.287569879 rows/sec., 378.69 MiB/sec. 2025.11.20 17:27:57.327840 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} MergedBlockOutputStream: filled checksums all_1_134_28 (state Temporary) 2025.11.20 17:27:57.328099 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_134_28 to all_1_134_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:27:57.328166 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_134_28} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 2 parts: [all_1_133_27, all_134_134_0] -> all_1_134_28 2025.11.20 17:27:57.328249 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.31 MiB. 2025.11.20 17:28:01.019304 [ 90 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:28:01.019406 [ 90 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:28:01.216781 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 41248 2025.11.20 17:28:01.217373 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:01.217413 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:01.217880 [ 245 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:28:01.218105 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:01.218241 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41248 2025.11.20 17:28:01.218261 [ 86 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.11.20 17:28:01.218368 [ 86 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:01.218407 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:01.218564 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.11.20 17:28:01.218759 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:01.218826 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTreeSequentialSource: Reading 6 marks from part all_1_81_16, total 38816 rows starting from the beginning of the part 2025.11.20 17:28:01.218929 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 512 rows starting from the beginning of the part 2025.11.20 17:28:01.219008 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 448 rows starting from the beginning of the part 2025.11.20 17:28:01.219081 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 512 rows starting from the beginning of the part 2025.11.20 17:28:01.219147 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 448 rows starting from the beginning of the part 2025.11.20 17:28:01.219216 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 512 rows starting from the beginning of the part 2025.11.20 17:28:01.221784 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 41248 rows, containing 4 columns (4 merged, 0 gathered) in 0.003287091 sec., 12548481.31676306 rows/sec., 179.51 MiB/sec. 2025.11.20 17:28:01.222039 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.11.20 17:28:01.222286 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:01.222355 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_86_17} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.11.20 17:28:01.222426 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.11.20 17:28:02.036222 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.036281 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.039224 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.312055 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:02.312228 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:02.312291 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:02.312944 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:02.312990 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:02.313366 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.11.20 17:28:02.313578 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:02.313728 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} executeQuery: Read 56 rows, 4.41 KiB in 0.001547 sec., 36199.09502262443 rows/sec., 2.78 MiB/sec. 2025.11.20 17:28:02.313768 [ 260 ] {be7af0ff-c682-45ea-a740-d2228dc2420a} TCPHandler: Processed in 0.001840835 sec. 2025.11.20 17:28:02.313834 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.313871 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.313884 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:02.313982 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:02.314021 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:02.314436 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:02.314472 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:02.314761 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.11.20 17:28:02.315013 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:02.315153 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2025.11.20 17:28:02.315190 [ 260 ] {9de7bda1-2e87-4826-aeb0-7439a1156045} TCPHandler: Processed in 0.001353276 sec. 2025.11.20 17:28:02.315248 [ 220 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.315281 [ 220 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.315303 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:02.315396 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:02.315440 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:02.315860 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:02.315897 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:02.316236 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.11.20 17:28:02.316441 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:02.316567 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.11.20 17:28:02.316567 [ 89 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 2 parts from all_1_134_28 to all_135_135_0 2025.11.20 17:28:02.316606 [ 260 ] {6cb9abb2-3c3c-4a2f-b5da-365e7c7d1630} TCPHandler: Processed in 0.001349205 sec. 2025.11.20 17:28:02.316640 [ 89 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:02.316669 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:02.316730 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:02.316765 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} MergeTask::PrepareStage: Merging 2 parts: from all_1_134_28 to all_135_135_0 into Compact with storage Full 2025.11.20 17:28:02.316826 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:02.316870 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:02.316887 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:02.316927 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} MergeTreeSequentialSource: Reading 7 marks from part all_1_134_28, total 42744 rows starting from the beginning of the part 2025.11.20 17:28:02.316991 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} MergeTreeSequentialSource: Reading 2 marks from part all_135_135_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:02.317280 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:02.317324 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:02.317401 [ 222 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.317668 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} MergedBlockOutputStream: filled checksums all_139_139_0 (state Temporary) 2025.11.20 17:28:02.317839 [ 220 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.317882 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_139_139_0 to all_139_139_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:02.318010 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001202 sec., 49916.80532445924 rows/sec., 3.36 MiB/sec. 2025.11.20 17:28:02.318045 [ 260 ] {3c6185c8-2053-4d0e-8765-bd090ede3b6b} TCPHandler: Processed in 0.001361285 sec. 2025.11.20 17:28:02.323586 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} MergeTask::MergeProjectionsStage: Merge sorted 42904 rows, containing 5 columns (5 merged, 0 gathered) in 0.006851949 sec., 6261576.085869874 rows/sec., 421.91 MiB/sec. 2025.11.20 17:28:02.324000 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} MergedBlockOutputStream: filled checksums all_1_135_29 (state Temporary) 2025.11.20 17:28:02.324365 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_135_29 to all_1_135_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:02.324449 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_135_29} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 2 parts: [all_1_134_28, all_135_135_0] -> all_1_135_29 2025.11.20 17:28:02.324539 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. 2025.11.20 17:28:02.995660 [ 225 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.995727 [ 225 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:02.998367 [ 225 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:03.337397 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 648 2025.11.20 17:28:03.354447 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.354506 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.360673 [ 244 ] {} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.11.20 17:28:03.361412 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.361745 [ 87 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.11.20 17:28:03.361816 [ 87 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.361837 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.361950 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTask::PrepareStage: Merging 6 parts: from all_1_81_16 to all_86_86_0 into Compact with storage Full 2025.11.20 17:28:03.364653 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 648 2025.11.20 17:28:03.365852 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:03.367356 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 610 rows starting from the beginning of the part 2025.11.20 17:28:03.367397 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.367595 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.367667 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:28:03.368617 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.368662 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.369063 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:28:03.369288 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.369437 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} executeQuery: Read 410 rows, 26.63 KiB in 0.001896 sec., 216244.72573839664 rows/sec., 13.72 MiB/sec. 2025.11.20 17:28:03.369479 [ 260 ] {4bb2c203-f6d9-4c0f-8540-2b0c4f652fd3} TCPHandler: Processed in 0.002217001 sec. 2025.11.20 17:28:03.369602 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.369697 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:28:03.369739 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:28:03.370131 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.370167 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.370456 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.11.20 17:28:03.370660 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.370785 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} executeQuery: Read 6 rows, 501.00 B in 0.001106 sec., 5424.9547920434 rows/sec., 442.37 KiB/sec. 2025.11.20 17:28:03.370823 [ 260 ] {a9e2217a-da12-4c38-ae66-75a5e6f5219d} TCPHandler: Processed in 0.001269944 sec. 2025.11.20 17:28:03.370945 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.371068 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:03.371117 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:03.371953 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 8 rows starting from the beginning of the part 2025.11.20 17:28:03.372839 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.372879 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.373336 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.11.20 17:28:03.373564 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.373693 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} executeQuery: Read 2335 rows, 194.29 KiB in 0.002651 sec., 880799.6982270841 rows/sec., 71.57 MiB/sec. 2025.11.20 17:28:03.373737 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:28:03.373750 [ 260 ] {e0d1e081-87fa-44d1-b908-f73ba7c3e359} TCPHandler: Processed in 0.002866743 sec. 2025.11.20 17:28:03.373854 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.373954 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.374002 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:28:03.374518 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.374556 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.374884 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:28:03.375100 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.375317 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} executeQuery: Read 251 rows, 15.74 KiB in 0.001378 sec., 182148.04063860668 rows/sec., 11.16 MiB/sec. 2025.11.20 17:28:03.375370 [ 260 ] {c0377d1e-1db3-4d93-ba09-95e00be36c46} TCPHandler: Processed in 0.001565329 sec. 2025.11.20 17:28:03.375493 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.375609 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.375657 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:28:03.376300 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.376345 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.376516 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 7 rows starting from the beginning of the part 2025.11.20 17:28:03.376687 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:28:03.376899 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.377030 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} executeQuery: Read 440 rows, 29.81 KiB in 0.001446 sec., 304287.6901798064 rows/sec., 20.13 MiB/sec. 2025.11.20 17:28:03.377069 [ 260 ] {c3a7c81d-fc13-495d-a1f8-3cf611aaa9d3} TCPHandler: Processed in 0.001637321 sec. 2025.11.20 17:28:03.377181 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.377276 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.377315 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:28:03.377784 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.377821 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.378125 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:28:03.378331 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.378463 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} executeQuery: Read 211 rows, 12.27 KiB in 0.001205 sec., 175103.73443983405 rows/sec., 9.94 MiB/sec. 2025.11.20 17:28:03.378501 [ 260 ] {145b2c11-3629-4937-baad-00a10140aa00} TCPHandler: Processed in 0.001370916 sec. 2025.11.20 17:28:03.378601 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.378697 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:03.378736 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:03.379637 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.379673 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.380026 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.11.20 17:28:03.380230 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.380358 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} executeQuery: Read 1181 rows, 86.45 KiB in 0.00168 sec., 702976.1904761904 rows/sec., 50.25 MiB/sec. 2025.11.20 17:28:03.380397 [ 260 ] {ddd5fb79-bc23-452d-9148-b1fb4452d7d3} TCPHandler: Processed in 0.001844314 sec. 2025.11.20 17:28:03.380517 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.380611 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:28:03.380654 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:28:03.380993 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.381029 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.381036 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 8 rows starting from the beginning of the part 2025.11.20 17:28:03.381331 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.11.20 17:28:03.381546 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.381675 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} executeQuery: Read 12 rows, 642.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 579.44 KiB/sec. 2025.11.20 17:28:03.381711 [ 260 ] {e03580a3-cb14-4d9e-92a5-a2a348182adc} TCPHandler: Processed in 0.001245064 sec. 2025.11.20 17:28:03.381818 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.381921 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.381966 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:03.382648 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.382684 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.383078 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.11.20 17:28:03.383305 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.383419 [ 84 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_135_29 to all_140_140_0 2025.11.20 17:28:03.383439 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} executeQuery: Read 1027 rows, 68.67 KiB in 0.001537 sec., 668184.77553676 rows/sec., 43.63 MiB/sec. 2025.11.20 17:28:03.383456 [ 84 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.383476 [ 260 ] {1f8e4365-a725-4c19-b8d1-d00e6f534171} TCPHandler: Processed in 0.001707372 sec. 2025.11.20 17:28:03.383477 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.383574 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_135_29 to all_140_140_0 into Compact with storage Full 2025.11.20 17:28:03.383585 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.383684 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:03.383693 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.383719 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTreeSequentialSource: Reading 7 marks from part all_1_135_29, total 42904 rows starting from the beginning of the part 2025.11.20 17:28:03.383738 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:28:03.383789 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTreeSequentialSource: Reading 2 marks from part all_136_136_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:03.383843 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:03.383893 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:03.383942 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:03.383990 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1027 rows starting from the beginning of the part 2025.11.20 17:28:03.384053 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.384087 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.384391 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:28:03.384594 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.384723 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} executeQuery: Read 2 rows, 138.00 B in 0.001049 sec., 1906.5776930409913 rows/sec., 128.47 KiB/sec. 2025.11.20 17:28:03.384759 [ 260 ] {d4590d6c-0f69-498c-953b-31baa2ae3b87} TCPHandler: Processed in 0.001222893 sec. 2025.11.20 17:28:03.384860 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.384958 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.385014 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} 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.11.20 17:28:03.385921 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.385955 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.385963 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 7 rows starting from the beginning of the part 2025.11.20 17:28:03.386518 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:28:03.386747 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.386848 [ 84 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.11.20 17:28:03.386874 [ 84 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.386885 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} executeQuery: Read 40 rows, 73.40 KiB in 0.001945 sec., 20565.552699228792 rows/sec., 36.85 MiB/sec. 2025.11.20 17:28:03.386891 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.386943 [ 260 ] {0d25a351-9548-41fc-9c6b-11844f2190c4} TCPHandler: Processed in 0.00213248 sec. 2025.11.20 17:28:03.387014 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::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.11.20 17:28:03.387053 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:03.387155 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:03.387197 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:03.387293 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:03.387361 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2224 rows starting from the beginning of the part 2025.11.20 17:28:03.387496 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:03.387567 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:03.387611 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:03.387616 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:03.387752 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:03.387870 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:03.387987 [ 186 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:03.387987 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} MergedBlockOutputStream: filled checksums all_140_140_0 (state Temporary) 2025.11.20 17:28:03.388251 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_140_140_0 to all_140_140_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.388390 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} executeQuery: Read 100 rows, 5.60 KiB in 0.001253 sec., 79808.45969672785 rows/sec., 4.36 MiB/sec. 2025.11.20 17:28:03.388428 [ 260 ] {576eee8a-7358-4cd5-aec8-b7e5d5755fd0} TCPHandler: Processed in 0.001425977 sec. 2025.11.20 17:28:03.390461 [ 191 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 8 rows starting from the beginning of the part 2025.11.20 17:28:03.391975 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergeTask::MergeProjectionsStage: Merge sorted 44571 rows, containing 5 columns (5 merged, 0 gathered) in 0.008441078 sec., 5280249.750091162 rows/sec., 355.70 MiB/sec. 2025.11.20 17:28:03.392415 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} MergedBlockOutputStream: filled checksums all_1_140_30 (state Temporary) 2025.11.20 17:28:03.392713 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_140_30 to all_1_140_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.392787 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_140_30} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_135_29, all_140_140_0] -> all_1_140_30 2025.11.20 17:28:03.392873 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.11.20 17:28:03.400607 [ 199 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 2424 rows, containing 19 columns (19 merged, 0 gathered) in 0.013653246 sec., 177540.1981331033 rows/sec., 318.14 MiB/sec. 2025.11.20 17:28:03.402859 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.11.20 17:28:03.403200 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.403271 [ 187 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_61_12} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.11.20 17:28:03.403397 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.79 MiB. 2025.11.20 17:28:03.450570 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 648 rows, containing 679 columns (679 merged, 0 gathered) in 0.088673074 sec., 7307.742596134651 rows/sec., 37.79 MiB/sec. 2025.11.20 17:28:03.453773 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.11.20 17:28:03.455763 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:03.455860 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_86_17} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.11.20 17:28:03.458624 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.11.20 17:28:04.000195 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 380.25 MiB, peak 402.45 MiB, free memory in arenas 0.00 B, will set to 385.75 MiB (RSS), difference: 5.49 MiB 2025.11.20 17:28:06.358972 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2306 2025.11.20 17:28:06.361718 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:06.361768 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:06.363006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:28:06.363285 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:06.363566 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2306 2025.11.20 17:28:06.696015 [ 222 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:06.696071 [ 222 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:06.698443 [ 222 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:06.985760 [ 222 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:06.985800 [ 222 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:06.988775 [ 222 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:07.310946 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:07.311142 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:07.311212 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:07.311952 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.311988 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.312361 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.11.20 17:28:07.312581 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.312722 [ 80 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.11.20 17:28:07.312729 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} executeQuery: Read 56 rows, 4.41 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.63 MiB/sec. 2025.11.20 17:28:07.312766 [ 80 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.312786 [ 260 ] {470e5ea3-b0eb-4fa7-a3cf-88080b710dd1} TCPHandler: Processed in 0.001970497 sec. 2025.11.20 17:28:07.312792 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.312909 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:07.312906 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.11.20 17:28:07.313005 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:07.313049 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:07.313062 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:07.313100 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 2463 rows starting from the beginning of the part 2025.11.20 17:28:07.313165 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:07.313210 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 136 rows starting from the beginning of the part 2025.11.20 17:28:07.313250 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:07.313291 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 2335 rows starting from the beginning of the part 2025.11.20 17:28:07.313333 [ 193 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:07.313484 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.313526 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.313834 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.11.20 17:28:07.314061 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.314175 [ 80 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.11.20 17:28:07.314192 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} executeQuery: Read 64 rows, 5.12 KiB in 0.001206 sec., 53067.99336650083 rows/sec., 4.14 MiB/sec. 2025.11.20 17:28:07.314198 [ 80 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.314223 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.314230 [ 260 ] {9d45126b-dc77-4785-b130-60d7045852a6} TCPHandler: Processed in 0.001375106 sec. 2025.11.20 17:28:07.314305 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.11.20 17:28:07.314350 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:07.314409 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:07.314439 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_1_136_27, total 1249 rows starting from the beginning of the part 2025.11.20 17:28:07.314448 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:07.314491 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:07.314497 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:07.314542 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 104 rows starting from the beginning of the part 2025.11.20 17:28:07.314586 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:07.314625 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 1181 rows starting from the beginning of the part 2025.11.20 17:28:07.314665 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:07.314913 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.314953 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.315163 [ 190 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 5102 rows, containing 5 columns (5 merged, 0 gathered) in 0.002305213 sec., 2213244.5027856426 rows/sec., 188.89 MiB/sec. 2025.11.20 17:28:07.315307 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.11.20 17:28:07.315463 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.11.20 17:28:07.315552 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.315681 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} executeQuery: Read 128 rows, 9.13 KiB in 0.00125 sec., 102400 rows/sec., 7.13 MiB/sec. 2025.11.20 17:28:07.315717 [ 260 ] {19cbb5de-51aa-4888-8807-c9d6cc5facb6} TCPHandler: Processed in 0.001420687 sec. 2025.11.20 17:28:07.315750 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.315773 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 2726 rows, containing 5 columns (5 merged, 0 gathered) in 0.001505119 sec., 1811152.473658229 rows/sec., 138.24 MiB/sec. 2025.11.20 17:28:07.315820 [ 188 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_141_28} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.11.20 17:28:07.315830 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:07.315916 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.16 MiB. 2025.11.20 17:28:07.315924 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:07.315950 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.11.20 17:28:07.315969 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:07.316208 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.316280 [ 193 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_141_28} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.11.20 17:28:07.316307 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.316346 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2025.11.20 17:28:07.316348 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.316661 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} MergedBlockOutputStream: filled checksums all_141_141_0 (state Temporary) 2025.11.20 17:28:07.316868 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_141_141_0 to all_141_141_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.316975 [ 80 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_136_27 to all_141_141_0 2025.11.20 17:28:07.316999 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} executeQuery: Read 48 rows, 3.31 KiB in 0.001093 sec., 43915.82799634035 rows/sec., 2.96 MiB/sec. 2025.11.20 17:28:07.317008 [ 80 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:07.317031 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:07.317034 [ 260 ] {d9cb3722-1531-45a9-a496-38a7cdacbec3} TCPHandler: Processed in 0.001251923 sec. 2025.11.20 17:28:07.317102 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTask::PrepareStage: Merging 6 parts: from all_1_136_27 to all_141_141_0 into Compact with storage Full 2025.11.20 17:28:07.317191 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:07.317215 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTreeSequentialSource: Reading 3 marks from part all_1_136_27, total 9548 rows starting from the beginning of the part 2025.11.20 17:28:07.317257 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_137_137_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:07.317290 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_138_138_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:07.317321 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_139_139_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:07.317349 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_140_140_0, total 100 rows starting from the beginning of the part 2025.11.20 17:28:07.317381 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 48 rows starting from the beginning of the part 2025.11.20 17:28:07.319514 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergeTask::MergeProjectionsStage: Merge sorted 9876 rows, containing 4 columns (4 merged, 0 gathered) in 0.002437636 sec., 4051466.2566519366 rows/sec., 258.88 MiB/sec. 2025.11.20 17:28:07.319676 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} MergedBlockOutputStream: filled checksums all_1_141_28 (state Temporary) 2025.11.20 17:28:07.319919 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_141_28 to all_1_141_28 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:07.319977 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_141_28} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_136_27, all_141_141_0] -> all_1_141_28 2025.11.20 17:28:07.320030 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.96 MiB. 2025.11.20 17:28:08.718503 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 41696 2025.11.20 17:28:08.719269 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:08.719314 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:08.719838 [ 245 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:28:08.720065 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:08.720199 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 41696 2025.11.20 17:28:10.864842 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 655 2025.11.20 17:28:10.882045 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:10.882090 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:10.888176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.11.20 17:28:10.888878 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:10.891859 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 655 2025.11.20 17:28:12.311332 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:12.311524 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:12.311591 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:12.312273 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:12.312310 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:12.312682 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.11.20 17:28:12.312899 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:12.313046 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} executeQuery: Read 56 rows, 4.41 KiB in 0.001574 sec., 35578.14485387548 rows/sec., 2.73 MiB/sec. 2025.11.20 17:28:12.313087 [ 260 ] {0895b78b-c103-417f-85dd-0b6dc7800ad5} TCPHandler: Processed in 0.001891086 sec. 2025.11.20 17:28:12.313206 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:12.313302 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:12.313341 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:12.313755 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:12.313788 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:12.314084 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.11.20 17:28:12.314292 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:12.314439 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} executeQuery: Read 64 rows, 5.12 KiB in 0.001157 sec., 55315.471045808124 rows/sec., 4.32 MiB/sec. 2025.11.20 17:28:12.314476 [ 260 ] {fe2baa25-0d5b-4a0e-a11f-48a2c73111ed} TCPHandler: Processed in 0.001318365 sec. 2025.11.20 17:28:12.314590 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:12.314683 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:12.314724 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:12.315171 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:12.315205 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:12.315543 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.11.20 17:28:12.315770 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:12.315899 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} executeQuery: Read 160 rows, 11.41 KiB in 0.001234 sec., 129659.64343598054 rows/sec., 9.03 MiB/sec. 2025.11.20 17:28:12.315935 [ 260 ] {11943911-fbe4-4114-b3eb-4eedada82039} TCPHandler: Processed in 0.001392936 sec. 2025.11.20 17:28:12.316047 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:12.316141 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:12.316182 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:12.316516 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:12.316548 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:12.316853 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} MergedBlockOutputStream: filled checksums all_142_142_0 (state Temporary) 2025.11.20 17:28:12.317058 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_142_142_0 to all_142_142_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:12.317183 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} executeQuery: Read 60 rows, 4.14 KiB in 0.00106 sec., 56603.77358490566 rows/sec., 3.81 MiB/sec. 2025.11.20 17:28:12.317219 [ 260 ] {322c580a-140b-46a5-a661-e429bf35ab91} TCPHandler: Processed in 0.001219143 sec. 2025.11.20 17:28:14.034671 [ 223 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Found 5 old parts to remove. Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.11.20 17:28:14.034767 [ 223 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 5 parts from filesystem (serially): Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.11.20 17:28:14.036576 [ 223 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 5 parts from memory: Parts: [all_1_10_2, all_11_11_0, all_12_12_0, all_13_13_0, all_14_14_0] 2025.11.20 17:28:16.019463 [ 31 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:28:16.019525 [ 31 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:28:16.221297 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 42208 2025.11.20 17:28:16.221822 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:16.221860 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:16.222337 [ 245 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:28:16.222561 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:16.222691 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42208 2025.11.20 17:28:16.363847 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2322 2025.11.20 17:28:16.366547 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:16.366590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:16.367773 [ 243 ] {} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:28:16.368049 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:16.368195 [ 31 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:28:16.368235 [ 31 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:16.368257 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:16.368316 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2322 2025.11.20 17:28:16.368365 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:28:16.368932 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:16.369057 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2176 rows starting from the beginning of the part 2025.11.20 17:28:16.369412 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 50 rows starting from the beginning of the part 2025.11.20 17:28:16.369757 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part 2025.11.20 17:28:16.370108 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 20 rows starting from the beginning of the part 2025.11.20 17:28:16.370450 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 44 rows starting from the beginning of the part 2025.11.20 17:28:16.370779 [ 188 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part 2025.11.20 17:28:16.377767 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2322 rows, containing 72 columns (72 merged, 0 gathered) in 0.009449937 sec., 245715.9238204445 rows/sec., 187.82 MiB/sec. 2025.11.20 17:28:16.379814 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:28:16.380424 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:16.380505 [ 201 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_66_13} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:28:16.380842 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. 2025.11.20 17:28:17.324371 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.324546 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.324611 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:28:17.325380 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.325430 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.325828 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:28:17.326057 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.326205 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} executeQuery: Read 410 rows, 26.63 KiB in 0.001707 sec., 240187.4633860574 rows/sec., 15.24 MiB/sec. 2025.11.20 17:28:17.326248 [ 260 ] {b8753da6-1506-4e4b-9758-0ad1da2d3a17} TCPHandler: Processed in 0.002009008 sec. 2025.11.20 17:28:17.326362 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.326457 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:17.326499 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:17.327309 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.327344 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.327714 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.11.20 17:28:17.327926 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.328052 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} executeQuery: Read 1192 rows, 97.51 KiB in 0.001614 sec., 738537.7942998761 rows/sec., 59.00 MiB/sec. 2025.11.20 17:28:17.328089 [ 260 ] {67067db5-e73e-4392-9227-4be210be1515} TCPHandler: Processed in 0.001777164 sec. 2025.11.20 17:28:17.328202 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.328297 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.328336 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:28:17.328818 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.328851 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.329150 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:28:17.329358 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.329482 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} executeQuery: Read 245 rows, 15.32 KiB in 0.001204 sec., 203488.37209302327 rows/sec., 12.43 MiB/sec. 2025.11.20 17:28:17.329519 [ 260 ] {1dc56eca-ca4e-442f-89bb-f4650d270541} TCPHandler: Processed in 0.001367075 sec. 2025.11.20 17:28:17.329620 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.329715 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.329755 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:28:17.330204 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.330240 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.330535 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:28:17.330734 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.330859 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} executeQuery: Read 212 rows, 14.00 KiB in 0.001163 sec., 182287.18830610492 rows/sec., 11.76 MiB/sec. 2025.11.20 17:28:17.330897 [ 260 ] {e6b002a6-495b-42d4-904b-2c1a225dc684} TCPHandler: Processed in 0.001326875 sec. 2025.11.20 17:28:17.330996 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.331089 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.331128 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:28:17.331572 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.331606 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.331908 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:28:17.332115 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.332245 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} executeQuery: Read 211 rows, 12.27 KiB in 0.001174 sec., 179727.4275979557 rows/sec., 10.21 MiB/sec. 2025.11.20 17:28:17.332283 [ 260 ] {d8ae8d98-946e-48cc-97dd-e6e76fe63feb} TCPHandler: Processed in 0.001335545 sec. 2025.11.20 17:28:17.332405 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.332529 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:17.332578 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:17.333237 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.333274 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.333629 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.11.20 17:28:17.333849 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.333982 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} executeQuery: Read 719 rows, 51.67 KiB in 0.001479 sec., 486139.28329952667 rows/sec., 34.12 MiB/sec. 2025.11.20 17:28:17.334021 [ 260 ] {d98c0e9b-d06c-459e-9ce2-dbb320ed3d5b} TCPHandler: Processed in 0.001676902 sec. 2025.11.20 17:28:17.334158 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.334265 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:28:17.334316 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:28:17.334767 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.334803 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.335206 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.11.20 17:28:17.335446 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.335594 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} executeQuery: Read 6 rows, 321.00 B in 0.001352 sec., 4437.869822485208 rows/sec., 231.86 KiB/sec. 2025.11.20 17:28:17.335637 [ 260 ] {f338fb1f-566e-4ebd-99b2-978cf942e72e} TCPHandler: Processed in 0.001538189 sec. 2025.11.20 17:28:17.335749 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.335848 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.335893 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:17.336325 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.336360 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.336707 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.11.20 17:28:17.336940 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.337075 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} executeQuery: Read 314 rows, 21.12 KiB in 0.001245 sec., 252208.83534136545 rows/sec., 16.57 MiB/sec. 2025.11.20 17:28:17.337115 [ 260 ] {482893ba-ac09-43bb-9c89-0702645808e8} TCPHandler: Processed in 0.001416177 sec. 2025.11.20 17:28:17.337223 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.337322 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.337366 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:28:17.337683 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.337721 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.338019 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:28:17.338227 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.338358 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} executeQuery: Read 1 rows, 69.00 B in 0.001054 sec., 948.7666034155598 rows/sec., 63.93 KiB/sec. 2025.11.20 17:28:17.338395 [ 260 ] {b2d5989a-202e-4b9c-8397-aab8c2e7f244} TCPHandler: Processed in 0.001226883 sec. 2025.11.20 17:28:17.338501 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.338603 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.338659 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} 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.11.20 17:28:17.339530 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.339568 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.340136 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:28:17.340368 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.340510 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} executeQuery: Read 40 rows, 73.40 KiB in 0.001925 sec., 20779.220779220777 rows/sec., 37.24 MiB/sec. 2025.11.20 17:28:17.340568 [ 260 ] {b1ec93ee-2339-462e-9b1f-682794322802} TCPHandler: Processed in 0.00211669 sec. 2025.11.20 17:28:17.340679 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:17.340774 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:17.340816 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:17.341152 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:17.341190 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.79 GiB. 2025.11.20 17:28:17.341498 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} MergedBlockOutputStream: filled checksums all_143_143_0 (state Temporary) 2025.11.20 17:28:17.341707 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_143_143_0 to all_143_143_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:17.341836 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} executeQuery: Read 104 rows, 6.53 KiB in 0.001079 sec., 96385.54216867468 rows/sec., 5.91 MiB/sec. 2025.11.20 17:28:17.341873 [ 260 ] {0abde324-2a34-4d17-bd92-95c5ccfbd229} TCPHandler: Processed in 0.001244053 sec. 2025.11.20 17:28:18.392826 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 663 2025.11.20 17:28:18.410841 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:18.410895 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:18.417103 [ 244 ] {} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.11.20 17:28:18.417812 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:18.420869 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 663 2025.11.20 17:28:19.205061 [ 222 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 5 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.11.20 17:28:19.205156 [ 222 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 5 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.11.20 17:28:19.207584 [ 222 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 5 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0] 2025.11.20 17:28:21.863327 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50070 2025.11.20 17:28:21.863440 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.863467 [ 351 ] {} TCP-Session: d154f23d-d9b0-4776-8878-77f8b468fdf8 Authenticating user 'default' from [fd00:1122:3344:101::e]:50070 2025.11.20 17:28:21.863490 [ 351 ] {} TCP-Session: d154f23d-d9b0-4776-8878-77f8b468fdf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.863503 [ 351 ] {} TCP-Session: d154f23d-d9b0-4776-8878-77f8b468fdf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.863697 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36480 2025.11.20 17:28:21.863713 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48358 2025.11.20 17:28:21.863731 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53774 2025.11.20 17:28:21.863796 [ 351 ] {} TCP-Session: d154f23d-d9b0-4776-8878-77f8b468fdf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:21.863811 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.863806 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.863853 [ 286 ] {} TCP-Session: 2a20c35e-d16b-458e-b575-8f8e6ef31451 Authenticating user 'default' from [fd00:1122:3344:101::e]:48358 2025.11.20 17:28:21.863767 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38536 2025.11.20 17:28:21.863879 [ 286 ] {} TCP-Session: 2a20c35e-d16b-458e-b575-8f8e6ef31451 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.863895 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.863913 [ 286 ] {} TCP-Session: 2a20c35e-d16b-458e-b575-8f8e6ef31451 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.863870 [ 353 ] {} TCP-Session: 05b9a49b-78ca-4279-8c30-36459d45a064 Authenticating user 'default' from [fd00:1122:3344:101::e]:36480 2025.11.20 17:28:21.863953 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.863954 [ 354 ] {} TCP-Session: a8d159af-4bdd-40c3-991c-002bc82b0ba8 Authenticating user 'default' from [fd00:1122:3344:101::e]:53774 2025.11.20 17:28:21.863978 [ 351 ] {8fadbc0d-8084-4892-a151-01ee802632f7} executeQuery: (from [fd00:1122:3344:101::e]:50070) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:28:21.863983 [ 350 ] {} TCP-Session: 67389605-a144-4e3c-aff2-049c4637a18b Authenticating user 'default' from [fd00:1122:3344:101::e]:38536 2025.11.20 17:28:21.864006 [ 354 ] {} TCP-Session: a8d159af-4bdd-40c3-991c-002bc82b0ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864024 [ 350 ] {} TCP-Session: 67389605-a144-4e3c-aff2-049c4637a18b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.863969 [ 353 ] {} TCP-Session: 05b9a49b-78ca-4279-8c30-36459d45a064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864047 [ 354 ] {} TCP-Session: a8d159af-4bdd-40c3-991c-002bc82b0ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864051 [ 350 ] {} TCP-Session: 67389605-a144-4e3c-aff2-049c4637a18b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864065 [ 353 ] {} TCP-Session: 05b9a49b-78ca-4279-8c30-36459d45a064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.863758 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34117 2025.11.20 17:28:21.863728 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63942 2025.11.20 17:28:21.863697 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54153 2025.11.20 17:28:21.864191 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.863742 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53044 2025.11.20 17:28:21.864235 [ 290 ] {} TCP-Session: 7f047823-6b9a-4bd5-a258-09f92b8ea7ed Authenticating user 'default' from [fd00:1122:3344:101::e]:34117 2025.11.20 17:28:21.864260 [ 351 ] {8fadbc0d-8084-4892-a151-01ee802632f7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:28:21.864267 [ 290 ] {} TCP-Session: 7f047823-6b9a-4bd5-a258-09f92b8ea7ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864268 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.864292 [ 290 ] {} TCP-Session: 7f047823-6b9a-4bd5-a258-09f92b8ea7ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864317 [ 351 ] {8fadbc0d-8084-4892-a151-01ee802632f7} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:28:21.864332 [ 288 ] {} TCP-Session: 77642b22-e553-4ae2-9176-cce374f17eca Authenticating user 'default' from [fd00:1122:3344:101::e]:63942 2025.11.20 17:28:21.864371 [ 288 ] {} TCP-Session: 77642b22-e553-4ae2-9176-cce374f17eca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864394 [ 288 ] {} TCP-Session: 77642b22-e553-4ae2-9176-cce374f17eca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864473 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.864513 [ 352 ] {} TCP-Session: 571ceadb-d5b5-4986-8b75-009abc56976d Authenticating user 'default' from [fd00:1122:3344:101::e]:54153 2025.11.20 17:28:21.864537 [ 352 ] {} TCP-Session: 571ceadb-d5b5-4986-8b75-009abc56976d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864560 [ 352 ] {} TCP-Session: 571ceadb-d5b5-4986-8b75-009abc56976d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864639 [ 351 ] {8fadbc0d-8084-4892-a151-01ee802632f7} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:28:21.864681 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:21.864714 [ 289 ] {} TCP-Session: f186dbf2-b120-47d8-9c11-3bfb8290fa66 Authenticating user 'default' from [fd00:1122:3344:101::e]:53044 2025.11.20 17:28:21.864730 [ 289 ] {} TCP-Session: f186dbf2-b120-47d8-9c11-3bfb8290fa66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.864742 [ 289 ] {} TCP-Session: f186dbf2-b120-47d8-9c11-3bfb8290fa66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.865665 [ 314 ] {8fadbc0d-8084-4892-a151-01ee802632f7} AggregatingTransform: Aggregating 2025.11.20 17:28:21.865721 [ 314 ] {8fadbc0d-8084-4892-a151-01ee802632f7} Aggregator: Aggregation method: without_key 2025.11.20 17:28:21.865757 [ 314 ] {8fadbc0d-8084-4892-a151-01ee802632f7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001006719 sec. (993.326 rows/sec., 38.80 KiB/sec.) 2025.11.20 17:28:21.865776 [ 314 ] {8fadbc0d-8084-4892-a151-01ee802632f7} Aggregator: Merging aggregated data 2025.11.20 17:28:21.867050 [ 351 ] {8fadbc0d-8084-4892-a151-01ee802632f7} executeQuery: Read 1 rows, 40.00 B in 0.003132 sec., 319.28480204342276 rows/sec., 12.47 KiB/sec. 2025.11.20 17:28:21.867188 [ 351 ] {8fadbc0d-8084-4892-a151-01ee802632f7} TCPHandler: Processed in 0.003508836 sec. 2025.11.20 17:28:21.867315 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867347 [ 351 ] {} TCP-Session: d154f23d-d9b0-4776-8878-77f8b468fdf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867355 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867381 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867411 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867427 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867468 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867474 [ 289 ] {} TCP-Session: f186dbf2-b120-47d8-9c11-3bfb8290fa66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867488 [ 354 ] {} TCP-Session: a8d159af-4bdd-40c3-991c-002bc82b0ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867496 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867512 [ 350 ] {} TCP-Session: 67389605-a144-4e3c-aff2-049c4637a18b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867524 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867547 [ 288 ] {} TCP-Session: 77642b22-e553-4ae2-9176-cce374f17eca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867581 [ 290 ] {} TCP-Session: 7f047823-6b9a-4bd5-a258-09f92b8ea7ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867431 [ 286 ] {} TCP-Session: 2a20c35e-d16b-458e-b575-8f8e6ef31451 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867414 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:21.867412 [ 352 ] {} TCP-Session: 571ceadb-d5b5-4986-8b75-009abc56976d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:21.867694 [ 353 ] {} TCP-Session: 05b9a49b-78ca-4279-8c30-36459d45a064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.106993 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55127 2025.11.20 17:28:22.107096 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107127 [ 351 ] {} TCP-Session: b0c2b5a3-0358-41ff-820f-a8739b6265b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:55127 2025.11.20 17:28:22.107158 [ 351 ] {} TCP-Session: b0c2b5a3-0358-41ff-820f-a8739b6265b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107173 [ 351 ] {} TCP-Session: b0c2b5a3-0358-41ff-820f-a8739b6265b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107377 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57474 2025.11.20 17:28:22.107429 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61149 2025.11.20 17:28:22.107458 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49103 2025.11.20 17:28:22.107461 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65262 2025.11.20 17:28:22.107506 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45657 2025.11.20 17:28:22.107498 [ 351 ] {} TCP-Session: b0c2b5a3-0358-41ff-820f-a8739b6265b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:22.107539 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107539 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107583 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107583 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107603 [ 286 ] {} TCP-Session: 6d6a3d5c-1cc8-4403-8cac-4b9164b37bfd Authenticating user 'default' from [fd00:1122:3344:101::e]:49103 2025.11.20 17:28:22.107618 [ 350 ] {} TCP-Session: 1e048ec8-3481-4187-bc9a-e66b3ab3caa1 Authenticating user 'default' from [fd00:1122:3344:101::e]:45657 2025.11.20 17:28:22.107625 [ 354 ] {} TCP-Session: eb10f8c4-1056-4f12-b894-ab63a7e46d00 Authenticating user 'default' from [fd00:1122:3344:101::e]:65262 2025.11.20 17:28:22.107643 [ 286 ] {} TCP-Session: 6d6a3d5c-1cc8-4403-8cac-4b9164b37bfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107655 [ 350 ] {} TCP-Session: 1e048ec8-3481-4187-bc9a-e66b3ab3caa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107658 [ 354 ] {} TCP-Session: eb10f8c4-1056-4f12-b894-ab63a7e46d00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107670 [ 286 ] {} TCP-Session: 6d6a3d5c-1cc8-4403-8cac-4b9164b37bfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107681 [ 350 ] {} TCP-Session: 1e048ec8-3481-4187-bc9a-e66b3ab3caa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107688 [ 354 ] {} TCP-Session: eb10f8c4-1056-4f12-b894-ab63a7e46d00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107713 [ 351 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} executeQuery: (from [fd00:1122:3344:101::e]:55127) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:28:22.107588 [ 353 ] {} TCP-Session: b1fd5559-5d77-47e5-bc44-f7e3f0b741f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61149 2025.11.20 17:28:22.107495 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36499 2025.11.20 17:28:22.107771 [ 353 ] {} TCP-Session: b1fd5559-5d77-47e5-bc44-f7e3f0b741f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107486 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47235 2025.11.20 17:28:22.107802 [ 353 ] {} TCP-Session: b1fd5559-5d77-47e5-bc44-f7e3f0b741f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107831 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107499 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107867 [ 290 ] {} TCP-Session: a65ac75f-7df0-45ee-a3b1-0f2a5dde5c89 Authenticating user 'default' from [fd00:1122:3344:101::e]:36499 2025.11.20 17:28:22.107872 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.107899 [ 352 ] {} TCP-Session: e9036c59-174e-437f-b28a-91a5ee879cb8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57474 2025.11.20 17:28:22.107915 [ 290 ] {} TCP-Session: a65ac75f-7df0-45ee-a3b1-0f2a5dde5c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107926 [ 289 ] {} TCP-Session: ca7457af-9b2a-4431-9bb2-0fd53fd03350 Authenticating user 'default' from [fd00:1122:3344:101::e]:47235 2025.11.20 17:28:22.107951 [ 290 ] {} TCP-Session: a65ac75f-7df0-45ee-a3b1-0f2a5dde5c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107968 [ 289 ] {} TCP-Session: ca7457af-9b2a-4431-9bb2-0fd53fd03350 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107944 [ 352 ] {} TCP-Session: e9036c59-174e-437f-b28a-91a5ee879cb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107995 [ 351 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:28:22.108017 [ 352 ] {} TCP-Session: e9036c59-174e-437f-b28a-91a5ee879cb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107996 [ 289 ] {} TCP-Session: ca7457af-9b2a-4431-9bb2-0fd53fd03350 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.107469 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53929 2025.11.20 17:28:22.108068 [ 351 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:28:22.108138 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.108165 [ 288 ] {} TCP-Session: 69196e0c-9e07-4ba7-98d5-570bf7e04689 Authenticating user 'default' from [fd00:1122:3344:101::e]:53929 2025.11.20 17:28:22.108182 [ 288 ] {} TCP-Session: 69196e0c-9e07-4ba7-98d5-570bf7e04689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.108195 [ 288 ] {} TCP-Session: 69196e0c-9e07-4ba7-98d5-570bf7e04689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.108399 [ 351 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:28:22.109357 [ 328 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} AggregatingTransform: Aggregating 2025.11.20 17:28:22.109410 [ 328 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} Aggregator: Aggregation method: without_key 2025.11.20 17:28:22.109450 [ 328 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000940608 sec. (1063.142 rows/sec., 41.53 KiB/sec.) 2025.11.20 17:28:22.109470 [ 328 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} Aggregator: Merging aggregated data 2025.11.20 17:28:22.111002 [ 351 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} executeQuery: Read 1 rows, 40.00 B in 0.003347 sec., 298.7750224081267 rows/sec., 11.67 KiB/sec. 2025.11.20 17:28:22.111159 [ 351 ] {98cfa6e3-c3d4-4cd3-a6d4-5a36bea2f9a8} TCPHandler: Processed in 0.003781531 sec. 2025.11.20 17:28:22.111292 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111323 [ 351 ] {} TCP-Session: b0c2b5a3-0358-41ff-820f-a8739b6265b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111328 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111346 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111367 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111379 [ 350 ] {} TCP-Session: 1e048ec8-3481-4187-bc9a-e66b3ab3caa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111403 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111425 [ 353 ] {} TCP-Session: b1fd5559-5d77-47e5-bc44-f7e3f0b741f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111425 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111463 [ 289 ] {} TCP-Session: ca7457af-9b2a-4431-9bb2-0fd53fd03350 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111461 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111493 [ 286 ] {} TCP-Session: 6d6a3d5c-1cc8-4403-8cac-4b9164b37bfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111534 [ 290 ] {} TCP-Session: a65ac75f-7df0-45ee-a3b1-0f2a5dde5c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111399 [ 352 ] {} TCP-Session: e9036c59-174e-437f-b28a-91a5ee879cb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111385 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111439 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.111620 [ 354 ] {} TCP-Session: eb10f8c4-1056-4f12-b894-ab63a7e46d00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.111644 [ 288 ] {} TCP-Session: 69196e0c-9e07-4ba7-98d5-570bf7e04689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.185683 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63595 2025.11.20 17:28:22.185794 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.185821 [ 290 ] {} TCP-Session: f2b1f380-90c5-468f-9f47-7d012e9b65ce Authenticating user 'default' from [fd00:1122:3344:101::e]:63595 2025.11.20 17:28:22.185844 [ 290 ] {} TCP-Session: f2b1f380-90c5-468f-9f47-7d012e9b65ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.185857 [ 290 ] {} TCP-Session: f2b1f380-90c5-468f-9f47-7d012e9b65ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186071 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48874 2025.11.20 17:28:22.186091 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42522 2025.11.20 17:28:22.186119 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52911 2025.11.20 17:28:22.186143 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37036 2025.11.20 17:28:22.186166 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53693 2025.11.20 17:28:22.186192 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186197 [ 290 ] {} TCP-Session: f2b1f380-90c5-468f-9f47-7d012e9b65ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:22.186236 [ 350 ] {} TCP-Session: c1c92dfd-e3f1-4334-b735-bf6f09340b5e Authenticating user 'default' from [fd00:1122:3344:101::e]:48874 2025.11.20 17:28:22.186238 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186271 [ 350 ] {} TCP-Session: c1c92dfd-e3f1-4334-b735-bf6f09340b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186272 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186298 [ 350 ] {} TCP-Session: c1c92dfd-e3f1-4334-b735-bf6f09340b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186323 [ 286 ] {} TCP-Session: eff8f546-521a-45aa-ab0b-f80e391e08b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:37036 2025.11.20 17:28:22.186292 [ 352 ] {} TCP-Session: 70604979-ea71-4932-b413-dcc0bed3b2ef Authenticating user 'default' from [fd00:1122:3344:101::e]:52911 2025.11.20 17:28:22.186361 [ 286 ] {} TCP-Session: eff8f546-521a-45aa-ab0b-f80e391e08b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186190 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186382 [ 352 ] {} TCP-Session: 70604979-ea71-4932-b413-dcc0bed3b2ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186393 [ 290 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} executeQuery: (from [fd00:1122:3344:101::e]:63595) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:28:22.186414 [ 351 ] {} TCP-Session: d2ae996d-12d9-4b44-ad12-5e15d2b1df12 Authenticating user 'default' from [fd00:1122:3344:101::e]:42522 2025.11.20 17:28:22.186419 [ 352 ] {} TCP-Session: 70604979-ea71-4932-b413-dcc0bed3b2ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186445 [ 351 ] {} TCP-Session: d2ae996d-12d9-4b44-ad12-5e15d2b1df12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186386 [ 286 ] {} TCP-Session: eff8f546-521a-45aa-ab0b-f80e391e08b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186471 [ 351 ] {} TCP-Session: d2ae996d-12d9-4b44-ad12-5e15d2b1df12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186133 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59275 2025.11.20 17:28:22.186122 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55821 2025.11.20 17:28:22.186272 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186157 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62122 2025.11.20 17:28:22.186583 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186598 [ 289 ] {} TCP-Session: 7c38e2c4-ac32-47cb-812b-fd079fecbe9c Authenticating user 'default' from [fd00:1122:3344:101::e]:53693 2025.11.20 17:28:22.186640 [ 354 ] {} TCP-Session: 151b543e-6c2f-4afb-95ad-8e8a4f961435 Authenticating user 'default' from [fd00:1122:3344:101::e]:59275 2025.11.20 17:28:22.186609 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186658 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:28:22.186672 [ 354 ] {} TCP-Session: 151b543e-6c2f-4afb-95ad-8e8a4f961435 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186684 [ 353 ] {} TCP-Session: cc362744-dbe5-40aa-8117-2047509ca3dc Authenticating user 'default' from [fd00:1122:3344:101::e]:55821 2025.11.20 17:28:22.186695 [ 288 ] {} TCP-Session: 26b4cfb6-d8c9-4175-a374-77a91b6b3627 Authenticating user 'default' from [fd00:1122:3344:101::e]:62122 2025.11.20 17:28:22.186702 [ 354 ] {} TCP-Session: 151b543e-6c2f-4afb-95ad-8e8a4f961435 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186720 [ 353 ] {} TCP-Session: cc362744-dbe5-40aa-8117-2047509ca3dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186732 [ 288 ] {} TCP-Session: 26b4cfb6-d8c9-4175-a374-77a91b6b3627 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186757 [ 353 ] {} TCP-Session: cc362744-dbe5-40aa-8117-2047509ca3dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186776 [ 288 ] {} TCP-Session: 26b4cfb6-d8c9-4175-a374-77a91b6b3627 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186684 [ 290 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:28:22.186668 [ 289 ] {} TCP-Session: 7c38e2c4-ac32-47cb-812b-fd079fecbe9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186880 [ 289 ] {} TCP-Session: 7c38e2c4-ac32-47cb-812b-fd079fecbe9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.186885 [ 290 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:28:22.187198 [ 290 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:28:22.188153 [ 327 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} AggregatingTransform: Aggregating 2025.11.20 17:28:22.188191 [ 327 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} Aggregator: Aggregation method: without_key 2025.11.20 17:28:22.188228 [ 327 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000923557 sec. (1082.770 rows/sec., 42.30 KiB/sec.) 2025.11.20 17:28:22.188246 [ 327 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} Aggregator: Merging aggregated data 2025.11.20 17:28:22.189577 [ 290 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} executeQuery: Read 1 rows, 40.00 B in 0.003242 sec., 308.45157310302284 rows/sec., 12.05 KiB/sec. 2025.11.20 17:28:22.189707 [ 290 ] {cbb85a02-0cd6-4e1c-b3ca-4261d8bb2d1c} TCPHandler: Processed in 0.003627408 sec. 2025.11.20 17:28:22.189790 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189820 [ 290 ] {} TCP-Session: f2b1f380-90c5-468f-9f47-7d012e9b65ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189823 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189835 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189853 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189870 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189889 [ 354 ] {} TCP-Session: 151b543e-6c2f-4afb-95ad-8e8a4f961435 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189897 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189923 [ 289 ] {} TCP-Session: 7c38e2c4-ac32-47cb-812b-fd079fecbe9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189930 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189957 [ 351 ] {} TCP-Session: d2ae996d-12d9-4b44-ad12-5e15d2b1df12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189985 [ 288 ] {} TCP-Session: 26b4cfb6-d8c9-4175-a374-77a91b6b3627 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189916 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.189912 [ 352 ] {} TCP-Session: 70604979-ea71-4932-b413-dcc0bed3b2ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189885 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:28:22.190053 [ 353 ] {} TCP-Session: cc362744-dbe5-40aa-8117-2047509ca3dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.189873 [ 350 ] {} TCP-Session: c1c92dfd-e3f1-4334-b735-bf6f09340b5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.190087 [ 286 ] {} TCP-Session: eff8f546-521a-45aa-ab0b-f80e391e08b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:28:22.312263 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:22.312451 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:22.312520 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:22.313232 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:22.313286 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:22.313690 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.11.20 17:28:22.313916 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:22.314071 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} executeQuery: Read 56 rows, 4.41 KiB in 0.001669 sec., 33553.0257639305 rows/sec., 2.58 MiB/sec. 2025.11.20 17:28:22.314114 [ 260 ] {2ccc435f-cdda-4350-9c9a-041bb58f2577} TCPHandler: Processed in 0.001984737 sec. 2025.11.20 17:28:22.314232 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:22.314331 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:22.314373 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:22.314801 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:22.314838 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:22.315153 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.11.20 17:28:22.315393 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:22.315530 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} executeQuery: Read 64 rows, 5.12 KiB in 0.00122 sec., 52459.016393442624 rows/sec., 4.09 MiB/sec. 2025.11.20 17:28:22.315569 [ 260 ] {9d322a6d-cb43-47a9-bf5e-1cad4701b0c1} TCPHandler: Processed in 0.001388276 sec. 2025.11.20 17:28:22.315651 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.315700 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:22.315711 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.315834 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:22.315898 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:22.316448 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:22.316497 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:22.316973 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.11.20 17:28:22.317323 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:22.317481 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. 2025.11.20 17:28:22.317526 [ 260 ] {0bfd21b2-2578-42fa-8b2f-6b462cbe6bda} TCPHandler: Processed in 0.001890306 sec. 2025.11.20 17:28:22.317596 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.317642 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:22.317646 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.317750 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:22.317800 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:22.318166 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:22.318203 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:22.318570 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} MergedBlockOutputStream: filled checksums all_144_144_0 (state Temporary) 2025.11.20 17:28:22.318851 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_144_144_0 to all_144_144_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:22.318993 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} executeQuery: Read 60 rows, 4.14 KiB in 0.001268 sec., 47318.6119873817 rows/sec., 3.19 MiB/sec. 2025.11.20 17:28:22.319032 [ 260 ] {6f671c2c-8b6e-4c11-9191-0a40ba42a81f} TCPHandler: Processed in 0.001440187 sec. 2025.11.20 17:28:22.319075 [ 217 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.319139 [ 217 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.320248 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.321074 [ 222 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:22.322657 [ 217 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:23.319351 [ 221 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:23.319433 [ 221 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:23.322845 [ 221 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:23.722905 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 42656 2025.11.20 17:28:23.723451 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:23.723491 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:23.723966 [ 245 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:28:23.724212 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:23.724349 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 42656 2025.11.20 17:28:25.921045 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 670 2025.11.20 17:28:25.939439 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:25.939493 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:25.950563 [ 244 ] {} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.11.20 17:28:25.951720 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:25.957584 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 670 2025.11.20 17:28:26.368545 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2358 2025.11.20 17:28:26.371110 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:26.371159 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:26.372383 [ 243 ] {} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:28:26.372643 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:26.372941 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2358 2025.11.20 17:28:27.326308 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.326482 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.326546 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:28:27.327370 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.327406 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.327826 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:28:27.328048 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.328197 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} executeQuery: Read 410 rows, 26.63 KiB in 0.001762 sec., 232690.1248581158 rows/sec., 14.76 MiB/sec. 2025.11.20 17:28:27.328240 [ 260 ] {cdbbce16-c6c8-496e-a6a9-cae4441aac9d} TCPHandler: Processed in 0.002066529 sec. 2025.11.20 17:28:27.328360 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.328460 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:27.328501 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:27.329813 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.329849 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.330224 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.11.20 17:28:27.330444 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.330569 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} executeQuery: Read 1192 rows, 97.51 KiB in 0.002129 sec., 559887.271019258 rows/sec., 44.73 MiB/sec. 2025.11.20 17:28:27.330606 [ 260 ] {fbf5736f-ed28-4110-8cdd-586b535eccc4} TCPHandler: Processed in 0.002297413 sec. 2025.11.20 17:28:27.330721 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.330816 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.330855 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:28:27.331395 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.331430 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.331739 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:28:27.331943 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.332068 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} executeQuery: Read 245 rows, 15.32 KiB in 0.00127 sec., 192913.38582677164 rows/sec., 11.78 MiB/sec. 2025.11.20 17:28:27.332106 [ 260 ] {12fd6f57-16c7-4c4d-9b3f-83f52504731a} TCPHandler: Processed in 0.001433537 sec. 2025.11.20 17:28:27.332115 [ 217 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:27.332202 [ 217 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:27.332224 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.332322 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.332361 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:28:27.332880 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.332918 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.333269 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:28:27.333475 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.333604 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} executeQuery: Read 212 rows, 14.00 KiB in 0.0013 sec., 163076.9230769231 rows/sec., 10.52 MiB/sec. 2025.11.20 17:28:27.333644 [ 260 ] {c9c16d0d-1342-456f-bff9-ee0d34b73bd9} TCPHandler: Processed in 0.001470048 sec. 2025.11.20 17:28:27.333755 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.333848 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.333887 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:28:27.334403 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.334441 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.334755 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:28:27.334960 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.335088 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} executeQuery: Read 211 rows, 12.27 KiB in 0.001258 sec., 167726.55007949125 rows/sec., 9.52 MiB/sec. 2025.11.20 17:28:27.335127 [ 260 ] {881da72b-7917-4993-a3b5-95a922b24ac6} TCPHandler: Processed in 0.001421457 sec. 2025.11.20 17:28:27.335259 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.335352 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:27.335391 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:27.336041 [ 217 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:28:27.336202 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.336241 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.336585 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.11.20 17:28:27.336800 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.336924 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} executeQuery: Read 719 rows, 51.67 KiB in 0.001589 sec., 452485.8401510384 rows/sec., 31.76 MiB/sec. 2025.11.20 17:28:27.336963 [ 260 ] {dfa10f30-68a8-4e48-acb8-424ee6351add} TCPHandler: Processed in 0.001751562 sec. 2025.11.20 17:28:27.337087 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.337182 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:28:27.337223 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:28:27.337564 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.337599 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.337918 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.11.20 17:28:27.338120 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.338223 [ 72 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 2025.11.20 17:28:27.338249 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} executeQuery: Read 6 rows, 321.00 B in 0.001085 sec., 5529.953917050691 rows/sec., 288.92 KiB/sec. 2025.11.20 17:28:27.338262 [ 72 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.338282 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.338287 [ 260 ] {96f58e12-6e57-434a-b4f3-8e698bfa22b8} TCPHandler: Processed in 0.001253903 sec. 2025.11.20 17:28:27.338408 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.338415 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full 2025.11.20 17:28:27.338503 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.338551 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:27.338592 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:27.338638 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 300 rows starting from the beginning of the part 2025.11.20 17:28:27.338714 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part 2025.11.20 17:28:27.338770 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part 2025.11.20 17:28:27.338820 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 12 rows starting from the beginning of the part 2025.11.20 17:28:27.338866 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part 2025.11.20 17:28:27.338913 [ 194 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 6 rows starting from the beginning of the part 2025.11.20 17:28:27.339020 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.339059 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.339429 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.11.20 17:28:27.339660 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.339793 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} executeQuery: Read 314 rows, 21.12 KiB in 0.001307 sec., 240244.83550114767 rows/sec., 15.78 MiB/sec. 2025.11.20 17:28:27.339803 [ 70 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_140_30 to all_145_145_0 2025.11.20 17:28:27.339830 [ 260 ] {98ed58e8-7486-48ab-a9e0-3b684c431d7f} TCPHandler: Processed in 0.001475038 sec. 2025.11.20 17:28:27.339848 [ 70 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.339848 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 4 columns (4 merged, 0 gathered) in 0.001501838 sec., 223725.8612446882 rows/sec., 11.41 MiB/sec. 2025.11.20 17:28:27.339877 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.339942 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.339955 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_140_30 to all_145_145_0 into Compact with storage Full 2025.11.20 17:28:27.340017 [ 196 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) 2025.11.20 17:28:27.340043 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.340068 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:27.340085 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:28:27.340103 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTreeSequentialSource: Reading 7 marks from part all_1_140_30, total 44571 rows starting from the beginning of the part 2025.11.20 17:28:27.340172 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTreeSequentialSource: Reading 2 marks from part all_141_141_0, total 128 rows starting from the beginning of the part 2025.11.20 17:28:27.340245 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:27.340313 [ 196 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.340325 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 314 rows starting from the beginning of the part 2025.11.20 17:28:27.340386 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:27.340389 [ 196 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_55_11} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 2025.11.20 17:28:27.340413 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.340433 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 314 rows starting from the beginning of the part 2025.11.20 17:28:27.340451 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.340496 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.11.20 17:28:27.340780 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:28:27.340993 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.341101 [ 70 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_52_11 to all_57_57_0 2025.11.20 17:28:27.341124 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. 2025.11.20 17:28:27.341130 [ 70 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.341162 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.341167 [ 260 ] {b8d5e76e-1d91-470e-8d6f-ac2b2fdf2776} TCPHandler: Processed in 0.001271553 sec. 2025.11.20 17:28:27.341244 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_52_11 to all_57_57_0 into Compact with storage Full 2025.11.20 17:28:27.341284 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.341348 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:27.341382 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.341384 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_52_11, total 54 rows starting from the beginning of the part 2025.11.20 17:28:27.341444 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} 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.11.20 17:28:27.341464 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1 rows starting from the beginning of the part 2025.11.20 17:28:27.341510 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 1 rows starting from the beginning of the part 2025.11.20 17:28:27.341550 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 2 rows starting from the beginning of the part 2025.11.20 17:28:27.341586 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1 rows starting from the beginning of the part 2025.11.20 17:28:27.341623 [ 197 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 1 rows starting from the beginning of the part 2025.11.20 17:28:27.342406 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001193543 sec., 50270.49716683856 rows/sec., 3.30 MiB/sec. 2025.11.20 17:28:27.342432 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.342482 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.342588 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} MergedBlockOutputStream: filled checksums all_1_57_12 (state Temporary) 2025.11.20 17:28:27.342906 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_57_12 to all_1_57_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.342981 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_57_12} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_52_11, all_57_57_0] -> all_1_57_12 2025.11.20 17:28:27.343060 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:28:27.343101 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:28:27.343345 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.343486 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} executeQuery: Read 40 rows, 73.40 KiB in 0.002122 sec., 18850.141376060317 rows/sec., 33.78 MiB/sec. 2025.11.20 17:28:27.343542 [ 260 ] {9a974469-89e3-47bd-b4c5-f384d66d0889} TCPHandler: Processed in 0.002306073 sec. 2025.11.20 17:28:27.343655 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:27.343750 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:27.343792 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:27.344140 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:27.344176 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:27.344485 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} MergedBlockOutputStream: filled checksums all_145_145_0 (state Temporary) 2025.11.20 17:28:27.344695 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_145_145_0 to all_145_145_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.344821 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} executeQuery: Read 104 rows, 6.53 KiB in 0.00109 sec., 95412.84403669725 rows/sec., 5.85 MiB/sec. 2025.11.20 17:28:27.344858 [ 260 ] {c3238009-b3af-425f-bcf9-490b77031f8e} TCPHandler: Processed in 0.001251874 sec. 2025.11.20 17:28:27.348160 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergeTask::MergeProjectionsStage: Merge sorted 45647 rows, containing 5 columns (5 merged, 0 gathered) in 0.008239175 sec., 5540239.162294769 rows/sec., 373.21 MiB/sec. 2025.11.20 17:28:27.348719 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} MergedBlockOutputStream: filled checksums all_1_145_31 (state Temporary) 2025.11.20 17:28:27.349004 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_145_31 to all_1_145_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:27.349077 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_145_31} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_140_30, all_145_145_0] -> all_1_145_31 2025.11.20 17:28:27.349158 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.11.20 17:28:31.019596 [ 67 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:28:31.019687 [ 67 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:28:31.224501 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 43168 2025.11.20 17:28:31.225038 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:31.225088 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:31.225574 [ 245 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:28:31.225806 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:31.225959 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43168 2025.11.20 17:28:31.226074 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:28:31.226138 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:28:31.228589 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:28:31.717623 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:28:31.717699 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:28:31.721426 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:28:32.000193 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 381.79 MiB, peak 402.45 MiB, free memory in arenas 0.00 B, will set to 385.78 MiB (RSS), difference: 3.98 MiB 2025.11.20 17:28:32.311295 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:32.311451 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:32.311519 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:32.312235 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.312283 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.312688 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.11.20 17:28:32.312916 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.313069 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} executeQuery: Read 56 rows, 4.41 KiB in 0.001664 sec., 33653.846153846156 rows/sec., 2.59 MiB/sec. 2025.11.20 17:28:32.313112 [ 260 ] {424a4b5b-784a-4cab-a586-db828d39724a} TCPHandler: Processed in 0.001941087 sec. 2025.11.20 17:28:32.313106 [ 63 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.11.20 17:28:32.313213 [ 63 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.313230 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:32.313252 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.313334 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:32.313379 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:32.313430 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.11.20 17:28:32.313601 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:32.313638 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 2463 rows starting from the beginning of the part 2025.11.20 17:28:32.313715 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:32.313769 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:28:32.313801 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.313819 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:32.313845 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.313875 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:28:32.313926 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:32.314195 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.11.20 17:28:32.314467 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.314603 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} executeQuery: Read 64 rows, 5.12 KiB in 0.001288 sec., 49689.44099378882 rows/sec., 3.88 MiB/sec. 2025.11.20 17:28:32.314613 [ 63 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.11.20 17:28:32.314646 [ 260 ] {4bb5e9a0-841d-42ba-bf67-9a07493df3a5} TCPHandler: Processed in 0.001465327 sec. 2025.11.20 17:28:32.314655 [ 63 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.314685 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.314778 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:32.314791 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.11.20 17:28:32.314880 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:32.314928 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:32.314936 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:32.314974 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_1_141_28, total 1249 rows starting from the beginning of the part 2025.11.20 17:28:32.315040 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:32.315086 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 719 rows starting from the beginning of the part 2025.11.20 17:28:32.315130 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:32.315171 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 719 rows starting from the beginning of the part 2025.11.20 17:28:32.315211 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:32.315358 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.315398 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.315765 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.11.20 17:28:32.315816 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 5015 rows, containing 5 columns (5 merged, 0 gathered) in 0.002457386 sec., 2040786.4291568357 rows/sec., 172.55 MiB/sec. 2025.11.20 17:28:32.315999 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.316094 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.11.20 17:28:32.316146 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2025.11.20 17:28:32.316191 [ 260 ] {f58276b1-5a2e-4412-9d00-3ccb3c656d83} TCPHandler: Processed in 0.001461597 sec. 2025.11.20 17:28:32.316307 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:32.316383 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.316407 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:32.316442 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 2879 rows, containing 5 columns (5 merged, 0 gathered) in 0.001707952 sec., 1685644.5614396657 rows/sec., 127.07 MiB/sec. 2025.11.20 17:28:32.316457 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_146_29} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.11.20 17:28:32.316453 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:32.316543 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.11.20 17:28:32.316650 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.11.20 17:28:32.316833 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.316877 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.316919 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.316995 [ 199 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_146_29} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.11.20 17:28:32.317083 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.11.20 17:28:32.317207 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} MergedBlockOutputStream: filled checksums all_146_146_0 (state Temporary) 2025.11.20 17:28:32.317419 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_146_146_0 to all_146_146_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.317547 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} executeQuery: Read 60 rows, 4.14 KiB in 0.001157 sec., 51858.254105445114 rows/sec., 3.49 MiB/sec. 2025.11.20 17:28:32.317564 [ 62 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_141_28 to all_146_146_0 2025.11.20 17:28:32.317584 [ 260 ] {c2d3394b-76f7-4053-8c97-35d8ac880987} TCPHandler: Processed in 0.001325505 sec. 2025.11.20 17:28:32.317613 [ 62 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:32.317638 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:32.317722 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTask::PrepareStage: Merging 6 parts: from all_1_141_28 to all_146_146_0 into Compact with storage Full 2025.11.20 17:28:32.317847 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:32.317878 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTreeSequentialSource: Reading 3 marks from part all_1_141_28, total 9876 rows starting from the beginning of the part 2025.11.20 17:28:32.317937 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_142_142_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:32.317982 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_143_143_0, total 104 rows starting from the beginning of the part 2025.11.20 17:28:32.318026 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_144_144_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:32.318067 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_145_145_0, total 104 rows starting from the beginning of the part 2025.11.20 17:28:32.318107 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:32.320428 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergeTask::MergeProjectionsStage: Merge sorted 10264 rows, containing 4 columns (4 merged, 0 gathered) in 0.002742061 sec., 3743169.827367079 rows/sec., 239.21 MiB/sec. 2025.11.20 17:28:32.320679 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} MergedBlockOutputStream: filled checksums all_1_146_29 (state Temporary) 2025.11.20 17:28:32.320949 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_146_29 to all_1_146_29 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:32.321021 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_146_29} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_141_28, all_146_146_0] -> all_1_146_29 2025.11.20 17:28:32.321094 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. 2025.11.20 17:28:32.673153 [ 217 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:32.673221 [ 217 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:32.676219 [ 217 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:33.457665 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 678 2025.11.20 17:28:33.474798 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:33.474852 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:33.481097 [ 244 ] {} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.11.20 17:28:33.481822 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:33.484826 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 678 2025.11.20 17:28:34.328143 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.328323 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.328389 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:28:34.329202 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.329247 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.329659 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:28:34.329897 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.330046 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} executeQuery: Read 410 rows, 26.63 KiB in 0.001772 sec., 231376.97516930025 rows/sec., 14.68 MiB/sec. 2025.11.20 17:28:34.330088 [ 260 ] {3a8f4a7a-f803-4e8f-958d-16397caa456e} TCPHandler: Processed in 0.002080429 sec. 2025.11.20 17:28:34.330206 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.330300 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:28:34.330340 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:28:34.330735 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.330769 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.331060 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.11.20 17:28:34.331272 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.331398 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} executeQuery: Read 12 rows, 1002.00 B in 0.001117 sec., 10743.061772605193 rows/sec., 876.02 KiB/sec. 2025.11.20 17:28:34.331436 [ 260 ] {462cc481-35f6-448d-bff3-b04dceaa8722} TCPHandler: Processed in 0.001279244 sec. 2025.11.20 17:28:34.331542 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.331636 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:34.331676 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:34.333192 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.333227 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.333782 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.11.20 17:28:34.333996 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.334126 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} executeQuery: Read 2338 rows, 194.51 KiB in 0.002507 sec., 932588.7514958117 rows/sec., 75.77 MiB/sec. 2025.11.20 17:28:34.334167 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:28:34.334180 [ 260 ] {83cca911-b009-4c0c-a846-a4695d8b6dd4} TCPHandler: Processed in 0.002686491 sec. 2025.11.20 17:28:34.334282 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.334381 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.334420 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:28:34.334904 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.335059 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.335387 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:28:34.335602 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.335702 [ 60 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_88_18 to all_93_93_0 2025.11.20 17:28:34.335729 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} executeQuery: Read 257 rows, 16.16 KiB in 0.001365 sec., 188278.3882783883 rows/sec., 11.56 MiB/sec. 2025.11.20 17:28:34.335753 [ 60 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.335769 [ 260 ] {04f46b61-a7b9-49f4-a6f7-4dcfc96ae3db} TCPHandler: Processed in 0.001535759 sec. 2025.11.20 17:28:34.335776 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.335878 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.335895 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_88_18 to all_93_93_0 into Compact with storage Full 2025.11.20 17:28:34.335972 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.336016 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:28:34.336049 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:34.336096 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_88_18, total 277 rows starting from the beginning of the part 2025.11.20 17:28:34.336170 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:34.336224 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 251 rows starting from the beginning of the part 2025.11.20 17:28:34.336276 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 245 rows starting from the beginning of the part 2025.11.20 17:28:34.336326 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 245 rows starting from the beginning of the part 2025.11.20 17:28:34.336373 [ 199 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 257 rows starting from the beginning of the part 2025.11.20 17:28:34.336546 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.336589 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.336954 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:28:34.337179 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.337304 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} executeQuery: Read 440 rows, 29.81 KiB in 0.00135 sec., 325925.9259259259 rows/sec., 21.56 MiB/sec. 2025.11.20 17:28:34.337342 [ 260 ] {38552cbc-f337-4c99-9212-a9cf10119b19} TCPHandler: Processed in 0.001512598 sec. 2025.11.20 17:28:34.337360 [ 191 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergeTask::MergeProjectionsStage: Merge sorted 1315 rows, containing 5 columns (5 merged, 0 gathered) in 0.001521039 sec., 864540.6199315073 rows/sec., 56.74 MiB/sec. 2025.11.20 17:28:34.337449 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.337520 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} MergedBlockOutputStream: filled checksums all_1_93_19 (state Temporary) 2025.11.20 17:28:34.337550 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.337594 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:28:34.337828 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_93_19 to all_1_93_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.337913 [ 187 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_93_19} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_88_18, all_93_93_0] -> all_1_93_19 2025.11.20 17:28:34.337991 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.11.20 17:28:34.338053 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.338093 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.338410 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:28:34.338620 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.338746 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} executeQuery: Read 211 rows, 12.27 KiB in 0.001214 sec., 173805.60131795716 rows/sec., 9.87 MiB/sec. 2025.11.20 17:28:34.338784 [ 260 ] {30252721-2d2e-45ea-94f7-b7f3de8847b2} TCPHandler: Processed in 0.001383256 sec. 2025.11.20 17:28:34.338884 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.338976 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:34.339015 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:34.339878 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.339911 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.340277 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.11.20 17:28:34.340490 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.340617 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} executeQuery: Read 1187 rows, 86.94 KiB in 0.001657 sec., 716354.8581774291 rows/sec., 51.24 MiB/sec. 2025.11.20 17:28:34.340653 [ 260 ] {4a46b0e0-ba9a-45f1-81b5-2c57a346c9c8} TCPHandler: Processed in 0.001817425 sec. 2025.11.20 17:28:34.340763 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.340856 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:28:34.340897 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:28:34.341221 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.341254 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.341579 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.11.20 17:28:34.341786 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.341910 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} executeQuery: Read 6 rows, 321.00 B in 0.001072 sec., 5597.014925373134 rows/sec., 292.42 KiB/sec. 2025.11.20 17:28:34.341947 [ 260 ] {310ab4cc-eb64-4fa6-abaf-e8e2d19b1bd9} TCPHandler: Processed in 0.001232823 sec. 2025.11.20 17:28:34.342047 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.342140 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.342181 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:34.342814 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.342847 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.343239 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.11.20 17:28:34.343455 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.343582 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} executeQuery: Read 908 rows, 61.46 KiB in 0.00146 sec., 621917.8082191781 rows/sec., 41.11 MiB/sec. 2025.11.20 17:28:34.343618 [ 260 ] {22dacde3-7a8e-43eb-b3b3-344f849a0b16} TCPHandler: Processed in 0.00161934 sec. 2025.11.20 17:28:34.343716 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.343809 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.343851 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:28:34.344160 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.344195 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.344492 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:28:34.344705 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.344833 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} executeQuery: Read 1 rows, 69.00 B in 0.001041 sec., 960.6147934678194 rows/sec., 64.73 KiB/sec. 2025.11.20 17:28:34.344869 [ 260 ] {7608bc22-dc8b-49b4-9078-37ca11b187f9} TCPHandler: Processed in 0.001200103 sec. 2025.11.20 17:28:34.344966 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.345058 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.345111 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} 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.11.20 17:28:34.345999 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.346033 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.346592 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:28:34.346839 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.346974 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} executeQuery: Read 40 rows, 73.40 KiB in 0.001932 sec., 20703.933747412008 rows/sec., 37.10 MiB/sec. 2025.11.20 17:28:34.347028 [ 260 ] {07d3f5ca-f7f8-4cb8-a535-750866f20682} TCPHandler: Processed in 0.002109719 sec. 2025.11.20 17:28:34.347133 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:34.347227 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:34.347266 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:34.347599 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:34.347632 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:34.347939 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} MergedBlockOutputStream: filled checksums all_147_147_0 (state Temporary) 2025.11.20 17:28:34.348150 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_147_147_0 to all_147_147_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:34.348273 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} executeQuery: Read 68 rows, 4.04 KiB in 0.001065 sec., 63849.765258215964 rows/sec., 3.71 MiB/sec. 2025.11.20 17:28:34.348309 [ 260 ] {738f09ac-580e-4488-8faf-5239dda9c9fb} TCPHandler: Processed in 0.001225143 sec. 2025.11.20 17:28:36.373210 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2412 2025.11.20 17:28:36.376080 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:36.376131 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:36.377373 [ 243 ] {} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:28:36.377653 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:36.378023 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2412 2025.11.20 17:28:37.265603 [ 221 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Found 6 old parts to remove. Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:37.265663 [ 221 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from filesystem (serially): Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:37.268178 [ 221 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from memory: Parts: [all_1_11_2, all_12_12_0, all_13_13_0, all_14_14_0, all_15_15_0, all_16_16_0] 2025.11.20 17:28:37.308778 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:37.308973 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:37.309043 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:37.309748 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:37.309794 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:37.310172 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.11.20 17:28:37.310393 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:37.310547 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} executeQuery: Read 56 rows, 4.41 KiB in 0.001626 sec., 34440.34440344403 rows/sec., 2.65 MiB/sec. 2025.11.20 17:28:37.310597 [ 260 ] {ec275d08-b634-4fb1-948b-1583145869f3} TCPHandler: Processed in 0.001951006 sec. 2025.11.20 17:28:37.310717 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:37.310815 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:37.310857 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:37.311290 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:37.311327 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:37.311643 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.11.20 17:28:37.311850 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:37.311978 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} executeQuery: Read 64 rows, 5.12 KiB in 0.001184 sec., 54054.05405405405 rows/sec., 4.22 MiB/sec. 2025.11.20 17:28:37.312016 [ 260 ] {070ce734-d93c-4779-8da1-2952c345e19f} TCPHandler: Processed in 0.001348125 sec. 2025.11.20 17:28:37.312125 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:37.312219 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:37.312262 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:37.312637 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:37.312674 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:37.312986 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.11.20 17:28:37.313188 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:37.313314 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} executeQuery: Read 96 rows, 6.85 KiB in 0.001114 sec., 86175.94254937164 rows/sec., 6.00 MiB/sec. 2025.11.20 17:28:37.313350 [ 260 ] {b5649c5c-4d44-4613-aa92-9a3689718c3f} TCPHandler: Processed in 0.001272224 sec. 2025.11.20 17:28:37.313469 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:37.313561 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:37.313603 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:37.313928 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:37.313962 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:37.314251 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} MergedBlockOutputStream: filled checksums all_148_148_0 (state Temporary) 2025.11.20 17:28:37.314448 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_148_148_0 to all_148_148_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:37.314575 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} executeQuery: Read 36 rows, 2.48 KiB in 0.001032 sec., 34883.72093023256 rows/sec., 2.35 MiB/sec. 2025.11.20 17:28:37.314611 [ 260 ] {8f4545ff-2d1f-4104-a13c-165941bae050} TCPHandler: Processed in 0.001194743 sec. 2025.11.20 17:28:38.726148 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 43616 2025.11.20 17:28:38.726676 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:38.726724 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:38.727204 [ 245 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:28:38.727439 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:38.727570 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 43616 2025.11.20 17:28:38.727612 [ 49 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.11.20 17:28:38.727681 [ 49 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:38.727703 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:38.727849 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.11.20 17:28:38.728004 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:38.728048 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTreeSequentialSource: Reading 6 marks from part all_1_86_17, total 41248 rows starting from the beginning of the part 2025.11.20 17:28:38.728123 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 448 rows starting from the beginning of the part 2025.11.20 17:28:38.728175 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 512 rows starting from the beginning of the part 2025.11.20 17:28:38.728225 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 448 rows starting from the beginning of the part 2025.11.20 17:28:38.728270 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 512 rows starting from the beginning of the part 2025.11.20 17:28:38.728317 [ 191 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 448 rows starting from the beginning of the part 2025.11.20 17:28:38.731064 [ 193 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 43616 rows, containing 4 columns (4 merged, 0 gathered) in 0.003283322 sec., 13284106.767475137 rows/sec., 190.03 MiB/sec. 2025.11.20 17:28:38.731367 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.11.20 17:28:38.731692 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:38.731776 [ 190 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_91_18} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.11.20 17:28:38.731886 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.11.20 17:28:40.984966 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 685 2025.11.20 17:28:41.003844 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:41.003909 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:41.010445 [ 244 ] {} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.11.20 17:28:41.011177 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:41.011529 [ 56 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.11.20 17:28:41.011605 [ 56 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:41.011630 [ 56 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:41.011787 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full 2025.11.20 17:28:41.014482 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 685 2025.11.20 17:28:41.015481 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:41.016997 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 648 rows starting from the beginning of the part 2025.11.20 17:28:41.021663 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 7 rows starting from the beginning of the part 2025.11.20 17:28:41.026198 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 8 rows starting from the beginning of the part 2025.11.20 17:28:41.030770 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 7 rows starting from the beginning of the part 2025.11.20 17:28:41.035582 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 8 rows starting from the beginning of the part 2025.11.20 17:28:41.040300 [ 187 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 7 rows starting from the beginning of the part 2025.11.20 17:28:41.109360 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 685 rows, containing 679 columns (679 merged, 0 gathered) in 0.097646323 sec., 7015.113103644467 rows/sec., 36.27 MiB/sec. 2025.11.20 17:28:41.112436 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.11.20 17:28:41.114389 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:41.114493 [ 189 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_91_18} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.11.20 17:28:41.116742 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.11.20 17:28:42.000156 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.85 MiB, peak 404.27 MiB, free memory in arenas 0.00 B, will set to 385.79 MiB (RSS), difference: -1.06 MiB 2025.11.20 17:28:42.312924 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:42.313111 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:42.313182 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:42.313908 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:42.313954 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:42.314331 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.11.20 17:28:42.314555 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:42.314705 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} executeQuery: Read 56 rows, 4.41 KiB in 0.001645 sec., 34042.553191489365 rows/sec., 2.62 MiB/sec. 2025.11.20 17:28:42.314746 [ 260 ] {ac8f8e0b-f2eb-451a-8036-f88a7c2563b5} TCPHandler: Processed in 0.001976086 sec. 2025.11.20 17:28:42.314876 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:42.314969 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:42.315008 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:42.315420 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:42.315456 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:42.315743 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.11.20 17:28:42.315952 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:42.316077 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} executeQuery: Read 64 rows, 5.12 KiB in 0.001127 sec., 56787.93256433008 rows/sec., 4.43 MiB/sec. 2025.11.20 17:28:42.316115 [ 260 ] {5b9be77f-0a6a-4be2-ae9b-e9d2cb05e991} TCPHandler: Processed in 0.001285754 sec. 2025.11.20 17:28:42.316221 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:42.316313 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:42.316356 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:42.316757 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:42.316792 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:42.317105 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.11.20 17:28:42.317310 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:42.317434 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001139 sec., 140474.1000877963 rows/sec., 9.78 MiB/sec. 2025.11.20 17:28:42.317470 [ 260 ] {d54f7129-a32d-49ab-a2fd-1328da6291fc} TCPHandler: Processed in 0.001295395 sec. 2025.11.20 17:28:42.317574 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:42.317665 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:42.317707 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:42.318033 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:42.318068 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:42.318361 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} MergedBlockOutputStream: filled checksums all_149_149_0 (state Temporary) 2025.11.20 17:28:42.318572 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_149_149_0 to all_149_149_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:42.318695 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.11.20 17:28:42.318730 [ 260 ] {cf9889c8-b93d-47e6-bc11-5e7451cb01a4} TCPHandler: Processed in 0.001202612 sec. 2025.11.20 17:28:45.213903 [ 51 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0 2025.11.20 17:28:45.213989 [ 51 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:45.214015 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:45.214131 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full 2025.11.20 17:28:45.214258 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:45.214293 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 223 rows starting from the beginning of the part 2025.11.20 17:28:45.214358 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 211 rows starting from the beginning of the part 2025.11.20 17:28:45.214405 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 211 rows starting from the beginning of the part 2025.11.20 17:28:45.214447 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 211 rows starting from the beginning of the part 2025.11.20 17:28:45.214490 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 211 rows starting from the beginning of the part 2025.11.20 17:28:45.215368 [ 188 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergeTask::MergeProjectionsStage: Merge sorted 1067 rows, containing 5 columns (5 merged, 0 gathered) in 0.001284834 sec., 830457.475440407 rows/sec., 50.51 MiB/sec. 2025.11.20 17:28:45.215519 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) 2025.11.20 17:28:45.215764 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:45.215831 [ 201 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_61_13} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13 2025.11.20 17:28:45.215899 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.11.20 17:28:45.763457 [ 51 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0 2025.11.20 17:28:45.763556 [ 51 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:45.763595 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:45.763727 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full 2025.11.20 17:28:45.763870 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:45.763906 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 434 rows starting from the beginning of the part 2025.11.20 17:28:45.763982 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 410 rows starting from the beginning of the part 2025.11.20 17:28:45.764033 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 410 rows starting from the beginning of the part 2025.11.20 17:28:45.764083 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 410 rows starting from the beginning of the part 2025.11.20 17:28:45.764131 [ 200 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 410 rows starting from the beginning of the part 2025.11.20 17:28:45.765251 [ 201 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergeTask::MergeProjectionsStage: Merge sorted 2074 rows, containing 5 columns (5 merged, 0 gathered) in 0.00157426 sec., 1317444.3865689277 rows/sec., 88.90 MiB/sec. 2025.11.20 17:28:45.765410 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) 2025.11.20 17:28:45.765656 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:45.765724 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_61_13} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13 2025.11.20 17:28:45.765798 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.11.20 17:28:46.019740 [ 47 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:28:46.019818 [ 47 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:28:46.228692 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 44128 2025.11.20 17:28:46.229224 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:46.229265 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:46.229735 [ 245 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:28:46.229973 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:46.230105 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44128 2025.11.20 17:28:46.378287 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2428 2025.11.20 17:28:46.380360 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:46.380399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:46.381559 [ 243 ] {} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:28:46.381837 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:46.382053 [ 225 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:28:46.382110 [ 225 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:28:46.382187 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2428 2025.11.20 17:28:46.384920 [ 225 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:28:46.399109 [ 47 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 5 parts from all_1_67_14 to all_71_71_0 2025.11.20 17:28:46.399160 [ 47 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:46.399183 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:46.399297 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_67_14 to all_71_71_0 into Compact with storage Full 2025.11.20 17:28:46.399432 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:46.399466 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_67_14, total 465 rows starting from the beginning of the part 2025.11.20 17:28:46.399530 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 440 rows starting from the beginning of the part 2025.11.20 17:28:46.399575 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 212 rows starting from the beginning of the part 2025.11.20 17:28:46.399618 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 212 rows starting from the beginning of the part 2025.11.20 17:28:46.399655 [ 200 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 440 rows starting from the beginning of the part 2025.11.20 17:28:46.400633 [ 201 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergeTask::MergeProjectionsStage: Merge sorted 1769 rows, containing 5 columns (5 merged, 0 gathered) in 0.001387096 sec., 1275326.293205373 rows/sec., 89.02 MiB/sec. 2025.11.20 17:28:46.400787 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} MergedBlockOutputStream: filled checksums all_1_71_15 (state Temporary) 2025.11.20 17:28:46.401041 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_71_15 to all_1_71_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:46.401109 [ 192 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_71_15} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 5 parts: [all_1_67_14, all_71_71_0] -> all_1_71_15 2025.11.20 17:28:46.401173 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.11.20 17:28:47.061684 [ 217 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.061772 [ 217 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.066060 [ 217 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.325673 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.325863 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.325933 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:28:47.326773 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.326810 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.327198 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:28:47.327421 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.327567 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} executeQuery: Read 410 rows, 26.63 KiB in 0.001756 sec., 233485.1936218679 rows/sec., 14.81 MiB/sec. 2025.11.20 17:28:47.327609 [ 260 ] {e4bb9d92-b126-4082-8211-ff356571cdfb} TCPHandler: Processed in 0.002069919 sec. 2025.11.20 17:28:47.327725 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.327820 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:47.327862 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:47.328824 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.328858 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.329230 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.11.20 17:28:47.329437 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.329563 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} executeQuery: Read 1192 rows, 97.51 KiB in 0.001761 sec., 676888.1317433277 rows/sec., 54.08 MiB/sec. 2025.11.20 17:28:47.329601 [ 260 ] {0260321c-df9e-4cec-8185-9866c6a6713e} TCPHandler: Processed in 0.001926936 sec. 2025.11.20 17:28:47.329710 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.329804 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.329844 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:28:47.330327 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.330361 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.330675 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:28:47.330881 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.331007 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} executeQuery: Read 245 rows, 15.32 KiB in 0.001221 sec., 200655.20065520064 rows/sec., 12.26 MiB/sec. 2025.11.20 17:28:47.331045 [ 260 ] {4e674896-d274-4abc-88b5-6fa5a4982c12} TCPHandler: Processed in 0.001383935 sec. 2025.11.20 17:28:47.331159 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.331253 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.331292 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:28:47.331767 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.331801 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.332103 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:28:47.332310 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.332437 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} executeQuery: Read 212 rows, 14.00 KiB in 0.001202 sec., 176372.71214642265 rows/sec., 11.37 MiB/sec. 2025.11.20 17:28:47.332474 [ 260 ] {60e23f63-7023-4c43-a37a-30523d542b5a} TCPHandler: Processed in 0.001364485 sec. 2025.11.20 17:28:47.332572 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.332665 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.332704 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:28:47.333163 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.333198 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.333491 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:28:47.333698 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.333823 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} executeQuery: Read 211 rows, 12.27 KiB in 0.001175 sec., 179574.46808510637 rows/sec., 10.20 MiB/sec. 2025.11.20 17:28:47.333860 [ 260 ] {31790539-6524-41e1-b29e-424a85eaaaa7} TCPHandler: Processed in 0.001336225 sec. 2025.11.20 17:28:47.333958 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.334053 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:47.334092 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:47.334736 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.334770 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.335100 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.11.20 17:28:47.335315 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.335440 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} executeQuery: Read 719 rows, 51.67 KiB in 0.001405 sec., 511743.7722419929 rows/sec., 35.91 MiB/sec. 2025.11.20 17:28:47.335478 [ 260 ] {9e264535-4458-401d-9203-2e66abbda42b} TCPHandler: Processed in 0.00156846 sec. 2025.11.20 17:28:47.335553 [ 221 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.335587 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.335615 [ 221 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.335694 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:28:47.335741 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:28:47.336072 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.336109 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.336444 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.11.20 17:28:47.336717 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.336843 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} executeQuery: Read 6 rows, 321.00 B in 0.001167 sec., 5141.388174807198 rows/sec., 268.62 KiB/sec. 2025.11.20 17:28:47.336880 [ 260 ] {50f365a1-b11c-4374-a5a3-c0fe733bb764} TCPHandler: Processed in 0.001341965 sec. 2025.11.20 17:28:47.336985 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.337085 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.337129 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:47.337578 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.337615 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.338057 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.11.20 17:28:47.338268 [ 221 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.338339 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.338463 [ 48 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_145_31 to all_150_150_0 2025.11.20 17:28:47.338481 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} executeQuery: Read 314 rows, 21.12 KiB in 0.001415 sec., 221908.12720848055 rows/sec., 14.58 MiB/sec. 2025.11.20 17:28:47.338504 [ 48 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.338524 [ 260 ] {d6328f81-e8c0-4219-813f-b356aa7e2d96} TCPHandler: Processed in 0.00158911 sec. 2025.11.20 17:28:47.338524 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.78 GiB. 2025.11.20 17:28:47.338618 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_145_31 to all_150_150_0 into Compact with storage Full 2025.11.20 17:28:47.338633 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.338691 [ 219 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.338708 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:47.338729 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.338747 [ 219 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.338765 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTreeSequentialSource: Reading 7 marks from part all_1_145_31, total 45647 rows starting from the beginning of the part 2025.11.20 17:28:47.338785 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:28:47.338830 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTreeSequentialSource: Reading 2 marks from part all_146_146_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:47.338878 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 908 rows starting from the beginning of the part 2025.11.20 17:28:47.338918 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 96 rows starting from the beginning of the part 2025.11.20 17:28:47.338960 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 160 rows starting from the beginning of the part 2025.11.20 17:28:47.339000 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 314 rows starting from the beginning of the part 2025.11.20 17:28:47.339101 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.339152 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:47.339576 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:28:47.339843 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.339990 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} executeQuery: Read 1 rows, 69.00 B in 0.001279 sec., 781.8608287724785 rows/sec., 52.68 KiB/sec. 2025.11.20 17:28:47.340031 [ 260 ] {d1370fbf-ea9e-4c29-9de2-8f02975996a5} TCPHandler: Processed in 0.001446617 sec. 2025.11.20 17:28:47.340135 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.340230 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.340287 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} 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.11.20 17:28:47.341169 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.341208 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:47.341785 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:28:47.342023 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.342157 [ 219 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:47.342178 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} executeQuery: Read 40 rows, 73.40 KiB in 0.001966 sec., 20345.87995930824 rows/sec., 36.46 MiB/sec. 2025.11.20 17:28:47.342243 [ 260 ] {ba3b34dd-b9d7-41a2-ace7-0114b0fe61e6} TCPHandler: Processed in 0.002156231 sec. 2025.11.20 17:28:47.342352 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:47.342448 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:47.342490 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:47.342820 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:47.342856 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:47.343169 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} MergedBlockOutputStream: filled checksums all_150_150_0 (state Temporary) 2025.11.20 17:28:47.343379 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_150_150_0 to all_150_150_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.343505 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} executeQuery: Read 104 rows, 6.53 KiB in 0.001076 sec., 96654.2750929368 rows/sec., 5.92 MiB/sec. 2025.11.20 17:28:47.343541 [ 260 ] {ef3c888f-2c76-4a4d-9a67-02cfb6c6432d} TCPHandler: Processed in 0.001238393 sec. 2025.11.20 17:28:47.349521 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergeTask::MergeProjectionsStage: Merge sorted 47285 rows, containing 5 columns (5 merged, 0 gathered) in 0.010937825 sec., 4323071.543017007 rows/sec., 291.15 MiB/sec. 2025.11.20 17:28:47.350092 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} MergedBlockOutputStream: filled checksums all_1_150_32 (state Temporary) 2025.11.20 17:28:47.350449 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_150_32 to all_1_150_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:47.350541 [ 198 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_150_32} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_145_31, all_150_150_0] -> all_1_150_32 2025.11.20 17:28:47.350644 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.51 MiB. 2025.11.20 17:28:48.503807 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:48.503912 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:48.507381 [ 222 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:28:48.514530 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 693 2025.11.20 17:28:48.531655 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:48.531702 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:48.537867 [ 244 ] {} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.11.20 17:28:48.538560 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:48.541642 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 693 2025.11.20 17:28:52.312116 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:52.312326 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:52.312421 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:52.313405 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.313451 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.313841 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.11.20 17:28:52.314065 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.314216 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} executeQuery: Read 56 rows, 4.41 KiB in 0.001956 sec., 28629.856850715747 rows/sec., 2.20 MiB/sec. 2025.11.20 17:28:52.314231 [ 39 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.11.20 17:28:52.314259 [ 260 ] {02ce09bb-1c57-413f-aa06-a429f75976a3} TCPHandler: Processed in 0.002278793 sec. 2025.11.20 17:28:52.314300 [ 39 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.314330 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.314396 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:52.314452 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.11.20 17:28:52.314499 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:52.314546 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:52.314609 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:52.314651 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 2463 rows starting from the beginning of the part 2025.11.20 17:28:52.314722 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 2338 rows starting from the beginning of the part 2025.11.20 17:28:52.314772 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:52.314820 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:52.314863 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:28:52.314910 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 56 rows starting from the beginning of the part 2025.11.20 17:28:52.315036 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.315078 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.315406 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.11.20 17:28:52.315622 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.315754 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} executeQuery: Read 64 rows, 5.12 KiB in 0.001274 sec., 50235.47880690738 rows/sec., 3.92 MiB/sec. 2025.11.20 17:28:52.315765 [ 38 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.11.20 17:28:52.315793 [ 260 ] {5407cb7e-50be-478c-8c98-160eb4ddc3b1} TCPHandler: Processed in 0.001444117 sec. 2025.11.20 17:28:52.315835 [ 38 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.315862 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.315929 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:52.315946 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.11.20 17:28:52.316034 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:52.316055 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:52.316081 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:52.316088 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_1_146_29, total 1249 rows starting from the beginning of the part 2025.11.20 17:28:52.316153 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 1187 rows starting from the beginning of the part 2025.11.20 17:28:52.316197 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:52.316235 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:52.316277 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 719 rows starting from the beginning of the part 2025.11.20 17:28:52.316316 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 64 rows starting from the beginning of the part 2025.11.20 17:28:52.316550 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.316590 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.316954 [ 194 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 6161 rows, containing 5 columns (5 merged, 0 gathered) in 0.002560638 sec., 2406040.9944709092 rows/sec., 204.29 MiB/sec. 2025.11.20 17:28:52.316969 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.11.20 17:28:52.317206 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.11.20 17:28:52.317209 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.317365 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} executeQuery: Read 160 rows, 11.41 KiB in 0.00135 sec., 118518.51851851851 rows/sec., 8.25 MiB/sec. 2025.11.20 17:28:52.317405 [ 260 ] {a76c591b-f28e-4891-ba3a-7f4616f9ca2a} TCPHandler: Processed in 0.001522498 sec. 2025.11.20 17:28:52.317475 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.317490 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 3347 rows, containing 5 columns (5 merged, 0 gathered) in 0.001578 sec., 2121039.290240811 rows/sec., 160.49 MiB/sec. 2025.11.20 17:28:52.317526 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:52.317614 [ 195 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_151_30} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.11.20 17:28:52.317625 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:52.317676 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:52.317683 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.11.20 17:28:52.317744 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2025.11.20 17:28:52.317942 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.318018 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_151_30} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.11.20 17:28:52.318023 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.318066 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.318091 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.11.20 17:28:52.318371 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} MergedBlockOutputStream: filled checksums all_151_151_0 (state Temporary) 2025.11.20 17:28:52.318578 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_151_151_0 to all_151_151_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.318709 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001102 sec., 54446.4609800363 rows/sec., 3.67 MiB/sec. 2025.11.20 17:28:52.318719 [ 39 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_146_29 to all_151_151_0 2025.11.20 17:28:52.318747 [ 260 ] {da6bb0b2-c381-4788-8c8b-8bc64b72b8e5} TCPHandler: Processed in 0.001267714 sec. 2025.11.20 17:28:52.318763 [ 39 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:52.318787 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:52.318894 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTask::PrepareStage: Merging 6 parts: from all_1_146_29 to all_151_151_0 into Compact with storage Full 2025.11.20 17:28:52.319031 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:52.319065 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTreeSequentialSource: Reading 3 marks from part all_1_146_29, total 10264 rows starting from the beginning of the part 2025.11.20 17:28:52.319128 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_147_147_0, total 68 rows starting from the beginning of the part 2025.11.20 17:28:52.319173 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_148_148_0, total 36 rows starting from the beginning of the part 2025.11.20 17:28:52.319212 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_149_149_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:52.319250 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_150_150_0, total 104 rows starting from the beginning of the part 2025.11.20 17:28:52.319292 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 60 rows starting from the beginning of the part 2025.11.20 17:28:52.321847 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergeTask::MergeProjectionsStage: Merge sorted 10592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002998496 sec., 3532437.5953811514 rows/sec., 225.70 MiB/sec. 2025.11.20 17:28:52.322101 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} MergedBlockOutputStream: filled checksums all_1_151_30 (state Temporary) 2025.11.20 17:28:52.322377 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_151_30 to all_1_151_30 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:52.322445 [ 197 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_151_30} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_146_29, all_151_151_0] -> all_1_151_30 2025.11.20 17:28:52.322518 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.10 MiB. 2025.11.20 17:28:53.255830 [ 223 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:53.255909 [ 223 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:53.258565 [ 223 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:28:53.426464 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.11.20 17:28:53.426521 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.11.20 17:28:53.429142 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_20_4, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0] 2025.11.20 17:28:53.730431 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 44576 2025.11.20 17:28:53.730992 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:53.731042 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:53.731542 [ 245 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:28:53.731785 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:53.731918 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 44576 2025.11.20 17:28:56.041886 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 701 2025.11.20 17:28:56.059673 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:56.059734 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:56.065935 [ 244 ] {} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.11.20 17:28:56.066670 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:56.069901 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 701 2025.11.20 17:28:56.382544 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 2458 2025.11.20 17:28:56.385292 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:56.385330 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:56.386543 [ 243 ] {} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:28:56.386808 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:56.387073 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2458 2025.11.20 17:28:57.325372 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.325605 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.325703 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:28:57.326828 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.326877 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.327296 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:28:57.327525 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.327688 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} executeQuery: Read 410 rows, 26.63 KiB in 0.002158 sec., 189990.73215940685 rows/sec., 12.05 MiB/sec. 2025.11.20 17:28:57.327742 [ 260 ] {f34857e0-a9c3-4638-95dc-52c1ad52badb} TCPHandler: Processed in 0.002507217 sec. 2025.11.20 17:28:57.327870 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.327973 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:28:57.328016 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:28:57.329388 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.329425 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.329812 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.11.20 17:28:57.330040 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.330172 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} executeQuery: Read 1192 rows, 97.51 KiB in 0.002222 sec., 536453.6453645364 rows/sec., 42.86 MiB/sec. 2025.11.20 17:28:57.330211 [ 260 ] {5818df16-c848-498b-af8d-f7e8dceb1b2f} TCPHandler: Processed in 0.002392575 sec. 2025.11.20 17:28:57.330334 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.330430 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.330471 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:28:57.331136 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.331176 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.331506 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:28:57.331725 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.331863 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} executeQuery: Read 245 rows, 15.32 KiB in 0.001453 sec., 168616.6551961459 rows/sec., 10.30 MiB/sec. 2025.11.20 17:28:57.331904 [ 260 ] {6cf1a6da-b712-419e-a918-29de5c313fc2} TCPHandler: Processed in 0.00161902 sec. 2025.11.20 17:28:57.332017 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.332116 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.332157 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:28:57.332723 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.332760 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.333067 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:28:57.333282 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.333414 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} executeQuery: Read 212 rows, 14.00 KiB in 0.001319 sec., 160727.8241091736 rows/sec., 10.37 MiB/sec. 2025.11.20 17:28:57.333453 [ 260 ] {9c3059fe-0dac-4f41-b189-61879f71d034} TCPHandler: Processed in 0.001485348 sec. 2025.11.20 17:28:57.333565 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.333661 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.333700 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:28:57.334229 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.334263 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.334570 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:28:57.334788 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.334915 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} executeQuery: Read 211 rows, 12.27 KiB in 0.001273 sec., 165750.1963864886 rows/sec., 9.41 MiB/sec. 2025.11.20 17:28:57.334953 [ 260 ] {aa22c921-0d88-4d76-a054-a18f192d2175} TCPHandler: Processed in 0.001436107 sec. 2025.11.20 17:28:57.335059 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.335153 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:28:57.335192 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:28:57.336019 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.336056 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.336384 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.11.20 17:28:57.336591 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.336718 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} executeQuery: Read 719 rows, 51.67 KiB in 0.001584 sec., 453914.14141414146 rows/sec., 31.86 MiB/sec. 2025.11.20 17:28:57.336756 [ 260 ] {9788b72a-532d-4217-a962-c0e5e508da06} TCPHandler: Processed in 0.001744873 sec. 2025.11.20 17:28:57.336865 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.336958 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:28:57.337001 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:28:57.337331 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.337368 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.337665 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.11.20 17:28:57.337875 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.338001 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} executeQuery: Read 6 rows, 321.00 B in 0.001061 sec., 5655.042412818096 rows/sec., 295.45 KiB/sec. 2025.11.20 17:28:57.338039 [ 260 ] {3682b342-ffed-4d37-8c29-4eacc8113cea} TCPHandler: Processed in 0.001221613 sec. 2025.11.20 17:28:57.338135 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.338228 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.338270 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:28:57.338739 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.338775 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.339099 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.11.20 17:28:57.339302 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.339427 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} executeQuery: Read 314 rows, 21.12 KiB in 0.001217 sec., 258011.5036976171 rows/sec., 16.95 MiB/sec. 2025.11.20 17:28:57.339464 [ 260 ] {9f7e5b19-45b4-40b5-9160-72017178d1d3} TCPHandler: Processed in 0.001376056 sec. 2025.11.20 17:28:57.339561 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.339654 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.339695 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:28:57.339997 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.340031 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.340319 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:28:57.340520 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.340643 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} executeQuery: Read 1 rows, 69.00 B in 0.001008 sec., 992.063492063492 rows/sec., 66.85 KiB/sec. 2025.11.20 17:28:57.340679 [ 260 ] {db061d3c-ab9d-45f6-9fcc-fbeed1620d97} TCPHandler: Processed in 0.001165182 sec. 2025.11.20 17:28:57.340788 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.340892 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.340949 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} 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.11.20 17:28:57.341896 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.341934 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.342517 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:28:57.342746 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.342865 [ 33 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.11.20 17:28:57.342894 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} executeQuery: Read 40 rows, 73.40 KiB in 0.002019 sec., 19811.788013868252 rows/sec., 35.50 MiB/sec. 2025.11.20 17:28:57.342937 [ 33 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.342964 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.342980 [ 260 ] {b342bdb0-4135-49be-8457-f766962a62ed} TCPHandler: Processed in 0.002242412 sec. 2025.11.20 17:28:57.343098 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:28:57.343128 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_12 to all_66_66_0 into Compact with storage Full 2025.11.20 17:28:57.343195 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:28:57.343247 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:28:57.343527 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:28:57.343590 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 2424 rows starting from the beginning of the part 2025.11.20 17:28:57.343605 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:28:57.343647 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:28:57.343718 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:57.343826 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:57.343930 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:57.343985 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} MergedBlockOutputStream: filled checksums all_152_152_0 (state Temporary) 2025.11.20 17:28:57.344034 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:57.344140 [ 194 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 40 rows starting from the beginning of the part 2025.11.20 17:28:57.344213 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_152_152_0 to all_152_152_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.344354 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} executeQuery: Read 104 rows, 6.53 KiB in 0.001177 sec., 88360.23789294816 rows/sec., 5.41 MiB/sec. 2025.11.20 17:28:57.344396 [ 260 ] {4f0eb3db-14aa-4eff-9bce-f4ef0aa503a3} TCPHandler: Processed in 0.001347235 sec. 2025.11.20 17:28:57.353624 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2624 rows, containing 19 columns (19 merged, 0 gathered) in 0.010584489 sec., 247909.93688972606 rows/sec., 444.24 MiB/sec. 2025.11.20 17:28:57.356046 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.11.20 17:28:57.356424 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:28:57.356502 [ 197 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_66_13} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.11.20 17:28:57.356643 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 19.06 MiB. 2025.11.20 17:28:58.000201 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.64 MiB, peak 405.65 MiB, free memory in arenas 0.00 B, will set to 390.31 MiB (RSS), difference: 3.67 MiB 2025.11.20 17:29:01.019891 [ 26 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:29:01.019972 [ 26 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:29:01.232121 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 45088 2025.11.20 17:29:01.232701 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:01.232743 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:29:01.233215 [ 245 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:29:01.233452 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:01.233587 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45088 2025.11.20 17:29:02.312051 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:02.312231 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:02.312298 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:02.312985 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:02.313035 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:29:02.313421 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.11.20 17:29:02.313683 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:02.313847 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} executeQuery: Read 56 rows, 4.41 KiB in 0.001661 sec., 33714.62974111981 rows/sec., 2.59 MiB/sec. 2025.11.20 17:29:02.313895 [ 260 ] {8f55f030-c6fa-4139-aa87-cd3edcd03831} TCPHandler: Processed in 0.001978107 sec. 2025.11.20 17:29:02.314040 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:02.314140 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:02.314181 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:02.314620 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:02.314659 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:29:02.314994 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.11.20 17:29:02.315215 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:02.315350 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2025.11.20 17:29:02.315390 [ 260 ] {68c44438-b60a-45d8-a5ec-92fe919553fd} TCPHandler: Processed in 0.001404217 sec. 2025.11.20 17:29:02.315509 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:02.315607 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:02.315709 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:02.316167 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:02.316204 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:29:02.316541 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.11.20 17:29:02.316754 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:02.316889 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} executeQuery: Read 160 rows, 11.41 KiB in 0.0013 sec., 123076.92307692308 rows/sec., 8.57 MiB/sec. 2025.11.20 17:29:02.316927 [ 260 ] {d9a0d765-af26-44dd-8fe1-09075b9459e8} TCPHandler: Processed in 0.001468007 sec. 2025.11.20 17:29:02.317059 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:02.317153 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:02.317220 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:02.317577 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:02.317612 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.77 GiB. 2025.11.20 17:29:02.317924 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} MergedBlockOutputStream: filled checksums all_153_153_0 (state Temporary) 2025.11.20 17:29:02.318129 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_153_153_0 to all_153_153_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:02.318256 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} executeQuery: Read 60 rows, 4.14 KiB in 0.001122 sec., 53475.93582887701 rows/sec., 3.60 MiB/sec. 2025.11.20 17:29:02.318293 [ 260 ] {bfdf4ae4-f5e5-44f6-a225-c8b5cce74abb} TCPHandler: Processed in 0.001282184 sec. 2025.11.20 17:29:02.636831 [ 217 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:02.636894 [ 217 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:02.639708 [ 217 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:02.971110 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Found 6 old parts to remove. Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2025.11.20 17:29:02.971161 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from filesystem (serially): Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2025.11.20 17:29:02.973568 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from memory: Parts: [all_1_14_3, all_15_15_0, all_16_16_0, all_17_17_0, all_18_18_0, all_19_19_0] 2025.11.20 17:29:03.533881 [ 219 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:03.533951 [ 219 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:03.537107 [ 219 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:03.570000 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 708 2025.11.20 17:29:03.588353 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:03.588418 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:03.594773 [ 244 ] {} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.11.20 17:29:03.595546 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:03.599095 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 708 2025.11.20 17:29:04.332115 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.332289 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.332358 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:29:04.333179 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.333219 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.333623 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:29:04.333874 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.334024 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} executeQuery: Read 410 rows, 26.63 KiB in 0.001782 sec., 230078.56341189676 rows/sec., 14.60 MiB/sec. 2025.11.20 17:29:04.334066 [ 260 ] {13165e1e-2b27-4294-81ae-f0d55792f08d} TCPHandler: Processed in 0.002077799 sec. 2025.11.20 17:29:04.334183 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.334278 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:29:04.334318 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:29:04.334747 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.334789 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.335157 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.11.20 17:29:04.335410 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.335567 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} executeQuery: Read 6 rows, 501.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 374.34 KiB/sec. 2025.11.20 17:29:04.335618 [ 260 ] {f8577d70-5d95-4ae2-a061-c9a48618a48c} TCPHandler: Processed in 0.001484748 sec. 2025.11.20 17:29:04.335744 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.335841 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:04.335882 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:04.337490 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.337525 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.337998 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.11.20 17:29:04.338214 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.338345 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} executeQuery: Read 2337 rows, 194.49 KiB in 0.002523 sec., 926278.2401902496 rows/sec., 75.28 MiB/sec. 2025.11.20 17:29:04.338386 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:29:04.338399 [ 260 ] {8109589f-a9ce-4dbe-8eec-e0bc384c3d0e} TCPHandler: Processed in 0.002704821 sec. 2025.11.20 17:29:04.338497 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.338591 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.338632 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:29:04.339138 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.339172 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.339493 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:29:04.339703 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.339829 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} executeQuery: Read 252 rows, 15.82 KiB in 0.001256 sec., 200636.94267515925 rows/sec., 12.30 MiB/sec. 2025.11.20 17:29:04.339867 [ 260 ] {2d5215ec-8f3b-4b45-b2dc-aa22874eaade} TCPHandler: Processed in 0.001418006 sec. 2025.11.20 17:29:04.339966 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.340060 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.340100 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:29:04.340642 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.340678 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.341001 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:29:04.341240 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.341371 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} executeQuery: Read 440 rows, 29.81 KiB in 0.001328 sec., 331325.3012048193 rows/sec., 21.92 MiB/sec. 2025.11.20 17:29:04.341409 [ 260 ] {5736b73b-d4b5-4d41-adda-2048dad7f34c} TCPHandler: Processed in 0.001492208 sec. 2025.11.20 17:29:04.341515 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.341609 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.341649 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:29:04.342107 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.342144 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.342443 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:29:04.342648 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.342776 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} executeQuery: Read 211 rows, 12.27 KiB in 0.001185 sec., 178059.0717299578 rows/sec., 10.11 MiB/sec. 2025.11.20 17:29:04.342815 [ 260 ] {e402f8dd-22dc-4af7-8dae-de0998ad0857} TCPHandler: Processed in 0.001348586 sec. 2025.11.20 17:29:04.342918 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.343017 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:04.343057 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:04.343998 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.344029 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.344426 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.11.20 17:29:04.344636 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.344766 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} executeQuery: Read 1182 rows, 86.53 KiB in 0.001767 sec., 668930.39049236 rows/sec., 47.82 MiB/sec. 2025.11.20 17:29:04.344804 [ 260 ] {e82e4536-10ad-4fec-9ce8-cf6f6e3a1cde} TCPHandler: Processed in 0.001934776 sec. 2025.11.20 17:29:04.344913 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.345006 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:29:04.345048 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:29:04.345362 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.345397 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.345692 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.11.20 17:29:04.345895 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.346020 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} executeQuery: Read 6 rows, 321.00 B in 0.001032 sec., 5813.9534883720935 rows/sec., 303.76 KiB/sec. 2025.11.20 17:29:04.346057 [ 260 ] {492f87af-5dbd-4c7f-80cc-3e04d504d59a} TCPHandler: Processed in 0.001193763 sec. 2025.11.20 17:29:04.346168 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.346261 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.346303 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:04.346879 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.346913 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.347312 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.11.20 17:29:04.347516 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.347644 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} executeQuery: Read 905 rows, 61.24 KiB in 0.001401 sec., 645967.1663097788 rows/sec., 42.69 MiB/sec. 2025.11.20 17:29:04.347681 [ 260 ] {7ff313d8-0d9c-464b-a629-3ba6d5a89d49} TCPHandler: Processed in 0.001561439 sec. 2025.11.20 17:29:04.347784 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.347877 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.347918 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:29:04.348217 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.348252 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.348539 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:29:04.348740 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.348867 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} executeQuery: Read 1 rows, 69.00 B in 0.001007 sec., 993.0486593843098 rows/sec., 66.91 KiB/sec. 2025.11.20 17:29:04.348903 [ 260 ] {d80900dc-7590-4d2a-8d98-e5707d7c94e8} TCPHandler: Processed in 0.001168242 sec. 2025.11.20 17:29:04.349005 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.349098 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.349151 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} 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.11.20 17:29:04.350033 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.350070 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.350632 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:29:04.350856 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.350997 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} executeQuery: Read 41 rows, 75.23 KiB in 0.001917 sec., 21387.584767866458 rows/sec., 38.33 MiB/sec. 2025.11.20 17:29:04.351052 [ 260 ] {a33f88d8-6947-406a-abbb-d9620798ab41} TCPHandler: Processed in 0.002095939 sec. 2025.11.20 17:29:04.351160 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:04.351254 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:04.351296 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:04.351630 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:04.351666 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:04.352002 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} MergedBlockOutputStream: filled checksums all_154_154_0 (state Temporary) 2025.11.20 17:29:04.352207 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_154_154_0 to all_154_154_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:04.352336 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} executeQuery: Read 68 rows, 4.04 KiB in 0.001099 sec., 61874.4313011829 rows/sec., 3.59 MiB/sec. 2025.11.20 17:29:04.352372 [ 260 ] {e3fd8e40-744a-41ff-8e57-87befd9cdc68} TCPHandler: Processed in 0.001261593 sec. 2025.11.20 17:29:06.388194 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 2512 2025.11.20 17:29:06.391001 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:06.391049 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:06.392295 [ 243 ] {} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:29:06.392574 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:06.392736 [ 123 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:29:06.392778 [ 123 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:06.392800 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:06.392909 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:29:06.392944 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2512 2025.11.20 17:29:06.393422 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:06.393564 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2322 rows starting from the beginning of the part 2025.11.20 17:29:06.393919 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 36 rows starting from the beginning of the part 2025.11.20 17:29:06.394250 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 54 rows starting from the beginning of the part 2025.11.20 17:29:06.394577 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part 2025.11.20 17:29:06.394896 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part 2025.11.20 17:29:06.395221 [ 195 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 54 rows starting from the beginning of the part 2025.11.20 17:29:06.401972 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2512 rows, containing 72 columns (72 merged, 0 gathered) in 0.009106181 sec., 275856.5857630109 rows/sec., 209.75 MiB/sec. 2025.11.20 17:29:06.404259 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:29:06.404928 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:06.405020 [ 189 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_71_14} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:29:06.405407 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. 2025.11.20 17:29:07.308236 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:07.308425 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:07.308490 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:07.309173 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:07.309216 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:07.309615 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.11.20 17:29:07.309845 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:07.309998 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} executeQuery: Read 56 rows, 4.41 KiB in 0.001621 sec., 34546.57618753856 rows/sec., 2.65 MiB/sec. 2025.11.20 17:29:07.310040 [ 260 ] {be202c0c-9d28-4514-aca7-195b25cbe881} TCPHandler: Processed in 0.001930947 sec. 2025.11.20 17:29:07.310155 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:07.310251 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:07.310291 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:07.310739 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:07.310773 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:07.311079 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.11.20 17:29:07.311291 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:07.311417 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} executeQuery: Read 64 rows, 5.12 KiB in 0.001185 sec., 54008.438818565395 rows/sec., 4.22 MiB/sec. 2025.11.20 17:29:07.311455 [ 260 ] {aca2d292-3d2c-4063-8ac1-54639e1641a4} TCPHandler: Processed in 0.001348935 sec. 2025.11.20 17:29:07.311573 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:07.311667 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:07.311710 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:07.312086 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:07.312120 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:07.312436 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.11.20 17:29:07.312658 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:07.312765 [ 156 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 5 parts from all_1_150_32 to all_154_154_0 2025.11.20 17:29:07.312783 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} executeQuery: Read 96 rows, 6.85 KiB in 0.001135 sec., 84581.49779735683 rows/sec., 5.89 MiB/sec. 2025.11.20 17:29:07.312803 [ 156 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:07.312821 [ 260 ] {cb4ef7cc-ec12-408a-a47c-6a60df1db26b} TCPHandler: Processed in 0.001301714 sec. 2025.11.20 17:29:07.312822 [ 156 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:07.312935 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:07.312946 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTask::PrepareStage: Merging 5 parts: from all_1_150_32 to all_154_154_0 into Compact with storage Full 2025.11.20 17:29:07.313028 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:07.313074 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:07.313097 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:07.313138 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTreeSequentialSource: Reading 7 marks from part all_1_150_32, total 47285 rows starting from the beginning of the part 2025.11.20 17:29:07.313206 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTreeSequentialSource: Reading 2 marks from part all_151_151_0, total 160 rows starting from the beginning of the part 2025.11.20 17:29:07.313250 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 314 rows starting from the beginning of the part 2025.11.20 17:29:07.313293 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 160 rows starting from the beginning of the part 2025.11.20 17:29:07.313337 [ 189 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 905 rows starting from the beginning of the part 2025.11.20 17:29:07.313402 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:07.313441 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.27 GiB. 2025.11.20 17:29:07.313788 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} MergedBlockOutputStream: filled checksums all_155_155_0 (state Temporary) 2025.11.20 17:29:07.313996 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_155_155_0 to all_155_155_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:07.314126 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} executeQuery: Read 36 rows, 2.48 KiB in 0.001116 sec., 32258.06451612903 rows/sec., 2.17 MiB/sec. 2025.11.20 17:29:07.314163 [ 260 ] {2e881cdf-4db4-4734-8bca-5a252fb599fa} TCPHandler: Processed in 0.001277454 sec. 2025.11.20 17:29:07.321959 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergeTask::MergeProjectionsStage: Merge sorted 48824 rows, containing 5 columns (5 merged, 0 gathered) in 0.00906643 sec., 5385140.568007474 rows/sec., 362.58 MiB/sec. 2025.11.20 17:29:07.322517 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} MergedBlockOutputStream: filled checksums all_1_154_33 (state Temporary) 2025.11.20 17:29:07.322827 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_154_33 to all_1_154_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:07.322905 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_154_33} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 5 parts: [all_1_150_32, all_154_154_0] -> all_1_154_33 2025.11.20 17:29:07.322980 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. 2025.11.20 17:29:08.734622 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 45536 2025.11.20 17:29:08.735155 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:08.735202 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.26 GiB. 2025.11.20 17:29:08.735705 [ 245 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:29:08.735928 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:08.736064 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 45536 2025.11.20 17:29:08.736235 [ 225 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:29:08.736306 [ 225 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:29:08.739123 [ 225 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:29:10.059574 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:29:10.059684 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:29:10.061771 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:29:11.000258 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 386.41 MiB, peak 405.65 MiB, free memory in arenas 0.00 B, will set to 390.41 MiB (RSS), difference: 4.00 MiB 2025.11.20 17:29:11.099173 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 716 2025.11.20 17:29:11.116233 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:11.116290 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:11.122521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.11.20 17:29:11.123266 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:11.126670 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 716 2025.11.20 17:29:12.146307 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:12.146359 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:12.149607 [ 219 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:12.312384 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:12.312563 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:12.312635 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:12.313289 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.313337 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.313739 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.11.20 17:29:12.313967 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.314126 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} executeQuery: Read 56 rows, 4.41 KiB in 0.001613 sec., 34717.9169249845 rows/sec., 2.67 MiB/sec. 2025.11.20 17:29:12.314157 [ 154 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.11.20 17:29:12.314169 [ 260 ] {a73cdc67-3b51-4a48-ae79-d95a71cf41be} TCPHandler: Processed in 0.001916196 sec. 2025.11.20 17:29:12.314228 [ 154 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.314255 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.314323 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:12.314389 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.11.20 17:29:12.314423 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:12.314473 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:12.314542 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:12.314583 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 2463 rows starting from the beginning of the part 2025.11.20 17:29:12.314654 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 1192 rows starting from the beginning of the part 2025.11.20 17:29:12.314704 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:12.314750 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 2337 rows starting from the beginning of the part 2025.11.20 17:29:12.314792 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:12.314837 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:12.314900 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.314940 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.315269 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.11.20 17:29:12.315500 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.315638 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} executeQuery: Read 64 rows, 5.12 KiB in 0.001235 sec., 51821.86234817814 rows/sec., 4.04 MiB/sec. 2025.11.20 17:29:12.315638 [ 154 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.11.20 17:29:12.315678 [ 260 ] {ddf4f4c5-3740-497a-8b14-e39e420d994f} TCPHandler: Processed in 0.001410636 sec. 2025.11.20 17:29:12.315691 [ 154 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.315718 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.315799 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:12.315805 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.11.20 17:29:12.315902 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:12.315918 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:12.315952 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:12.315952 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_1_151_30, total 1249 rows starting from the beginning of the part 2025.11.20 17:29:12.316041 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 719 rows starting from the beginning of the part 2025.11.20 17:29:12.316091 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:12.316134 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 1182 rows starting from the beginning of the part 2025.11.20 17:29:12.316176 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:12.316220 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:12.316511 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.316553 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.316926 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.11.20 17:29:12.317047 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 6160 rows, containing 5 columns (5 merged, 0 gathered) in 0.002724131 sec., 2261271.5761466688 rows/sec., 192.02 MiB/sec. 2025.11.20 17:29:12.317179 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.317368 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.11.20 17:29:12.317372 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} executeQuery: Read 160 rows, 11.41 KiB in 0.001486 sec., 107671.60161507403 rows/sec., 7.50 MiB/sec. 2025.11.20 17:29:12.317432 [ 260 ] {4fe949bf-3882-44d6-b201-d2ee53972527} TCPHandler: Processed in 0.001682601 sec. 2025.11.20 17:29:12.317475 [ 224 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:12.317508 [ 224 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:12.317555 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 3342 rows, containing 5 columns (5 merged, 0 gathered) in 0.001787553 sec., 1869594.9155074002 rows/sec., 141.44 MiB/sec. 2025.11.20 17:29:12.317715 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.317814 [ 196 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_156_31} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.11.20 17:29:12.317867 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.11.20 17:29:12.317941 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. 2025.11.20 17:29:12.318265 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.318374 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_156_31} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.11.20 17:29:12.318519 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.11.20 17:29:12.319883 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:12.320048 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:12.320106 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:12.320505 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.320542 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.320893 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} MergedBlockOutputStream: filled checksums all_156_156_0 (state Temporary) 2025.11.20 17:29:12.321121 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_156_156_0 to all_156_156_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.321257 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} executeQuery: Read 60 rows, 4.14 KiB in 0.001242 sec., 48309.17874396135 rows/sec., 3.26 MiB/sec. 2025.11.20 17:29:12.321265 [ 154 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_151_30 to all_156_156_0 2025.11.20 17:29:12.321297 [ 260 ] {33959c54-757c-4268-a479-35479b6bf741} TCPHandler: Processed in 0.001497248 sec. 2025.11.20 17:29:12.321309 [ 154 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:12.321340 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:12.321426 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTask::PrepareStage: Merging 6 parts: from all_1_151_30 to all_156_156_0 into Compact with storage Full 2025.11.20 17:29:12.321525 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:12.321555 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTreeSequentialSource: Reading 3 marks from part all_1_151_30, total 10592 rows starting from the beginning of the part 2025.11.20 17:29:12.321611 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_152_152_0, total 104 rows starting from the beginning of the part 2025.11.20 17:29:12.321665 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_153_153_0, total 60 rows starting from the beginning of the part 2025.11.20 17:29:12.321721 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_154_154_0, total 68 rows starting from the beginning of the part 2025.11.20 17:29:12.321764 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 36 rows starting from the beginning of the part 2025.11.20 17:29:12.321804 [ 188 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 60 rows starting from the beginning of the part 2025.11.20 17:29:12.323106 [ 224 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:12.324515 [ 187 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergeTask::MergeProjectionsStage: Merge sorted 10920 rows, containing 4 columns (4 merged, 0 gathered) in 0.003125269 sec., 3494099.2279384593 rows/sec., 223.21 MiB/sec. 2025.11.20 17:29:12.324826 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} MergedBlockOutputStream: filled checksums all_1_156_31 (state Temporary) 2025.11.20 17:29:12.325147 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_156_31 to all_1_156_31 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:12.325232 [ 191 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_156_31} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_151_30, all_156_156_0] -> all_1_156_31 2025.11.20 17:29:12.325336 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.40 MiB. 2025.11.20 17:29:13.194445 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:13.194509 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:13.197557 [ 225 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:13.699042 [ 223 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:13.699094 [ 223 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:13.702311 [ 223 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:16.020049 [ 150 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:29:16.020152 [ 150 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:29:16.236450 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 46048 2025.11.20 17:29:16.236986 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:16.237028 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:16.237502 [ 245 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:29:16.237740 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:16.237877 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46048 2025.11.20 17:29:16.237902 [ 150 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.11.20 17:29:16.237991 [ 150 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:16.238026 [ 150 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:16.238163 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.11.20 17:29:16.238295 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:16.238333 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTreeSequentialSource: Reading 7 marks from part all_1_91_18, total 43616 rows starting from the beginning of the part 2025.11.20 17:29:16.238397 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 512 rows starting from the beginning of the part 2025.11.20 17:29:16.238443 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 448 rows starting from the beginning of the part 2025.11.20 17:29:16.238485 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 512 rows starting from the beginning of the part 2025.11.20 17:29:16.238524 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 448 rows starting from the beginning of the part 2025.11.20 17:29:16.238561 [ 198 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 512 rows starting from the beginning of the part 2025.11.20 17:29:16.241414 [ 187 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 46048 rows, containing 4 columns (4 merged, 0 gathered) in 0.003305753 sec., 13929655.361425975 rows/sec., 199.27 MiB/sec. 2025.11.20 17:29:16.241737 [ 186 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.11.20 17:29:16.242057 [ 186 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:16.242140 [ 186 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_96_19} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.11.20 17:29:16.242241 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.11 MiB. 2025.11.20 17:29:16.393437 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2528 2025.11.20 17:29:16.395604 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:16.395657 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:16.396891 [ 243 ] {} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:29:16.397178 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:16.397565 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2528 2025.11.20 17:29:16.600177 [ 133 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 5 parts from all_1_57_12 to all_61_61_0 2025.11.20 17:29:16.600264 [ 133 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:16.600287 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:16.600393 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_57_12 to all_61_61_0 into Compact with storage Full 2025.11.20 17:29:16.600528 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:16.600572 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_57_12, total 60 rows starting from the beginning of the part 2025.11.20 17:29:16.600653 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:16.600710 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:16.600763 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:16.600812 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:16.601791 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 4 columns (4 merged, 0 gathered) in 0.001443287 sec., 44343.224874886284 rows/sec., 2.91 MiB/sec. 2025.11.20 17:29:16.601932 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} MergedBlockOutputStream: filled checksums all_1_61_13 (state Temporary) 2025.11.20 17:29:16.602213 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_61_13 to all_1_61_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:16.602286 [ 186 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_61_13} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 5 parts: [all_1_57_12, all_61_61_0] -> all_1_61_13 2025.11.20 17:29:16.602377 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.11.20 17:29:17.007042 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.005676346 sec. 2025.11.20 17:29:17.085836 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:29:17.085890 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:29:17.088999 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:29:17.326543 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.326718 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.326784 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:29:17.327590 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.327637 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.328043 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:29:17.328263 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.328414 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} executeQuery: Read 410 rows, 26.63 KiB in 0.001744 sec., 235091.74311926603 rows/sec., 14.91 MiB/sec. 2025.11.20 17:29:17.328458 [ 260 ] {364e010d-2b30-4b6c-ad9d-e9f047e30e05} TCPHandler: Processed in 0.002042148 sec. 2025.11.20 17:29:17.328575 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.328672 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:17.328714 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:17.329748 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.329786 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.330167 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.11.20 17:29:17.330379 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.330509 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} executeQuery: Read 1214 rows, 99.59 KiB in 0.001856 sec., 654094.8275862068 rows/sec., 52.40 MiB/sec. 2025.11.20 17:29:17.330548 [ 260 ] {a579ad56-e8bc-4735-a6bc-36bb34bfb980} TCPHandler: Processed in 0.002023428 sec. 2025.11.20 17:29:17.330650 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.330745 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.330784 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:29:17.331286 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.331323 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.331628 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:29:17.331861 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.331992 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} executeQuery: Read 256 rows, 16.15 KiB in 0.001267 sec., 202052.091554854 rows/sec., 12.45 MiB/sec. 2025.11.20 17:29:17.332031 [ 260 ] {72a3058a-ae3b-4e9b-942f-1c15ea463c08} TCPHandler: Processed in 0.001430677 sec. 2025.11.20 17:29:17.332147 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.332257 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.332305 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:29:17.332880 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.332924 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.333300 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:29:17.333518 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.333650 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} executeQuery: Read 212 rows, 14.00 KiB in 0.001418 sec., 149506.34696755995 rows/sec., 9.64 MiB/sec. 2025.11.20 17:29:17.333689 [ 260 ] {60163914-7a71-490d-8919-1dab80e4e04c} TCPHandler: Processed in 0.001591759 sec. 2025.11.20 17:29:17.333810 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.333933 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.333983 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:29:17.334522 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.334561 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.334892 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:29:17.335113 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.335246 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} executeQuery: Read 211 rows, 12.27 KiB in 0.001338 sec., 157698.0568011958 rows/sec., 8.96 MiB/sec. 2025.11.20 17:29:17.335287 [ 260 ] {edc69859-a99a-4844-ab8b-c4caf862bac2} TCPHandler: Processed in 0.001538389 sec. 2025.11.20 17:29:17.335404 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.335530 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:17.335578 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:17.336359 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.336400 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.336772 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.11.20 17:29:17.336994 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.337128 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} executeQuery: Read 736 rows, 53.06 KiB in 0.001616 sec., 455445.54455445544 rows/sec., 32.07 MiB/sec. 2025.11.20 17:29:17.337171 [ 260 ] {e3d6c9f0-38a0-4816-8d41-ceca546f87c0} TCPHandler: Processed in 0.001817774 sec. 2025.11.20 17:29:17.337291 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.337387 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:29:17.337430 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:29:17.337764 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.337803 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.338116 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.11.20 17:29:17.338336 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.338448 [ 149 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 2025.11.20 17:29:17.338471 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} executeQuery: Read 6 rows, 321.00 B in 0.001101 sec., 5449.591280653951 rows/sec., 284.72 KiB/sec. 2025.11.20 17:29:17.338517 [ 149 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.338527 [ 260 ] {715620f5-4269-478e-aeef-81e17bbebfb4} TCPHandler: Processed in 0.001285794 sec. 2025.11.20 17:29:17.338545 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.338643 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.338646 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full 2025.11.20 17:29:17.338745 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.338785 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:17.338794 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:17.338828 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 336 rows starting from the beginning of the part 2025.11.20 17:29:17.338898 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:17.338943 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:17.338982 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:17.339020 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:17.339060 [ 197 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:17.339269 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.339313 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.339692 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.11.20 17:29:17.339919 [ 186 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergeTask::MergeProjectionsStage: Merge sorted 366 rows, containing 4 columns (4 merged, 0 gathered) in 0.001311785 sec., 279009.1364057372 rows/sec., 14.24 MiB/sec. 2025.11.20 17:29:17.339942 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.340089 [ 201 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) 2025.11.20 17:29:17.340096 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} executeQuery: Read 314 rows, 21.12 KiB in 0.001368 sec., 229532.16374269006 rows/sec., 15.08 MiB/sec. 2025.11.20 17:29:17.340151 [ 260 ] {f62b4d2e-e0bb-4803-b3bf-5f51bd24d276} TCPHandler: Processed in 0.00155692 sec. 2025.11.20 17:29:17.340265 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.340363 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.340395 [ 201 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.340406 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:29:17.340473 [ 201 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_60_12} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 2025.11.20 17:29:17.340545 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.11.20 17:29:17.340737 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.340779 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.341075 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:29:17.341282 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.341415 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2025.11.20 17:29:17.341453 [ 260 ] {04d01912-8d90-40da-b951-9ad7f39f3ca2} TCPHandler: Processed in 0.001236553 sec. 2025.11.20 17:29:17.341555 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.341649 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.341704 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} 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.11.20 17:29:17.342573 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.342611 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.343191 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:29:17.343419 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.343559 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} executeQuery: Read 51 rows, 93.58 KiB in 0.001925 sec., 26493.50649350649 rows/sec., 47.48 MiB/sec. 2025.11.20 17:29:17.343617 [ 260 ] {cb4a5a61-a974-4cb0-86de-a158684467b2} TCPHandler: Processed in 0.00210965 sec. 2025.11.20 17:29:17.343727 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.343822 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.343864 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.20 17:29:17.344185 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.344222 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.345036 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.11.20 17:29:17.345269 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.345395 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} executeQuery: Read 9 rows, 709.00 B in 0.00159 sec., 5660.377358490566 rows/sec., 435.46 KiB/sec. 2025.11.20 17:29:17.345434 [ 260 ] {d611ae46-8afe-4c00-9d23-8a493c7452c7} TCPHandler: Processed in 0.001756473 sec. 2025.11.20 17:29:17.345545 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:17.345645 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:17.345688 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:17.346037 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:17.346075 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:17.346406 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} MergedBlockOutputStream: filled checksums all_157_157_0 (state Temporary) 2025.11.20 17:29:17.346621 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_157_157_0 to all_157_157_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:17.346754 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} executeQuery: Read 104 rows, 6.53 KiB in 0.001128 sec., 92198.58156028368 rows/sec., 5.65 MiB/sec. 2025.11.20 17:29:17.346795 [ 260 ] {5aaee1e7-f34c-44c3-8f71-05cd9bc722de} TCPHandler: Processed in 0.001300284 sec. 2025.11.20 17:29:18.626840 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 723 2025.11.20 17:29:18.644217 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:18.644271 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:18.650420 [ 244 ] {} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.11.20 17:29:18.651152 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:18.651452 [ 147 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.11.20 17:29:18.651523 [ 147 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:18.651546 [ 147 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:18.651723 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full 2025.11.20 17:29:18.654486 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 723 2025.11.20 17:29:18.655931 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:18.657670 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 685 rows starting from the beginning of the part 2025.11.20 17:29:18.663262 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 8 rows starting from the beginning of the part 2025.11.20 17:29:18.668706 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 8 rows starting from the beginning of the part 2025.11.20 17:29:18.673436 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 7 rows starting from the beginning of the part 2025.11.20 17:29:18.678373 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 8 rows starting from the beginning of the part 2025.11.20 17:29:18.682839 [ 194 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 7 rows starting from the beginning of the part 2025.11.20 17:29:18.739576 [ 190 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 679 columns (679 merged, 0 gathered) in 0.087932671 sec., 8222.199914750685 rows/sec., 42.52 MiB/sec. 2025.11.20 17:29:18.742963 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.11.20 17:29:18.745061 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:18.745167 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_96_19} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.11.20 17:29:18.747974 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.11.20 17:29:19.001181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 391.49 MiB, peak 408.92 MiB, free memory in arenas 0.00 B, will set to 390.42 MiB (RSS), difference: -1.07 MiB 2025.11.20 17:29:22.053374 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41703 2025.11.20 17:29:22.053494 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.053526 [ 290 ] {} TCP-Session: 3ea80dc9-8591-4c28-935c-ce9902b08ef0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41703 2025.11.20 17:29:22.053557 [ 290 ] {} TCP-Session: 3ea80dc9-8591-4c28-935c-ce9902b08ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.053576 [ 290 ] {} TCP-Session: 3ea80dc9-8591-4c28-935c-ce9902b08ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.053784 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43889 2025.11.20 17:29:22.053797 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64943 2025.11.20 17:29:22.053825 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46497 2025.11.20 17:29:22.053861 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35492 2025.11.20 17:29:22.053899 [ 290 ] {} TCP-Session: 3ea80dc9-8591-4c28-935c-ce9902b08ef0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.053903 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.053963 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.054010 [ 350 ] {} TCP-Session: 3106d08b-4f7e-4b36-8439-c4494e54faaf Authenticating user 'default' from [fd00:1122:3344:101::e]:43889 2025.11.20 17:29:22.053947 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.054041 [ 288 ] {} TCP-Session: 54316727-59cf-4064-92b8-7b57021e4919 Authenticating user 'default' from [fd00:1122:3344:101::e]:35492 2025.11.20 17:29:22.054051 [ 350 ] {} TCP-Session: 3106d08b-4f7e-4b36-8439-c4494e54faaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054069 [ 352 ] {} TCP-Session: 0c13804d-13ab-4133-996f-0ce4528c35ba Authenticating user 'default' from [fd00:1122:3344:101::e]:46497 2025.11.20 17:29:22.054088 [ 288 ] {} TCP-Session: 54316727-59cf-4064-92b8-7b57021e4919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054088 [ 290 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} executeQuery: (from [fd00:1122:3344:101::e]:41703) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:29:22.054118 [ 288 ] {} TCP-Session: 54316727-59cf-4064-92b8-7b57021e4919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054103 [ 352 ] {} TCP-Session: 0c13804d-13ab-4133-996f-0ce4528c35ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054088 [ 350 ] {} TCP-Session: 3106d08b-4f7e-4b36-8439-c4494e54faaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054182 [ 352 ] {} TCP-Session: 0c13804d-13ab-4133-996f-0ce4528c35ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.053869 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52106 2025.11.20 17:29:22.053847 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64339 2025.11.20 17:29:22.053839 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50273 2025.11.20 17:29:22.054294 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.053831 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43107 2025.11.20 17:29:22.054333 [ 289 ] {} TCP-Session: fd62240d-8100-48a5-b050-43d0582f9ea8 Authenticating user 'default' from [fd00:1122:3344:101::e]:52106 2025.11.20 17:29:22.054353 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.054385 [ 289 ] {} TCP-Session: fd62240d-8100-48a5-b050-43d0582f9ea8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054396 [ 354 ] {} TCP-Session: 9de0859d-985e-43ba-a60a-e83e379702f6 Authenticating user 'default' from [fd00:1122:3344:101::e]:50273 2025.11.20 17:29:22.054407 [ 290 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:29:22.054434 [ 354 ] {} TCP-Session: 9de0859d-985e-43ba-a60a-e83e379702f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054409 [ 289 ] {} TCP-Session: fd62240d-8100-48a5-b050-43d0582f9ea8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054464 [ 354 ] {} TCP-Session: 9de0859d-985e-43ba-a60a-e83e379702f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.053901 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.054486 [ 290 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:29:22.054516 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.054521 [ 351 ] {} TCP-Session: d689bfb5-e8b0-4132-857c-540e76cb07ab Authenticating user 'default' from [fd00:1122:3344:101::e]:64943 2025.11.20 17:29:22.054556 [ 286 ] {} TCP-Session: 51fb4407-1e55-4c45-92c8-ca9ce645f870 Authenticating user 'default' from [fd00:1122:3344:101::e]:64339 2025.11.20 17:29:22.054561 [ 351 ] {} TCP-Session: d689bfb5-e8b0-4132-857c-540e76cb07ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054591 [ 286 ] {} TCP-Session: 51fb4407-1e55-4c45-92c8-ca9ce645f870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054593 [ 351 ] {} TCP-Session: d689bfb5-e8b0-4132-857c-540e76cb07ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054614 [ 286 ] {} TCP-Session: 51fb4407-1e55-4c45-92c8-ca9ce645f870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054712 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.054747 [ 353 ] {} TCP-Session: e2cc42d9-1c3b-44a7-ac87-e95e051e2a18 Authenticating user 'default' from [fd00:1122:3344:101::e]:43107 2025.11.20 17:29:22.054764 [ 353 ] {} TCP-Session: e2cc42d9-1c3b-44a7-ac87-e95e051e2a18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.054812 [ 290 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:29:22.054844 [ 353 ] {} TCP-Session: e2cc42d9-1c3b-44a7-ac87-e95e051e2a18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.055886 [ 313 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} AggregatingTransform: Aggregating 2025.11.20 17:29:22.055932 [ 313 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} Aggregator: Aggregation method: without_key 2025.11.20 17:29:22.055971 [ 313 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001014639 sec. (985.572 rows/sec., 38.50 KiB/sec.) 2025.11.20 17:29:22.055991 [ 313 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} Aggregator: Merging aggregated data 2025.11.20 17:29:22.057128 [ 290 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} executeQuery: Read 1 rows, 40.00 B in 0.003097 sec., 322.8931223764934 rows/sec., 12.61 KiB/sec. 2025.11.20 17:29:22.057278 [ 290 ] {c69f6c7a-2c79-477a-b283-b5949c0e2450} TCPHandler: Processed in 0.003499476 sec. 2025.11.20 17:29:22.057421 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057461 [ 290 ] {} TCP-Session: 3ea80dc9-8591-4c28-935c-ce9902b08ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057461 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057480 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057509 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057527 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057556 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057571 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057583 [ 354 ] {} TCP-Session: 9de0859d-985e-43ba-a60a-e83e379702f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057603 [ 353 ] {} TCP-Session: e2cc42d9-1c3b-44a7-ac87-e95e051e2a18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057615 [ 286 ] {} TCP-Session: 51fb4407-1e55-4c45-92c8-ca9ce645f870 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057545 [ 288 ] {} TCP-Session: 54316727-59cf-4064-92b8-7b57021e4919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057542 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057521 [ 350 ] {} TCP-Session: 3106d08b-4f7e-4b36-8439-c4494e54faaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057723 [ 352 ] {} TCP-Session: 0c13804d-13ab-4133-996f-0ce4528c35ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057495 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.057562 [ 351 ] {} TCP-Session: d689bfb5-e8b0-4132-857c-540e76cb07ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.057786 [ 289 ] {} TCP-Session: fd62240d-8100-48a5-b050-43d0582f9ea8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.064492 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54256 2025.11.20 17:29:22.064560 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.064582 [ 290 ] {} TCP-Session: 2f281229-cbb1-44d6-9491-517e6bf0e4a8 Authenticating user 'default' from [fd00:1122:3344:101::e]:54256 2025.11.20 17:29:22.064599 [ 290 ] {} TCP-Session: 2f281229-cbb1-44d6-9491-517e6bf0e4a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.064611 [ 290 ] {} TCP-Session: 2f281229-cbb1-44d6-9491-517e6bf0e4a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.064761 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65111 2025.11.20 17:29:22.064816 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53702 2025.11.20 17:29:22.064842 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57272 2025.11.20 17:29:22.064849 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.064863 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37361 2025.11.20 17:29:22.064894 [ 350 ] {} TCP-Session: 86835cce-ec5a-482d-aefa-05d0c23bd111 Authenticating user 'default' from [fd00:1122:3344:101::e]:65111 2025.11.20 17:29:22.064901 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57447 2025.11.20 17:29:22.064913 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.064953 [ 290 ] {} TCP-Session: 2f281229-cbb1-44d6-9491-517e6bf0e4a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.064960 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.064974 [ 352 ] {} TCP-Session: faa194bf-6a63-42a4-a7f7-dc6f8c2703e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57272 2025.11.20 17:29:22.065010 [ 354 ] {} TCP-Session: 9b7a45d2-4129-4e02-baa9-15fa9d5ea1f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:37361 2025.11.20 17:29:22.065024 [ 352 ] {} TCP-Session: faa194bf-6a63-42a4-a7f7-dc6f8c2703e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065040 [ 354 ] {} TCP-Session: 9b7a45d2-4129-4e02-baa9-15fa9d5ea1f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065070 [ 352 ] {} TCP-Session: faa194bf-6a63-42a4-a7f7-dc6f8c2703e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065083 [ 354 ] {} TCP-Session: 9b7a45d2-4129-4e02-baa9-15fa9d5ea1f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.064985 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.065108 [ 290 ] {b452f418-f195-4248-9fbc-8ad1df775d30} executeQuery: (from [fd00:1122:3344:101::e]:54256) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:29:22.065162 [ 289 ] {} TCP-Session: e3fd95b8-9e83-42e8-970a-30d93371053b Authenticating user 'default' from [fd00:1122:3344:101::e]:57447 2025.11.20 17:29:22.064887 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43492 2025.11.20 17:29:22.065189 [ 289 ] {} TCP-Session: e3fd95b8-9e83-42e8-970a-30d93371053b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.064848 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52370 2025.11.20 17:29:22.065247 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.065229 [ 289 ] {} TCP-Session: e3fd95b8-9e83-42e8-970a-30d93371053b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065287 [ 288 ] {} TCP-Session: 67018ca9-4b8b-41fd-bc23-62d31f5f89eb Authenticating user 'default' from [fd00:1122:3344:101::e]:43492 2025.11.20 17:29:22.064920 [ 350 ] {} TCP-Session: 86835cce-ec5a-482d-aefa-05d0c23bd111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065317 [ 288 ] {} TCP-Session: 67018ca9-4b8b-41fd-bc23-62d31f5f89eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065324 [ 290 ] {b452f418-f195-4248-9fbc-8ad1df775d30} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:29:22.065345 [ 350 ] {} TCP-Session: 86835cce-ec5a-482d-aefa-05d0c23bd111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065351 [ 288 ] {} TCP-Session: 67018ca9-4b8b-41fd-bc23-62d31f5f89eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065398 [ 290 ] {b452f418-f195-4248-9fbc-8ad1df775d30} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:29:22.065316 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.064887 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.065476 [ 353 ] {} TCP-Session: 1e64c155-9fff-4923-b083-4fe96b15a77a Authenticating user 'default' from [fd00:1122:3344:101::e]:52370 2025.11.20 17:29:22.065491 [ 351 ] {} TCP-Session: a743209a-baf1-4330-8786-d6b6e7119881 Authenticating user 'default' from [fd00:1122:3344:101::e]:53702 2025.11.20 17:29:22.065510 [ 353 ] {} TCP-Session: 1e64c155-9fff-4923-b083-4fe96b15a77a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065520 [ 351 ] {} TCP-Session: a743209a-baf1-4330-8786-d6b6e7119881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065537 [ 353 ] {} TCP-Session: 1e64c155-9fff-4923-b083-4fe96b15a77a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065550 [ 351 ] {} TCP-Session: a743209a-baf1-4330-8786-d6b6e7119881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.064872 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49700 2025.11.20 17:29:22.065637 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.065642 [ 290 ] {b452f418-f195-4248-9fbc-8ad1df775d30} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:29:22.065661 [ 286 ] {} TCP-Session: 01fcc52c-7f22-4947-b92e-5e6ae01da4bb Authenticating user 'default' from [fd00:1122:3344:101::e]:49700 2025.11.20 17:29:22.065691 [ 286 ] {} TCP-Session: 01fcc52c-7f22-4947-b92e-5e6ae01da4bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.065704 [ 286 ] {} TCP-Session: 01fcc52c-7f22-4947-b92e-5e6ae01da4bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.066470 [ 343 ] {b452f418-f195-4248-9fbc-8ad1df775d30} AggregatingTransform: Aggregating 2025.11.20 17:29:22.066513 [ 343 ] {b452f418-f195-4248-9fbc-8ad1df775d30} Aggregator: Aggregation method: without_key 2025.11.20 17:29:22.066551 [ 343 ] {b452f418-f195-4248-9fbc-8ad1df775d30} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000808926 sec. (1236.207 rows/sec., 48.29 KiB/sec.) 2025.11.20 17:29:22.066570 [ 343 ] {b452f418-f195-4248-9fbc-8ad1df775d30} Aggregator: Merging aggregated data 2025.11.20 17:29:22.067882 [ 290 ] {b452f418-f195-4248-9fbc-8ad1df775d30} executeQuery: Read 1 rows, 40.00 B in 0.002824 sec., 354.10764872521247 rows/sec., 13.83 KiB/sec. 2025.11.20 17:29:22.068012 [ 290 ] {b452f418-f195-4248-9fbc-8ad1df775d30} TCPHandler: Processed in 0.003137768 sec. 2025.11.20 17:29:22.068097 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068123 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068128 [ 290 ] {} TCP-Session: 2f281229-cbb1-44d6-9491-517e6bf0e4a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068140 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068162 [ 350 ] {} TCP-Session: 86835cce-ec5a-482d-aefa-05d0c23bd111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068170 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068186 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068201 [ 289 ] {} TCP-Session: e3fd95b8-9e83-42e8-970a-30d93371053b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068219 [ 352 ] {} TCP-Session: faa194bf-6a63-42a4-a7f7-dc6f8c2703e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068240 [ 351 ] {} TCP-Session: a743209a-baf1-4330-8786-d6b6e7119881 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068248 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068236 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068309 [ 288 ] {} TCP-Session: 67018ca9-4b8b-41fd-bc23-62d31f5f89eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068158 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068348 [ 353 ] {} TCP-Session: 1e64c155-9fff-4923-b083-4fe96b15a77a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068208 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.068378 [ 354 ] {} TCP-Session: 9b7a45d2-4129-4e02-baa9-15fa9d5ea1f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.068413 [ 286 ] {} TCP-Session: 01fcc52c-7f22-4947-b92e-5e6ae01da4bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309339 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45637 2025.11.20 17:29:22.309448 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.309476 [ 290 ] {} TCP-Session: a6c2b10b-ee35-4e7c-8fd4-53dd5b21220f Authenticating user 'default' from [fd00:1122:3344:101::e]:45637 2025.11.20 17:29:22.309498 [ 290 ] {} TCP-Session: a6c2b10b-ee35-4e7c-8fd4-53dd5b21220f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309512 [ 290 ] {} TCP-Session: a6c2b10b-ee35-4e7c-8fd4-53dd5b21220f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309766 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46635 2025.11.20 17:29:22.309791 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34011 2025.11.20 17:29:22.309815 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44169 2025.11.20 17:29:22.309828 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37699 2025.11.20 17:29:22.309863 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41406 2025.11.20 17:29:22.309892 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.309892 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.309923 [ 350 ] {} TCP-Session: 23a316d9-b545-4ae9-8f33-a91a7f2ef29f Authenticating user 'default' from [fd00:1122:3344:101::e]:46635 2025.11.20 17:29:22.309934 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.309942 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.309958 [ 350 ] {} TCP-Session: 23a316d9-b545-4ae9-8f33-a91a7f2ef29f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309962 [ 354 ] {} TCP-Session: 63b9d534-154c-4ca8-aab0-ccaf4066f47b Authenticating user 'default' from [fd00:1122:3344:101::e]:37699 2025.11.20 17:29:22.309949 [ 351 ] {} TCP-Session: 23215b18-5906-4df6-8756-2b05e0e77d8b Authenticating user 'default' from [fd00:1122:3344:101::e]:34011 2025.11.20 17:29:22.310000 [ 354 ] {} TCP-Session: 63b9d534-154c-4ca8-aab0-ccaf4066f47b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310019 [ 351 ] {} TCP-Session: 23215b18-5906-4df6-8756-2b05e0e77d8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310027 [ 354 ] {} TCP-Session: 63b9d534-154c-4ca8-aab0-ccaf4066f47b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310047 [ 351 ] {} TCP-Session: 23215b18-5906-4df6-8756-2b05e0e77d8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309975 [ 350 ] {} TCP-Session: 23a316d9-b545-4ae9-8f33-a91a7f2ef29f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309973 [ 289 ] {} TCP-Session: eec7ceb6-2f12-47a6-baf9-0d3fb16437fc Authenticating user 'default' from [fd00:1122:3344:101::e]:41406 2025.11.20 17:29:22.309934 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.310118 [ 289 ] {} TCP-Session: eec7ceb6-2f12-47a6-baf9-0d3fb16437fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310154 [ 352 ] {} TCP-Session: 0d43b982-ef95-46bf-a33c-2791b2e288ca Authenticating user 'default' from [fd00:1122:3344:101::e]:44169 2025.11.20 17:29:22.310167 [ 289 ] {} TCP-Session: eec7ceb6-2f12-47a6-baf9-0d3fb16437fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310189 [ 352 ] {} TCP-Session: 0d43b982-ef95-46bf-a33c-2791b2e288ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309824 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60306 2025.11.20 17:29:22.310220 [ 352 ] {} TCP-Session: 0d43b982-ef95-46bf-a33c-2791b2e288ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.309855 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63703 2025.11.20 17:29:22.309859 [ 290 ] {} TCP-Session: a6c2b10b-ee35-4e7c-8fd4-53dd5b21220f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.310336 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.309834 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34680 2025.11.20 17:29:22.310382 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.310394 [ 353 ] {} TCP-Session: e6f8ff0c-72be-4f35-adea-6f8de61f11c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:60306 2025.11.20 17:29:22.310432 [ 288 ] {} TCP-Session: 8e3ac2b0-7790-4813-8e6a-655c77fd3d40 Authenticating user 'default' from [fd00:1122:3344:101::e]:63703 2025.11.20 17:29:22.310450 [ 353 ] {} TCP-Session: e6f8ff0c-72be-4f35-adea-6f8de61f11c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310450 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:29:22.310460 [ 288 ] {} TCP-Session: 8e3ac2b0-7790-4813-8e6a-655c77fd3d40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310476 [ 353 ] {} TCP-Session: e6f8ff0c-72be-4f35-adea-6f8de61f11c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310490 [ 286 ] {} TCP-Session: 6331f1e7-0aee-486c-a53f-05ee62e88e08 Authenticating user 'default' from [fd00:1122:3344:101::e]:34680 2025.11.20 17:29:22.310506 [ 288 ] {} TCP-Session: 8e3ac2b0-7790-4813-8e6a-655c77fd3d40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310513 [ 290 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} executeQuery: (from [fd00:1122:3344:101::e]:45637) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:29:22.310536 [ 286 ] {} TCP-Session: 6331f1e7-0aee-486c-a53f-05ee62e88e08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310576 [ 286 ] {} TCP-Session: 6331f1e7-0aee-486c-a53f-05ee62e88e08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.310828 [ 290 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:29:22.311080 [ 290 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:29:22.311364 [ 290 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:29:22.312305 [ 300 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} AggregatingTransform: Aggregating 2025.11.20 17:29:22.312351 [ 300 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} Aggregator: Aggregation method: without_key 2025.11.20 17:29:22.312395 [ 300 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000930648 sec. (1074.520 rows/sec., 41.97 KiB/sec.) 2025.11.20 17:29:22.312419 [ 300 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} Aggregator: Merging aggregated data 2025.11.20 17:29:22.312484 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.312640 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:22.312710 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:22.313485 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:22.313538 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:22.313653 [ 290 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} executeQuery: Read 1 rows, 40.00 B in 0.003203 sec., 312.2073056509522 rows/sec., 12.20 KiB/sec. 2025.11.20 17:29:22.313781 [ 290 ] {67759d5d-f1b5-4f1c-9dcd-1efbcdfa1401} TCPHandler: Processed in 0.004037616 sec. 2025.11.20 17:29:22.313909 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.313937 [ 290 ] {} TCP-Session: a6c2b10b-ee35-4e7c-8fd4-53dd5b21220f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.313942 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.313958 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.313984 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.313997 [ 350 ] {} TCP-Session: 23a316d9-b545-4ae9-8f33-a91a7f2ef29f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314010 [ 289 ] {} TCP-Session: eec7ceb6-2f12-47a6-baf9-0d3fb16437fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314025 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.314036 [ 352 ] {} TCP-Session: 0d43b982-ef95-46bf-a33c-2791b2e288ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314063 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.314077 [ 353 ] {} TCP-Session: e6f8ff0c-72be-4f35-adea-6f8de61f11c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314081 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.314111 [ 286 ] {} TCP-Session: 6331f1e7-0aee-486c-a53f-05ee62e88e08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314006 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.314138 [ 288 ] {} TCP-Session: 8e3ac2b0-7790-4813-8e6a-655c77fd3d40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314043 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:29:22.314193 [ 354 ] {} TCP-Session: 63b9d534-154c-4ca8-aab0-ccaf4066f47b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314215 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.11.20 17:29:22.314231 [ 351 ] {} TCP-Session: 23215b18-5906-4df6-8756-2b05e0e77d8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:29:22.314457 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:22.314612 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} executeQuery: Read 56 rows, 4.41 KiB in 0.002017 sec., 27764.005949429844 rows/sec., 2.13 MiB/sec. 2025.11.20 17:29:22.314658 [ 260 ] {3353dd0c-efc9-436f-bf25-4a8e08869a92} TCPHandler: Processed in 0.002340534 sec. 2025.11.20 17:29:22.314787 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.314884 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:22.314925 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:22.315345 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:22.315381 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:22.315719 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.11.20 17:29:22.315936 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:22.316069 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} executeQuery: Read 64 rows, 5.12 KiB in 0.001205 sec., 53112.03319502075 rows/sec., 4.15 MiB/sec. 2025.11.20 17:29:22.316109 [ 260 ] {5bf807e8-8db8-4f7b-a80e-29c815042905} TCPHandler: Processed in 0.001380955 sec. 2025.11.20 17:29:22.316221 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.316317 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:22.316362 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:22.316779 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:22.316814 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:22.317154 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.11.20 17:29:22.317361 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:22.317493 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.11.20 17:29:22.317530 [ 260 ] {07033c31-1241-4680-870f-e745a37bdf41} TCPHandler: Processed in 0.001357025 sec. 2025.11.20 17:29:22.317649 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:22.317764 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:22.317812 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:22.318195 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:22.318233 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:22.318572 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} MergedBlockOutputStream: filled checksums all_158_158_0 (state Temporary) 2025.11.20 17:29:22.318830 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_158_158_0 to all_158_158_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:22.318984 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001237 sec., 48504.44624090542 rows/sec., 3.27 MiB/sec. 2025.11.20 17:29:22.319023 [ 260 ] {72dd1463-54ed-4d73-bb8f-60e03a8c86b7} TCPHandler: Processed in 0.001428837 sec. 2025.11.20 17:29:22.658253 [ 217 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:22.658311 [ 217 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:22.661569 [ 217 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:23.738836 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 46496 2025.11.20 17:29:23.739342 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:23.739377 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:23.739880 [ 245 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:29:23.740134 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:23.740268 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 46496 2025.11.20 17:29:26.155445 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 731 2025.11.20 17:29:26.176246 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:26.176320 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:26.182855 [ 244 ] {} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.11.20 17:29:26.183647 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:26.187679 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 731 2025.11.20 17:29:26.398510 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2566 2025.11.20 17:29:26.401296 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:26.401357 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:26.402664 [ 243 ] {} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:29:26.402945 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:26.403346 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2566 2025.11.20 17:29:27.304476 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.304850 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} executeQuery: (from [fd00:1122:3344:101::d]:33852) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.11.20 17:29:27.305451 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.11.20 17:29:27.305499 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.11.20 17:29:27.305778 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:29:27.305845 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:29:27.305986 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Key condition: (column 0 notIn 48-element set) 2025.11.20 17:29:27.306126 [ 333 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.11.20 17:29:27.306135 [ 322 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.11.20 17:29:27.306128 [ 347 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.11.20 17:29:27.306126 [ 345 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps 2025.11.20 17:29:27.306338 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges 2025.11.20 17:29:27.306367 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.11.20 17:29:27.306451 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.11.20 17:29:27.306471 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (SelectExecutor): Reading approx. 47 rows with 3 streams 2025.11.20 17:29:27.306507 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:29:27.306546 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:29:27.306646 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', '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_data_link:link_enabled', 'switch_data_link:link_up', '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', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.11.20 17:29:27.308369 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} executeQuery: Read 47 rows, 1.87 KiB in 0.003686 sec., 12750.949538795441 rows/sec., 506.83 KiB/sec. 2025.11.20 17:29:27.308555 [ 260 ] {f2cf197a-1019-47ae-823c-96c3d442549b} TCPHandler: Processed in 0.00424117 sec. 2025.11.20 17:29:27.332138 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.332276 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.11.20 17:29:27.332332 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.11.20 17:29:27.332998 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.333026 [ 221 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Found 6 old parts to remove. Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:27.333054 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.333081 [ 221 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from filesystem (serially): Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:27.333557 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:29:27.333779 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.333950 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} executeQuery: Read 1 rows, 285.00 B in 0.001711 sec., 584.4535359438925 rows/sec., 162.67 KiB/sec. 2025.11.20 17:29:27.333998 [ 260 ] {142cfc16-ac4d-4272-b324-28e24ceebe6c} TCPHandler: Processed in 0.001926406 sec. 2025.11.20 17:29:27.334128 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.334228 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.334272 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:29:27.334868 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.334909 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.335250 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:29:27.335520 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.335649 [ 138 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 6 parts from all_1_61_13 to all_66_66_0 2025.11.20 17:29:27.335695 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} executeQuery: Read 410 rows, 26.63 KiB in 0.001486 sec., 275908.4791386272 rows/sec., 17.50 MiB/sec. 2025.11.20 17:29:27.335696 [ 138 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.335762 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.335763 [ 260 ] {61e7b19e-8ab8-4700-b312-7d9c2f01608f} TCPHandler: Processed in 0.001685822 sec. 2025.11.20 17:29:27.335872 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_13 to all_66_66_0 into Compact with storage Full 2025.11.20 17:29:27.335917 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.335992 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:27.336029 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_13, total 434 rows starting from the beginning of the part 2025.11.20 17:29:27.336040 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:29:27.336090 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 410 rows starting from the beginning of the part 2025.11.20 17:29:27.336095 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:29:27.336143 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 410 rows starting from the beginning of the part 2025.11.20 17:29:27.336191 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 410 rows starting from the beginning of the part 2025.11.20 17:29:27.336231 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 410 rows starting from the beginning of the part 2025.11.20 17:29:27.336269 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 410 rows starting from the beginning of the part 2025.11.20 17:29:27.336566 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.336614 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.336959 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.11.20 17:29:27.337184 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.337317 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} executeQuery: Read 3 rows, 228.00 B in 0.001302 sec., 2304.147465437788 rows/sec., 171.01 KiB/sec. 2025.11.20 17:29:27.337358 [ 260 ] {7aa8ef3d-9443-4dc2-86ec-2401ac31163d} TCPHandler: Processed in 0.001502519 sec. 2025.11.20 17:29:27.337460 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.337473 [ 221 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from memory: Parts: [all_1_16_3, all_17_17_0, all_18_18_0, all_19_19_0, all_20_20_0, all_21_21_0] 2025.11.20 17:29:27.337527 [ 190 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.001699892 sec., 1461269.304167559 rows/sec., 98.55 MiB/sec. 2025.11.20 17:29:27.337557 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:27.337602 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:27.337687 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} MergedBlockOutputStream: filled checksums all_1_66_14 (state Temporary) 2025.11.20 17:29:27.337976 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_66_14 to all_1_66_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.338053 [ 195 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_66_14} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 6 parts: [all_1_61_13, all_66_66_0] -> all_1_66_14 2025.11.20 17:29:27.338128 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.11.20 17:29:27.338678 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.338720 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.339112 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.11.20 17:29:27.339334 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.339469 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} executeQuery: Read 1228 rows, 100.75 KiB in 0.00193 sec., 636269.4300518135 rows/sec., 50.98 MiB/sec. 2025.11.20 17:29:27.339508 [ 260 ] {fccc053c-f509-42b3-bb83-4e1e2ba99378} TCPHandler: Processed in 0.002095299 sec. 2025.11.20 17:29:27.339623 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.339725 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.339766 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:29:27.340282 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.340318 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.340639 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:29:27.340859 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.340973 [ 138 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 6 parts from all_1_93_19 to all_98_98_0 2025.11.20 17:29:27.340992 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} executeQuery: Read 263 rows, 16.64 KiB in 0.001286 sec., 204510.10886469673 rows/sec., 12.64 MiB/sec. 2025.11.20 17:29:27.341009 [ 138 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.341034 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.341038 [ 260 ] {68b54109-51b8-43af-b963-e1c65aa91124} TCPHandler: Processed in 0.001464937 sec. 2025.11.20 17:29:27.341142 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_93_19 to all_98_98_0 into Compact with storage Full 2025.11.20 17:29:27.341174 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.341263 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:27.341273 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.341303 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_93_19, total 277 rows starting from the beginning of the part 2025.11.20 17:29:27.341322 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:29:27.341371 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 245 rows starting from the beginning of the part 2025.11.20 17:29:27.341422 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 245 rows starting from the beginning of the part 2025.11.20 17:29:27.341465 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 252 rows starting from the beginning of the part 2025.11.20 17:29:27.341509 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 256 rows starting from the beginning of the part 2025.11.20 17:29:27.341561 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 263 rows starting from the beginning of the part 2025.11.20 17:29:27.341852 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.341893 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.342232 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:29:27.342457 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.342588 [ 135 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 6 parts from all_1_71_15 to all_76_76_0 2025.11.20 17:29:27.342589 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} executeQuery: Read 212 rows, 14.00 KiB in 0.001334 sec., 158920.53973013494 rows/sec., 10.25 MiB/sec. 2025.11.20 17:29:27.342633 [ 135 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.342656 [ 260 ] {a5b3ced0-736b-48a1-80dc-68432830c6b4} TCPHandler: Processed in 0.001530349 sec. 2025.11.20 17:29:27.342660 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.342711 [ 190 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergeTask::MergeProjectionsStage: Merge sorted 1538 rows, containing 5 columns (5 merged, 0 gathered) in 0.001626751 sec., 945442.7874948286 rows/sec., 61.80 MiB/sec. 2025.11.20 17:29:27.342743 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_15 to all_76_76_0 into Compact with storage Full 2025.11.20 17:29:27.342766 [ 224 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.11.20 17:29:27.342791 [ 224 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.11.20 17:29:27.342801 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.342833 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:27.342864 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_15, total 465 rows starting from the beginning of the part 2025.11.20 17:29:27.342873 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} MergedBlockOutputStream: filled checksums all_1_98_20 (state Temporary) 2025.11.20 17:29:27.342910 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 212 rows starting from the beginning of the part 2025.11.20 17:29:27.342925 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.342953 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 212 rows starting from the beginning of the part 2025.11.20 17:29:27.342980 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:29:27.342995 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 440 rows starting from the beginning of the part 2025.11.20 17:29:27.343039 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 212 rows starting from the beginning of the part 2025.11.20 17:29:27.343077 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 212 rows starting from the beginning of the part 2025.11.20 17:29:27.343175 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_98_20 to all_1_98_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.343254 [ 200 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_98_20} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 6 parts: [all_1_93_19, all_98_98_0] -> all_1_98_20 2025.11.20 17:29:27.343334 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.11.20 17:29:27.343553 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.343591 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.343918 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:29:27.344132 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.344207 [ 190 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergeTask::MergeProjectionsStage: Merge sorted 1753 rows, containing 5 columns (5 merged, 0 gathered) in 0.001497638 sec., 1170509.8294781516 rows/sec., 81.23 MiB/sec. 2025.11.20 17:29:27.344246 [ 135 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 6 parts from all_1_61_13 to all_66_66_0 2025.11.20 17:29:27.344268 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} executeQuery: Read 211 rows, 12.27 KiB in 0.001368 sec., 154239.76608187135 rows/sec., 8.76 MiB/sec. 2025.11.20 17:29:27.344277 [ 135 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.344310 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.344314 [ 260 ] {819ef649-3853-4be6-9244-7420a205cbfe} TCPHandler: Processed in 0.00158156 sec. 2025.11.20 17:29:27.344378 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} MergedBlockOutputStream: filled checksums all_1_76_16 (state Temporary) 2025.11.20 17:29:27.344385 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_13 to all_66_66_0 into Compact with storage Full 2025.11.20 17:29:27.344434 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.344491 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:27.344524 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_13, total 223 rows starting from the beginning of the part 2025.11.20 17:29:27.344533 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:27.344576 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 211 rows starting from the beginning of the part 2025.11.20 17:29:27.344579 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:27.344630 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 211 rows starting from the beginning of the part 2025.11.20 17:29:27.344676 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_76_16 to all_1_76_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.344679 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 211 rows starting from the beginning of the part 2025.11.20 17:29:27.344739 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 211 rows starting from the beginning of the part 2025.11.20 17:29:27.344755 [ 188 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_76_16} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 6 parts: [all_1_71_15, all_76_76_0] -> all_1_76_16 2025.11.20 17:29:27.344781 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 211 rows starting from the beginning of the part 2025.11.20 17:29:27.344839 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.20 17:29:27.345320 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.345358 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.345723 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.11.20 17:29:27.345734 [ 189 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001377666 sec., 927655.9049871304 rows/sec., 56.39 MiB/sec. 2025.11.20 17:29:27.345875 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} MergedBlockOutputStream: filled checksums all_1_66_14 (state Temporary) 2025.11.20 17:29:27.345940 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.346074 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} executeQuery: Read 761 rows, 54.80 KiB in 0.001558 sec., 488446.7265725289 rows/sec., 34.35 MiB/sec. 2025.11.20 17:29:27.346113 [ 260 ] {a1a1fb79-0bc1-4b61-a069-42ca8ca0371b} TCPHandler: Processed in 0.001729293 sec. 2025.11.20 17:29:27.346129 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_66_14 to all_1_66_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.346142 [ 224 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_25_5, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0] 2025.11.20 17:29:27.346195 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_66_14} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 6 parts: [all_1_61_13, all_66_66_0] -> all_1_66_14 2025.11.20 17:29:27.346223 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.346284 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:29:27.346318 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:29:27.346361 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:29:27.346693 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.346730 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.347023 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.11.20 17:29:27.347249 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.347376 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} executeQuery: Read 6 rows, 321.00 B in 0.001077 sec., 5571.030640668523 rows/sec., 291.06 KiB/sec. 2025.11.20 17:29:27.347415 [ 260 ] {a11f9625-6765-4bb5-b086-ef155d3c0030} TCPHandler: Processed in 0.001241953 sec. 2025.11.20 17:29:27.347516 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.347610 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.347653 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:27.348088 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.348124 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.348462 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.11.20 17:29:27.348670 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.348791 [ 135 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_154_33 to all_159_159_0 2025.11.20 17:29:27.348798 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} executeQuery: Read 317 rows, 21.31 KiB in 0.001206 sec., 262852.4046434494 rows/sec., 17.25 MiB/sec. 2025.11.20 17:29:27.348824 [ 135 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.348847 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.348851 [ 260 ] {bafcacc2-b8d6-421a-b69a-68b1b9df65e9} TCPHandler: Processed in 0.001383906 sec. 2025.11.20 17:29:27.348922 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_154_33 to all_159_159_0 into Compact with storage Full 2025.11.20 17:29:27.348966 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.349005 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:27.349034 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTreeSequentialSource: Reading 7 marks from part all_1_154_33, total 48824 rows starting from the beginning of the part 2025.11.20 17:29:27.349059 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.349088 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTreeSequentialSource: Reading 2 marks from part all_155_155_0, total 96 rows starting from the beginning of the part 2025.11.20 17:29:27.349112 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:29:27.349133 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTreeSequentialSource: Reading 2 marks from part all_156_156_0, total 160 rows starting from the beginning of the part 2025.11.20 17:29:27.349176 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 314 rows starting from the beginning of the part 2025.11.20 17:29:27.349218 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 160 rows starting from the beginning of the part 2025.11.20 17:29:27.349256 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 317 rows starting from the beginning of the part 2025.11.20 17:29:27.349476 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.349510 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.349801 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:29:27.350005 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.350132 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} executeQuery: Read 1 rows, 69.00 B in 0.001091 sec., 916.5902841429881 rows/sec., 61.76 KiB/sec. 2025.11.20 17:29:27.350168 [ 260 ] {9f61d5b0-d01e-4cec-a420-7a314ce02df3} TCPHandler: Processed in 0.001251213 sec. 2025.11.20 17:29:27.350277 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.350377 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.350434 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} 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.11.20 17:29:27.351364 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.351401 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.352010 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:29:27.352266 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.352411 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} executeQuery: Read 55 rows, 100.92 KiB in 0.002052 sec., 26803.118908382065 rows/sec., 48.03 MiB/sec. 2025.11.20 17:29:27.352493 [ 260 ] {2e4e6098-fdb1-443c-9efb-f4b240e61359} TCPHandler: Processed in 0.002265002 sec. 2025.11.20 17:29:27.352608 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.352699 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.352739 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.20 17:29:27.353042 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.353076 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.353355 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.11.20 17:29:27.353553 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.353743 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} executeQuery: Read 6 rows, 405.00 B in 0.001055 sec., 5687.203791469195 rows/sec., 374.89 KiB/sec. 2025.11.20 17:29:27.353781 [ 260 ] {bfe95318-38c3-4a52-87e9-033801b63218} TCPHandler: Processed in 0.001222633 sec. 2025.11.20 17:29:27.353888 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:27.353983 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:27.354024 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:27.354352 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:27.354390 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.76 GiB. 2025.11.20 17:29:27.354709 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} MergedBlockOutputStream: filled checksums all_159_159_0 (state Temporary) 2025.11.20 17:29:27.354927 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_159_159_0 to all_159_159_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.355055 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} executeQuery: Read 104 rows, 6.53 KiB in 0.00109 sec., 95412.84403669725 rows/sec., 5.85 MiB/sec. 2025.11.20 17:29:27.355094 [ 260 ] {52c53c9e-3f13-4ecd-bee2-780fe6c7a76a} TCPHandler: Processed in 0.001253913 sec. 2025.11.20 17:29:27.360938 [ 191 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergeTask::MergeProjectionsStage: Merge sorted 49871 rows, containing 5 columns (5 merged, 0 gathered) in 0.012044116 sec., 4140694.0949422936 rows/sec., 278.79 MiB/sec. 2025.11.20 17:29:27.361507 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} MergedBlockOutputStream: filled checksums all_1_159_34 (state Temporary) 2025.11.20 17:29:27.361791 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_159_34 to all_1_159_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:27.361864 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_159_34} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_154_33, all_159_159_0] -> all_1_159_34 2025.11.20 17:29:27.361959 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.46 MiB. 2025.11.20 17:29:28.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 391.70 MiB, peak 408.92 MiB, free memory in arenas 0.00 B, will set to 393.30 MiB (RSS), difference: 1.60 MiB 2025.11.20 17:29:31.020216 [ 130 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:29:31.020279 [ 130 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:29:31.240510 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47008 2025.11.20 17:29:31.241279 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:31.241344 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:31.242029 [ 245 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:29:31.242598 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:31.242732 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47008 2025.11.20 17:29:32.312640 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:32.312838 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:32.312916 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:32.313674 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:32.313721 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:32.314103 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.11.20 17:29:32.314325 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:32.314490 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} executeQuery: Read 56 rows, 4.41 KiB in 0.001703 sec., 32883.14738696418 rows/sec., 2.53 MiB/sec. 2025.11.20 17:29:32.314545 [ 260 ] {8c2f3a2d-ab8c-41a3-b484-5e5b7f77dd34} TCPHandler: Processed in 0.002048028 sec. 2025.11.20 17:29:32.314672 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:32.314775 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:32.314820 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:32.315276 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:32.315315 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:32.315631 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.11.20 17:29:32.315841 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:32.315978 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2025.11.20 17:29:32.316021 [ 260 ] {1c1c79b5-7e42-4e7a-bdb6-79c09e714f90} TCPHandler: Processed in 0.001403306 sec. 2025.11.20 17:29:32.316136 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:32.316233 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:32.316280 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:32.316707 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:32.316745 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:32.317070 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.11.20 17:29:32.317275 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:32.317409 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.11.20 17:29:32.317448 [ 260 ] {350012de-a04f-493f-b13c-b9d445bca208} TCPHandler: Processed in 0.001363406 sec. 2025.11.20 17:29:32.317569 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:32.317665 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:32.317707 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:32.318055 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:32.318092 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:32.318384 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} MergedBlockOutputStream: filled checksums all_160_160_0 (state Temporary) 2025.11.20 17:29:32.318580 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_160_160_0 to all_160_160_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:32.318713 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.11.20 17:29:32.318751 [ 260 ] {d311185b-d795-4cce-9efc-d3deb20cf82e} TCPHandler: Processed in 0.001230373 sec. 2025.11.20 17:29:33.361804 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.361988 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.362055 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:29:33.362839 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.362891 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.363311 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:29:33.363536 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.363696 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} executeQuery: Read 410 rows, 26.63 KiB in 0.001755 sec., 233618.23361823361 rows/sec., 14.82 MiB/sec. 2025.11.20 17:29:33.363741 [ 260 ] {a6a31fd6-288a-41fd-99ad-2131d7ca0b31} TCPHandler: Processed in 0.00207327 sec. 2025.11.20 17:29:33.363860 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.363956 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:29:33.364000 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:29:33.364414 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.364452 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.364754 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.11.20 17:29:33.364972 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.365077 [ 122 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Selected 6 parts from all_1_21_5 to all_26_26_0 2025.11.20 17:29:33.365119 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} executeQuery: Read 17 rows, 1.36 KiB in 0.001201 sec., 14154.870940882598 rows/sec., 1.11 MiB/sec. 2025.11.20 17:29:33.365137 [ 122 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.365168 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.365179 [ 260 ] {96e14984-12db-4b79-8470-5a08376c8e36} TCPHandler: Processed in 0.001396936 sec. 2025.11.20 17:29:33.365303 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_5 to all_26_26_0 into Compact with storage Full 2025.11.20 17:29:33.365312 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.365467 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:33.365471 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:33.365514 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:33.365524 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 20 rows starting from the beginning of the part 2025.11.20 17:29:33.365606 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:33.365654 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 12 rows starting from the beginning of the part 2025.11.20 17:29:33.365701 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:33.365818 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 3 rows starting from the beginning of the part 2025.11.20 17:29:33.365882 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 17 rows starting from the beginning of the part 2025.11.20 17:29:33.366964 [ 187 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergeTask::MergeProjectionsStage: Merge sorted 64 rows, containing 5 columns (5 merged, 0 gathered) in 0.001689192 sec., 37887.93695447291 rows/sec., 3.14 MiB/sec. 2025.11.20 17:29:33.366974 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.367055 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.367151 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) 2025.11.20 17:29:33.367487 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.367570 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.11.20 17:29:33.367588 [ 189 ] {db4765ec-e1f8-4f4e-9924-531726021f31::all_1_26_6} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31) (MergerMutator): Merged 6 parts: [all_1_21_5, all_26_26_0] -> all_1_26_6 2025.11.20 17:29:33.367692 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.11.20 17:29:33.367816 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.367947 [ 122 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.11.20 17:29:33.367960 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} executeQuery: Read 2381 rows, 198.39 KiB in 0.00247 sec., 963967.6113360324 rows/sec., 78.44 MiB/sec. 2025.11.20 17:29:33.367987 [ 122 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.368013 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.368013 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:29:33.368043 [ 260 ] {230216e9-76ef-4e8d-9639-c10dadd4a803} TCPHandler: Processed in 0.002754632 sec. 2025.11.20 17:29:33.368110 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.11.20 17:29:33.368153 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.368236 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:33.368253 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.368274 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 2465 rows starting from the beginning of the part 2025.11.20 17:29:33.368300 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:29:33.368347 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 1214 rows starting from the beginning of the part 2025.11.20 17:29:33.368399 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:33.368440 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 1228 rows starting from the beginning of the part 2025.11.20 17:29:33.368482 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:33.368526 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 2381 rows starting from the beginning of the part 2025.11.20 17:29:33.368835 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.368883 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.369293 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:29:33.369591 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.369770 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} executeQuery: Read 280 rows, 17.84 KiB in 0.001535 sec., 182410.42345276874 rows/sec., 11.35 MiB/sec. 2025.11.20 17:29:33.369820 [ 260 ] {10358626-6948-4a15-9aca-18055db59678} TCPHandler: Processed in 0.001716883 sec. 2025.11.20 17:29:33.372550 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.372718 [ 187 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 7400 rows, containing 5 columns (5 merged, 0 gathered) in 0.004646258 sec., 1592679.5283430235 rows/sec., 135.15 MiB/sec. 2025.11.20 17:29:33.372812 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.372868 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:29:33.373103 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.11.20 17:29:33.373435 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.373521 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_161_32} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.11.20 17:29:33.373604 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. 2025.11.20 17:29:33.373783 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.373825 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.374177 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:29:33.374403 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.374536 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} executeQuery: Read 440 rows, 29.81 KiB in 0.001748 sec., 251716.24713958811 rows/sec., 16.65 MiB/sec. 2025.11.20 17:29:33.374578 [ 260 ] {36e670e1-fdfb-4e5b-ae7e-564e31d09bdd} TCPHandler: Processed in 0.002091309 sec. 2025.11.20 17:29:33.374708 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.374821 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.374867 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:29:33.375382 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.375420 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.375734 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:29:33.375957 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.376090 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} executeQuery: Read 211 rows, 12.27 KiB in 0.001298 sec., 162557.78120184902 rows/sec., 9.23 MiB/sec. 2025.11.20 17:29:33.376131 [ 260 ] {d2a6a05b-8353-4457-86d6-675425bf4052} TCPHandler: Processed in 0.001472678 sec. 2025.11.20 17:29:33.376245 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.376341 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:33.376381 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:33.377264 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.377301 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.377665 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.11.20 17:29:33.377880 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.378013 [ 122 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.11.20 17:29:33.378018 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} executeQuery: Read 1228 rows, 90.02 KiB in 0.001695 sec., 724483.7758112095 rows/sec., 51.86 MiB/sec. 2025.11.20 17:29:33.378059 [ 122 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.378080 [ 260 ] {87e2182d-318e-4242-8a4a-89c9eddf1c88} TCPHandler: Processed in 0.001884466 sec. 2025.11.20 17:29:33.378085 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.378200 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.378204 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.11.20 17:29:33.378300 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:29:33.378347 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:29:33.378348 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:33.378397 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_1_156_31, total 1250 rows starting from the beginning of the part 2025.11.20 17:29:33.378466 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 736 rows starting from the beginning of the part 2025.11.20 17:29:33.378522 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:33.378572 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 761 rows starting from the beginning of the part 2025.11.20 17:29:33.378621 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:33.378670 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 1228 rows starting from the beginning of the part 2025.11.20 17:29:33.378708 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.378750 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.379091 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.11.20 17:29:33.379310 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.379448 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} executeQuery: Read 6 rows, 321.00 B in 0.001165 sec., 5150.214592274678 rows/sec., 269.08 KiB/sec. 2025.11.20 17:29:33.379486 [ 260 ] {3db858d8-de7e-4f38-a25d-280641612929} TCPHandler: Processed in 0.001335945 sec. 2025.11.20 17:29:33.379609 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.379705 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.379747 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:33.380209 [ 186 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 4103 rows, containing 5 columns (5 merged, 0 gathered) in 0.002055388 sec., 1996216.7726969311 rows/sec., 150.38 MiB/sec. 2025.11.20 17:29:33.380351 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.380387 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.11.20 17:29:33.380393 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.380686 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.380764 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_161_32} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.11.20 17:29:33.380827 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.11.20 17:29:33.380843 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2025.11.20 17:29:33.381055 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.381195 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} executeQuery: Read 880 rows, 59.43 KiB in 0.001508 sec., 583554.376657825 rows/sec., 38.48 MiB/sec. 2025.11.20 17:29:33.381234 [ 260 ] {774463c6-2759-4873-9503-3542d142fad4} TCPHandler: Processed in 0.001673772 sec. 2025.11.20 17:29:33.381345 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.381441 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.381484 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:29:33.381814 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.381849 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.382143 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:29:33.382346 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.382477 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} executeQuery: Read 1 rows, 69.00 B in 0.001052 sec., 950.5703422053232 rows/sec., 64.05 KiB/sec. 2025.11.20 17:29:33.382514 [ 260 ] {880176f1-f690-4879-8e3e-97c0b93812be} TCPHandler: Processed in 0.001217993 sec. 2025.11.20 17:29:33.382622 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.382715 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.382769 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} 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.11.20 17:29:33.383716 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.383751 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.384349 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:29:33.384569 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.384712 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} executeQuery: Read 58 rows, 106.43 KiB in 0.002013 sec., 28812.717337307502 rows/sec., 51.63 MiB/sec. 2025.11.20 17:29:33.384769 [ 260 ] {2354100e-79d0-4108-be03-b9594cda7893} TCPHandler: Processed in 0.002196461 sec. 2025.11.20 17:29:33.384887 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:33.384982 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:33.385025 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:33.385371 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.385407 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.385712 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} MergedBlockOutputStream: filled checksums all_161_161_0 (state Temporary) 2025.11.20 17:29:33.385976 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_161_161_0 to all_161_161_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.386092 [ 124 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_156_31 to all_161_161_0 2025.11.20 17:29:33.386111 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} executeQuery: Read 56 rows, 3.21 KiB in 0.001145 sec., 48908.29694323144 rows/sec., 2.74 MiB/sec. 2025.11.20 17:29:33.386130 [ 124 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.386149 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.386149 [ 260 ] {1a7c69ee-23bb-49eb-8518-7c15210d9ed8} TCPHandler: Processed in 0.001312125 sec. 2025.11.20 17:29:33.386225 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTask::PrepareStage: Merging 6 parts: from all_1_156_31 to all_161_161_0 into Compact with storage Full 2025.11.20 17:29:33.386320 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:33.386345 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTreeSequentialSource: Reading 3 marks from part all_1_156_31, total 10920 rows starting from the beginning of the part 2025.11.20 17:29:33.386395 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_157_157_0, total 104 rows starting from the beginning of the part 2025.11.20 17:29:33.386431 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_158_158_0, total 60 rows starting from the beginning of the part 2025.11.20 17:29:33.386464 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_159_159_0, total 104 rows starting from the beginning of the part 2025.11.20 17:29:33.386495 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 60 rows starting from the beginning of the part 2025.11.20 17:29:33.386528 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:33.389014 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergeTask::MergeProjectionsStage: Merge sorted 11304 rows, containing 4 columns (4 merged, 0 gathered) in 0.002817793 sec., 4011650.2525203237 rows/sec., 256.07 MiB/sec. 2025.11.20 17:29:33.389442 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} MergedBlockOutputStream: filled checksums all_1_161_32 (state Temporary) 2025.11.20 17:29:33.389810 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_161_32 to all_1_161_32 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.389898 [ 201 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_161_32} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_156_31, all_161_161_0] -> all_1_161_32 2025.11.20 17:29:33.389992 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.15 MiB. 2025.11.20 17:29:33.687896 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 738 2025.11.20 17:29:33.706324 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:33.706389 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.75 GiB. 2025.11.20 17:29:33.712496 [ 244 ] {} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.11.20 17:29:33.713258 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:33.717063 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 738 2025.11.20 17:29:34.000183 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 394.78 MiB, peak 408.92 MiB, free memory in arenas 0.00 B, will set to 393.36 MiB (RSS), difference: -1.41 MiB 2025.11.20 17:29:36.403754 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 2628 2025.11.20 17:29:36.406900 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:36.406961 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:36.408259 [ 243 ] {} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:29:36.408543 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:36.408937 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2628 2025.11.20 17:29:36.979813 [ 224 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:36.979865 [ 224 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:36.983819 [ 224 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:37.311123 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:37.311299 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:37.311366 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:37.312005 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:37.312054 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:37.312432 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.11.20 17:29:37.312663 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:37.312821 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} executeQuery: Read 56 rows, 4.41 KiB in 0.001567 sec., 35737.077217613274 rows/sec., 2.75 MiB/sec. 2025.11.20 17:29:37.312869 [ 260 ] {5f2b854f-e302-45e7-b2be-62b7c08d7677} TCPHandler: Processed in 0.001878025 sec. 2025.11.20 17:29:37.312986 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:37.313085 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:37.313126 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:37.313550 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:37.313587 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:37.313902 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.11.20 17:29:37.314109 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:37.314241 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} executeQuery: Read 64 rows, 5.12 KiB in 0.001174 sec., 54514.48040885861 rows/sec., 4.25 MiB/sec. 2025.11.20 17:29:37.314282 [ 260 ] {0be65b30-c17f-4531-a34a-d9e5f5ce9135} TCPHandler: Processed in 0.001344855 sec. 2025.11.20 17:29:37.314328 [ 222 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.314379 [ 222 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.314394 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:37.314494 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:37.314540 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:37.314922 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:37.314961 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:37.315341 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.11.20 17:29:37.315564 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:37.315694 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} executeQuery: Read 128 rows, 9.13 KiB in 0.001217 sec., 105176.66392769104 rows/sec., 7.33 MiB/sec. 2025.11.20 17:29:37.315733 [ 260 ] {1567511c-3655-4c73-ad8e-b31ed7c620c8} TCPHandler: Processed in 0.001388576 sec. 2025.11.20 17:29:37.315803 [ 220 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.315836 [ 220 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.315846 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:37.315941 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:37.315986 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:37.316338 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:37.316374 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:37.316723 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} MergedBlockOutputStream: filled checksums all_162_162_0 (state Temporary) 2025.11.20 17:29:37.316940 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_162_162_0 to all_162_162_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:37.317074 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} executeQuery: Read 48 rows, 3.31 KiB in 0.001148 sec., 41811.84668989547 rows/sec., 2.82 MiB/sec. 2025.11.20 17:29:37.317112 [ 260 ] {815bde7e-f00c-4471-8291-f711ec9d7186} TCPHandler: Processed in 0.001313705 sec. 2025.11.20 17:29:37.318187 [ 222 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.318374 [ 220 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.971239 [ 220 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.971295 [ 220 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:37.974775 [ 220 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:38.743005 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 47456 2025.11.20 17:29:38.743577 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:38.743625 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:38.744133 [ 245 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:29:38.744357 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:38.744488 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47456 2025.11.20 17:29:39.018158 [ 223 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:39.018217 [ 223 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:39.020673 [ 223 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:29:39.401477 [ 114 ] {} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.20 17:29:39.401570 [ 114 ] {} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:39.401609 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:39.401757 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::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.11.20 17:29:39.402186 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:39.402259 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 31 rows starting from the beginning of the part 2025.11.20 17:29:39.402367 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::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.11.20 17:29:39.402431 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2025.11.20 17:29:39.402490 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:39.402547 [ 186 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:39.404128 [ 194 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 49 rows, containing 6 columns (6 merged, 0 gathered) in 0.002437386 sec., 20103.50432799729 rows/sec., 4.85 MiB/sec. 2025.11.20 17:29:39.404337 [ 193 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.20 17:29:39.404763 [ 193 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:39.404832 [ 193 ] {068a5634-aff2-49aa-be9a-b07f81f5f5e1::all_1_5_1} oximeter.timeseries_schema (068a5634-aff2-49aa-be9a-b07f81f5f5e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.20 17:29:39.404926 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2025.11.20 17:29:41.217222 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 746 2025.11.20 17:29:41.235160 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:41.235219 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:41.241508 [ 244 ] {} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.11.20 17:29:41.242284 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:41.245418 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 746 2025.11.20 17:29:42.312405 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:42.312662 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:42.312757 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:42.313615 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:42.313661 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:42.314056 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.11.20 17:29:42.314280 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:42.314460 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} executeQuery: Read 56 rows, 4.41 KiB in 0.001868 sec., 29978.586723768734 rows/sec., 2.30 MiB/sec. 2025.11.20 17:29:42.314506 [ 260 ] {3682f9e3-5000-4b98-a929-9644fee5fe23} TCPHandler: Processed in 0.002266332 sec. 2025.11.20 17:29:42.314636 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:42.314733 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:42.314773 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:42.315255 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:42.315292 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:42.315626 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.11.20 17:29:42.315842 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:42.315977 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} executeQuery: Read 64 rows, 5.12 KiB in 0.001263 sec., 50673.00079176564 rows/sec., 3.96 MiB/sec. 2025.11.20 17:29:42.316016 [ 260 ] {4f9ae53c-bcc8-4ad2-a130-3ff52bceb58b} TCPHandler: Processed in 0.001428096 sec. 2025.11.20 17:29:42.316134 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:42.316228 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:42.316273 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:42.316700 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:42.316758 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:42.317090 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.11.20 17:29:42.317296 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:42.317430 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.11.20 17:29:42.317470 [ 260 ] {909a69e7-950d-4ccf-8271-7f2ab883f2a9} TCPHandler: Processed in 0.001384196 sec. 2025.11.20 17:29:42.317581 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:42.317676 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:42.317718 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:42.318057 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:42.318094 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:42.318395 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} MergedBlockOutputStream: filled checksums all_163_163_0 (state Temporary) 2025.11.20 17:29:42.318607 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_163_163_0 to all_163_163_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:42.318736 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.11.20 17:29:42.318773 [ 260 ] {20dc8f45-6ce2-4f69-b3d0-91948a855c40} TCPHandler: Processed in 0.001242563 sec. 2025.11.20 17:29:42.754068 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:42.754116 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:42.757715 [ 220 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_41_8, all_42_42_0, all_43_43_0, all_44_44_0, all_45_45_0, all_46_46_0] 2025.11.20 17:29:43.143185 [ 222 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Found 6 old parts to remove. Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] 2025.11.20 17:29:43.143238 [ 222 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from filesystem (serially): Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] 2025.11.20 17:29:43.145952 [ 222 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from memory: Parts: [all_1_19_4, all_20_20_0, all_21_21_0, all_22_22_0, all_23_23_0, all_24_24_0] 2025.11.20 17:29:46.020539 [ 107 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:29:46.020607 [ 107 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:29:46.245978 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 47968 2025.11.20 17:29:46.246832 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:46.246914 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:46.247408 [ 245 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:29:46.247633 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:46.247772 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 47968 2025.11.20 17:29:46.247896 [ 219 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:29:46.247971 [ 219 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:29:46.251436 [ 219 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:29:46.410631 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2644 2025.11.20 17:29:46.412656 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:46.412692 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:46.413814 [ 243 ] {} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:29:46.414068 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:46.414323 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2644 2025.11.20 17:29:47.329455 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.329633 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.329694 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:29:47.330469 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.330510 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.330877 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:29:47.331085 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.331301 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} executeQuery: Read 410 rows, 26.63 KiB in 0.001711 sec., 239625.9497369959 rows/sec., 15.20 MiB/sec. 2025.11.20 17:29:47.331344 [ 260 ] {f33b051f-8251-4884-a2b2-de5e62555174} TCPHandler: Processed in 0.002021327 sec. 2025.11.20 17:29:47.331465 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.331562 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:29:47.331603 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:29:47.332000 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.332036 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.332361 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.11.20 17:29:47.332591 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.332719 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} executeQuery: Read 3 rows, 228.00 B in 0.001176 sec., 2551.0204081632655 rows/sec., 189.33 KiB/sec. 2025.11.20 17:29:47.332758 [ 260 ] {7ad81a60-5017-4859-b840-f846ff1d2896} TCPHandler: Processed in 0.001343585 sec. 2025.11.20 17:29:47.332875 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.332971 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:47.333011 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:47.334019 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.334057 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.334446 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.11.20 17:29:47.334656 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.334788 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} executeQuery: Read 1236 rows, 101.50 KiB in 0.001835 sec., 673569.4822888284 rows/sec., 54.02 MiB/sec. 2025.11.20 17:29:47.334827 [ 260 ] {bf1bdbcb-41a6-4013-88e4-6334d19a842a} TCPHandler: Processed in 0.002002428 sec. 2025.11.20 17:29:47.334927 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.335022 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.335062 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:29:47.335544 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.335581 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.335884 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:29:47.336085 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.336212 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} executeQuery: Read 267 rows, 16.94 KiB in 0.001208 sec., 221026.49006622515 rows/sec., 13.69 MiB/sec. 2025.11.20 17:29:47.336251 [ 260 ] {f8d9c7ea-4e1f-4066-8cba-c8a3e0452069} TCPHandler: Processed in 0.001373186 sec. 2025.11.20 17:29:47.336360 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.336455 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.336495 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:29:47.336959 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.336996 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.337291 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:29:47.337491 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.337620 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} executeQuery: Read 212 rows, 14.00 KiB in 0.001182 sec., 179357.0219966159 rows/sec., 11.57 MiB/sec. 2025.11.20 17:29:47.337660 [ 260 ] {2e347623-24f9-4ee1-ac25-b3c2c8e4fbb6} TCPHandler: Processed in 0.001349125 sec. 2025.11.20 17:29:47.337761 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.337856 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.337895 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:29:47.338350 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.338388 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.338690 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:29:47.338892 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.339022 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} executeQuery: Read 211 rows, 12.27 KiB in 0.001184 sec., 178209.45945945947 rows/sec., 10.12 MiB/sec. 2025.11.20 17:29:47.339062 [ 260 ] {689b19fa-9984-48e3-b018-f682ce339869} TCPHandler: Processed in 0.001351286 sec. 2025.11.20 17:29:47.339168 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.339265 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:47.339306 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:47.339978 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.340014 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.340362 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.11.20 17:29:47.340567 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.340698 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} executeQuery: Read 768 rows, 55.39 KiB in 0.001452 sec., 528925.6198347107 rows/sec., 37.25 MiB/sec. 2025.11.20 17:29:47.340737 [ 260 ] {c80377a8-4aee-499e-ade2-536172030c4e} TCPHandler: Processed in 0.001619531 sec. 2025.11.20 17:29:47.340845 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.340940 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:29:47.340981 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:29:47.341299 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.341336 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.341642 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.11.20 17:29:47.341846 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.341970 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} executeQuery: Read 6 rows, 321.00 B in 0.001049 sec., 5719.733079122974 rows/sec., 298.83 KiB/sec. 2025.11.20 17:29:47.342007 [ 260 ] {e2c29eeb-cc2b-4d7d-bd85-c6f98f8ebb67} TCPHandler: Processed in 0.001210703 sec. 2025.11.20 17:29:47.342111 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.342212 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.342256 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:47.342694 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.342730 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.343080 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.11.20 17:29:47.343291 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.343412 [ 103 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_159_34 to all_164_164_0 2025.11.20 17:29:47.343427 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} executeQuery: Read 317 rows, 21.31 KiB in 0.001234 sec., 256888.16855753644 rows/sec., 16.86 MiB/sec. 2025.11.20 17:29:47.343460 [ 103 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.343478 [ 260 ] {b219e58d-31f0-4eac-9b3b-d2e31acfdbfd} TCPHandler: Processed in 0.001416416 sec. 2025.11.20 17:29:47.343485 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.343585 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_159_34 to all_164_164_0 into Compact with storage Full 2025.11.20 17:29:47.343597 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.343681 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:47.343710 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTreeSequentialSource: Reading 8 marks from part all_1_159_34, total 49871 rows starting from the beginning of the part 2025.11.20 17:29:47.343713 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.343764 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:29:47.343767 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTreeSequentialSource: Reading 2 marks from part all_160_160_0, total 160 rows starting from the beginning of the part 2025.11.20 17:29:47.343819 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTreeSequentialSource: Reading 2 marks from part all_161_161_0, total 880 rows starting from the beginning of the part 2025.11.20 17:29:47.343862 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 128 rows starting from the beginning of the part 2025.11.20 17:29:47.343902 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 160 rows starting from the beginning of the part 2025.11.20 17:29:47.343944 [ 192 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 317 rows starting from the beginning of the part 2025.11.20 17:29:47.344122 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.344164 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.344531 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:29:47.344742 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.344931 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} executeQuery: Read 1 rows, 69.00 B in 0.00124 sec., 806.4516129032259 rows/sec., 54.34 KiB/sec. 2025.11.20 17:29:47.344971 [ 260 ] {61a57280-17ea-466d-a00b-617d3c1e30e3} TCPHandler: Processed in 0.001430017 sec. 2025.11.20 17:29:47.345101 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.345195 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.345253 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} 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.11.20 17:29:47.346238 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.346273 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.346822 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:29:47.347035 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.347141 [ 103 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.11.20 17:29:47.347169 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} executeQuery: Read 59 rows, 108.26 KiB in 0.002054 sec., 28724.440116845184 rows/sec., 51.47 MiB/sec. 2025.11.20 17:29:47.347173 [ 103 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.347274 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.347299 [ 260 ] {11ff148a-ea6a-4e5e-9add-1fa4a4febb5b} TCPHandler: Processed in 0.002245922 sec. 2025.11.20 17:29:47.347385 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_66_13 to all_71_71_0 into Compact with storage Full 2025.11.20 17:29:47.347422 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.347568 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.347617 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.11.20 17:29:47.347661 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:47.347724 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 2624 rows starting from the beginning of the part 2025.11.20 17:29:47.347852 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 41 rows starting from the beginning of the part 2025.11.20 17:29:47.347979 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 51 rows starting from the beginning of the part 2025.11.20 17:29:47.348053 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.348094 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 55 rows starting from the beginning of the part 2025.11.20 17:29:47.348095 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.348198 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 58 rows starting from the beginning of the part 2025.11.20 17:29:47.348296 [ 193 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 59 rows starting from the beginning of the part 2025.11.20 17:29:47.348438 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.11.20 17:29:47.348686 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.348823 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} executeQuery: Read 9 rows, 651.00 B in 0.00128 sec., 7031.249999999999 rows/sec., 496.67 KiB/sec. 2025.11.20 17:29:47.348860 [ 260 ] {7b5f3c7b-d304-4da6-807d-01c56e28bf43} TCPHandler: Processed in 0.001489618 sec. 2025.11.20 17:29:47.348969 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:47.349065 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:47.349105 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:47.349431 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:47.349466 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:47.349772 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} MergedBlockOutputStream: filled checksums all_164_164_0 (state Temporary) 2025.11.20 17:29:47.349976 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_164_164_0 to all_164_164_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.350100 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} executeQuery: Read 104 rows, 6.53 KiB in 0.001054 sec., 98671.72675521822 rows/sec., 6.05 MiB/sec. 2025.11.20 17:29:47.350135 [ 260 ] {e96e0137-62c8-41b0-9be3-27f592576393} TCPHandler: Processed in 0.001213853 sec. 2025.11.20 17:29:47.353509 [ 190 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergeTask::MergeProjectionsStage: Merge sorted 51516 rows, containing 5 columns (5 merged, 0 gathered) in 0.009954907 sec., 5174935.33591022 rows/sec., 348.35 MiB/sec. 2025.11.20 17:29:47.353851 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} MergedBlockOutputStream: filled checksums all_1_164_35 (state Temporary) 2025.11.20 17:29:47.354142 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_164_35 to all_1_164_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.354218 [ 196 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_164_35} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_159_34, all_164_164_0] -> all_1_164_35 2025.11.20 17:29:47.354303 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.11.20 17:29:47.357791 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 2888 rows, containing 19 columns (19 merged, 0 gathered) in 0.010460756 sec., 276079.4726499691 rows/sec., 494.72 MiB/sec. 2025.11.20 17:29:47.360310 [ 190 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.11.20 17:29:47.360710 [ 190 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:47.360794 [ 190 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_71_14} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.11.20 17:29:47.360922 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.91 MiB. 2025.11.20 17:29:47.385297 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:29:47.385350 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:29:47.387858 [ 222 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_31_6, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0, all_36_36_0] 2025.11.20 17:29:48.000255 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 390.33 MiB, peak 412.21 MiB, free memory in arenas 0.00 B, will set to 396.30 MiB (RSS), difference: 5.97 MiB 2025.11.20 17:29:48.746917 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 753 2025.11.20 17:29:48.764116 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:48.764166 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:48.770456 [ 244 ] {} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.11.20 17:29:48.771176 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:48.774213 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 753 2025.11.20 17:29:50.068386 [ 225 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Found 5 old parts to remove. Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.11.20 17:29:50.068436 [ 225 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Removing 5 parts from filesystem (serially): Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.11.20 17:29:50.071050 [ 225 ] {} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Removing 5 parts from memory: Parts: [all_1_5_1, all_6_6_0, all_7_7_0, all_8_8_0, all_9_9_0] 2025.11.20 17:29:52.082036 [ 222 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:52.082153 [ 222 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:52.085107 [ 222 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:52.181888 [ 217 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:52.181983 [ 217 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:52.185771 [ 217 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:29:52.313810 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:52.314008 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:52.314080 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:52.314834 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:52.314877 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:52.315263 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.11.20 17:29:52.315485 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:52.315633 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} executeQuery: Read 56 rows, 4.41 KiB in 0.001678 sec., 33373.063170441004 rows/sec., 2.56 MiB/sec. 2025.11.20 17:29:52.315674 [ 260 ] {22fca309-b25c-4e74-845f-c576e9673fbe} TCPHandler: Processed in 0.002029598 sec. 2025.11.20 17:29:52.315791 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:52.315888 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:52.315928 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:52.316341 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:52.316378 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:52.316675 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.11.20 17:29:52.316884 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:52.317009 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} executeQuery: Read 64 rows, 5.12 KiB in 0.00114 sec., 56140.350877192985 rows/sec., 4.38 MiB/sec. 2025.11.20 17:29:52.317047 [ 260 ] {6258a8a7-ab5b-4b34-b0af-443412e890c1} TCPHandler: Processed in 0.001304015 sec. 2025.11.20 17:29:52.317228 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:52.317322 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:52.317401 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:52.317880 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:52.317917 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:52.318256 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.11.20 17:29:52.318462 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:52.318593 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} executeQuery: Read 160 rows, 11.41 KiB in 0.001289 sec., 124127.23041117145 rows/sec., 8.65 MiB/sec. 2025.11.20 17:29:52.318629 [ 260 ] {05add82e-b7e2-4eef-9ac6-9a0529fcb5e2} TCPHandler: Processed in 0.001449267 sec. 2025.11.20 17:29:52.318728 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:52.318831 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:52.318871 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:52.319200 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:52.319235 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:52.319533 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} MergedBlockOutputStream: filled checksums all_165_165_0 (state Temporary) 2025.11.20 17:29:52.319741 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_165_165_0 to all_165_165_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:52.319866 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} executeQuery: Read 60 rows, 4.14 KiB in 0.001055 sec., 56872.037914691944 rows/sec., 3.83 MiB/sec. 2025.11.20 17:29:52.319901 [ 260 ] {98531dc6-f404-436a-82bc-e6b3cb735245} TCPHandler: Processed in 0.001219533 sec. 2025.11.20 17:29:53.748034 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 48416 2025.11.20 17:29:53.748643 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:53.748686 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:53.749167 [ 245 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:29:53.749392 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:53.749523 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48416 2025.11.20 17:29:53.749534 [ 97 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.11.20 17:29:53.749626 [ 97 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:53.749664 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:53.749772 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.11.20 17:29:53.749862 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:53.749892 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTreeSequentialSource: Reading 7 marks from part all_1_96_19, total 46048 rows starting from the beginning of the part 2025.11.20 17:29:53.749946 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 448 rows starting from the beginning of the part 2025.11.20 17:29:53.749989 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 512 rows starting from the beginning of the part 2025.11.20 17:29:53.750029 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 448 rows starting from the beginning of the part 2025.11.20 17:29:53.750066 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 512 rows starting from the beginning of the part 2025.11.20 17:29:53.750106 [ 200 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 448 rows starting from the beginning of the part 2025.11.20 17:29:53.752753 [ 195 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 48416 rows, containing 4 columns (4 merged, 0 gathered) in 0.003019917 sec., 16032228.700325208 rows/sec., 229.34 MiB/sec. 2025.11.20 17:29:53.753063 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.11.20 17:29:53.753341 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:53.753412 [ 188 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_101_20} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.11.20 17:29:53.753493 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.12 MiB. 2025.11.20 17:29:56.274295 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 761 2025.11.20 17:29:56.292138 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:56.292186 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:56.298388 [ 244 ] {} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:29:56.299497 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:56.299830 [ 95 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.11.20 17:29:56.299926 [ 95 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:56.299964 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:56.300094 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full 2025.11.20 17:29:56.302971 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 761 2025.11.20 17:29:56.304079 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:56.305796 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 723 rows starting from the beginning of the part 2025.11.20 17:29:56.310679 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 8 rows starting from the beginning of the part 2025.11.20 17:29:56.315538 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 7 rows starting from the beginning of the part 2025.11.20 17:29:56.320238 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 8 rows starting from the beginning of the part 2025.11.20 17:29:56.325288 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 7 rows starting from the beginning of the part 2025.11.20 17:29:56.330287 [ 200 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 8 rows starting from the beginning of the part 2025.11.20 17:29:56.393208 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 761 rows, containing 679 columns (679 merged, 0 gathered) in 0.093161869 sec., 8168.57806920984 rows/sec., 42.24 MiB/sec. 2025.11.20 17:29:56.396795 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.11.20 17:29:56.399204 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:56.399305 [ 195 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_101_20} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.11.20 17:29:56.402047 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. 2025.11.20 17:29:56.414560 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2678 2025.11.20 17:29:56.417239 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:56.417274 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:56.418594 [ 243 ] {} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:29:56.419137 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:56.419276 [ 93 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:29:56.419324 [ 93 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:56.419348 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:56.419436 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2678 2025.11.20 17:29:56.419443 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:29:56.419889 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:56.420018 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2512 rows starting from the beginning of the part 2025.11.20 17:29:56.420362 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part 2025.11.20 17:29:56.420706 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 38 rows starting from the beginning of the part 2025.11.20 17:29:56.421042 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 62 rows starting from the beginning of the part 2025.11.20 17:29:56.421367 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 16 rows starting from the beginning of the part 2025.11.20 17:29:56.421681 [ 191 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 34 rows starting from the beginning of the part 2025.11.20 17:29:56.430270 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2678 rows, containing 72 columns (72 merged, 0 gathered) in 0.010863004 sec., 246524.8102642694 rows/sec., 187.03 MiB/sec. 2025.11.20 17:29:56.432592 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:29:56.433412 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:56.433486 [ 197 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_76_15} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:29:56.433787 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.04 MiB. 2025.11.20 17:29:57.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 397.52 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 396.40 MiB (RSS), difference: -1.11 MiB 2025.11.20 17:29:57.327989 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.328143 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.328203 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:29:57.329004 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.329047 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.329643 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:29:57.330172 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.330345 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} executeQuery: Read 410 rows, 26.63 KiB in 0.002246 sec., 182546.749777382 rows/sec., 11.58 MiB/sec. 2025.11.20 17:29:57.330390 [ 260 ] {bce88fc9-0fbd-4618-ac28-edf605969e9b} TCPHandler: Processed in 0.002523578 sec. 2025.11.20 17:29:57.330564 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.330659 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:29:57.330699 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:29:57.331590 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.331624 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.332150 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.11.20 17:29:57.332649 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.332782 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} executeQuery: Read 1230 rows, 101.10 KiB in 0.002142 sec., 574229.6918767508 rows/sec., 46.09 MiB/sec. 2025.11.20 17:29:57.332784 [ 92 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.11.20 17:29:57.332820 [ 260 ] {ba9b1212-97d2-461a-a7e3-35995d8767ac} TCPHandler: Processed in 0.002320453 sec. 2025.11.20 17:29:57.332830 [ 92 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.332850 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.332934 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.332983 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.11.20 17:29:57.333029 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.333080 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:29:57.333157 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:57.333200 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 2506 rows starting from the beginning of the part 2025.11.20 17:29:57.333276 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:57.333332 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:57.333382 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 1236 rows starting from the beginning of the part 2025.11.20 17:29:57.333429 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 56 rows starting from the beginning of the part 2025.11.20 17:29:57.333478 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 1230 rows starting from the beginning of the part 2025.11.20 17:29:57.333561 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.333601 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.334079 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.11.20 17:29:57.334568 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.334703 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} executeQuery: Read 264 rows, 16.75 KiB in 0.001693 sec., 155936.2079149439 rows/sec., 9.66 MiB/sec. 2025.11.20 17:29:57.334741 [ 260 ] {47aae73f-80b0-4316-a0b4-069265f60a82} TCPHandler: Processed in 0.001855184 sec. 2025.11.20 17:29:57.334864 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.334958 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.334998 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:29:57.335454 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.335490 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.335620 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 5140 rows, containing 5 columns (5 merged, 0 gathered) in 0.002694621 sec., 1907503.8753130776 rows/sec., 161.69 MiB/sec. 2025.11.20 17:29:57.335932 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:29:57.336117 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.11.20 17:29:57.336423 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.336579 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} executeQuery: Read 212 rows, 14.00 KiB in 0.001639 sec., 129347.16290420988 rows/sec., 8.34 MiB/sec. 2025.11.20 17:29:57.336620 [ 260 ] {a8762727-3374-4193-a64c-9cbc2642b6c1} TCPHandler: Processed in 0.001814544 sec. 2025.11.20 17:29:57.336737 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.336819 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.336832 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.336880 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:29:57.336916 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_166_33} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.11.20 17:29:57.337024 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.11.20 17:29:57.337328 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.337371 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.337789 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.11.20 17:29:57.338210 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.338341 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} executeQuery: Read 211 rows, 12.27 KiB in 0.001526 sec., 138269.9868938401 rows/sec., 7.85 MiB/sec. 2025.11.20 17:29:57.338391 [ 260 ] {730aaa16-bcac-46e0-a0ca-c323f98cffca} TCPHandler: Processed in 0.001706822 sec. 2025.11.20 17:29:57.338497 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.338590 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:29:57.338629 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:29:57.339266 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.339299 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.339752 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.11.20 17:29:57.340213 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.340344 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} executeQuery: Read 738 rows, 53.19 KiB in 0.001771 sec., 416713.72106154717 rows/sec., 29.33 MiB/sec. 2025.11.20 17:29:57.340353 [ 92 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.11.20 17:29:57.340385 [ 260 ] {52d41a21-59a8-453e-9132-7d5c1e36d4ba} TCPHandler: Processed in 0.001935156 sec. 2025.11.20 17:29:57.340396 [ 92 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.340419 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.340496 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.340521 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.11.20 17:29:57.340590 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:29:57.340628 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:57.340636 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:29:57.340665 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_1_161_32, total 1293 rows starting from the beginning of the part 2025.11.20 17:29:57.340729 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:57.340775 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:57.340815 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 768 rows starting from the beginning of the part 2025.11.20 17:29:57.340855 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 64 rows starting from the beginning of the part 2025.11.20 17:29:57.340896 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 738 rows starting from the beginning of the part 2025.11.20 17:29:57.341002 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.341042 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.341537 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.11.20 17:29:57.341969 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.342015 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 2991 rows, containing 5 columns (5 merged, 0 gathered) in 0.001532019 sec., 1952325.6565355915 rows/sec., 147.39 MiB/sec. 2025.11.20 17:29:57.342104 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. 2025.11.20 17:29:57.342147 [ 260 ] {da4f2a4f-a8db-4524-8488-389804939aa2} TCPHandler: Processed in 0.001701432 sec. 2025.11.20 17:29:57.342262 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.342273 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.11.20 17:29:57.342361 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.342407 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:29:57.342759 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.342836 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.342838 [ 191 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_166_33} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.11.20 17:29:57.342879 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.342931 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.11.20 17:29:57.343353 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.11.20 17:29:57.343804 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.343937 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} executeQuery: Read 314 rows, 21.12 KiB in 0.001596 sec., 196741.85463659148 rows/sec., 12.92 MiB/sec. 2025.11.20 17:29:57.343974 [ 260 ] {29657e13-291f-4062-9660-b0dc91368eeb} TCPHandler: Processed in 0.001768004 sec. 2025.11.20 17:29:57.344080 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.344173 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.344213 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:29:57.344518 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.344551 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.344958 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:29:57.345439 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.345558 [ 92 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Selected 6 parts from all_1_61_13 to all_66_66_0 2025.11.20 17:29:57.345569 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} executeQuery: Read 1 rows, 69.00 B in 0.001414 sec., 707.2135785007073 rows/sec., 47.65 KiB/sec. 2025.11.20 17:29:57.345592 [ 92 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.345610 [ 260 ] {891bdb8f-6566-4d42-99c3-c56d90aaf1c3} TCPHandler: Processed in 0.001586959 sec. 2025.11.20 17:29:57.345613 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.345702 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTask::PrepareStage: Merging 6 parts: from all_1_61_13 to all_66_66_0 into Compact with storage Full 2025.11.20 17:29:57.345708 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.345826 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:57.345837 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.345867 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_13, total 64 rows starting from the beginning of the part 2025.11.20 17:29:57.345903 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} 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.11.20 17:29:57.345932 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:57.345987 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:57.346030 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:57.346073 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:57.346116 [ 187 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 1 rows starting from the beginning of the part 2025.11.20 17:29:57.346786 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.346826 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.346971 [ 199 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergeTask::MergeProjectionsStage: Merge sorted 69 rows, containing 4 columns (4 merged, 0 gathered) in 0.001310415 sec., 52655.0749190142 rows/sec., 3.45 MiB/sec. 2025.11.20 17:29:57.347281 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} MergedBlockOutputStream: filled checksums all_1_66_14 (state Temporary) 2025.11.20 17:29:57.347576 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:29:57.347931 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_merge_all_1_66_14 to all_1_66_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.348017 [ 201 ] {3b27862b-b98c-491e-a117-76e99c241cf0::all_1_66_14} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0) (MergerMutator): Merged 6 parts: [all_1_61_13, all_66_66_0] -> all_1_66_14 2025.11.20 17:29:57.348071 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.348104 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:29:57.348225 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} executeQuery: Read 59 rows, 108.26 KiB in 0.002406 sec., 24522.02826267664 rows/sec., 43.94 MiB/sec. 2025.11.20 17:29:57.348285 [ 260 ] {bc5cd67b-d28f-45ab-9dd1-a24bdcab5bcb} TCPHandler: Processed in 0.00262459 sec. 2025.11.20 17:29:57.348399 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:29:57.348494 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:29:57.348535 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:29:57.348857 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.348891 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.349302 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} MergedBlockOutputStream: filled checksums all_166_166_0 (state Temporary) 2025.11.20 17:29:57.349713 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_166_166_0 to all_166_166_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.349824 [ 92 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_161_32 to all_166_166_0 2025.11.20 17:29:57.349843 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} executeQuery: Read 104 rows, 6.53 KiB in 0.001368 sec., 76023.39181286549 rows/sec., 4.66 MiB/sec. 2025.11.20 17:29:57.349857 [ 92 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:57.349876 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:57.349879 [ 260 ] {77dfe544-2ad0-4c00-9004-07e454a99d90} TCPHandler: Processed in 0.001533399 sec. 2025.11.20 17:29:57.349965 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTask::PrepareStage: Merging 6 parts: from all_1_161_32 to all_166_166_0 into Compact with storage Full 2025.11.20 17:29:57.350099 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:57.350137 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTreeSequentialSource: Reading 3 marks from part all_1_161_32, total 11304 rows starting from the beginning of the part 2025.11.20 17:29:57.350206 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_162_162_0, total 48 rows starting from the beginning of the part 2025.11.20 17:29:57.350256 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_163_163_0, total 60 rows starting from the beginning of the part 2025.11.20 17:29:57.350302 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_164_164_0, total 104 rows starting from the beginning of the part 2025.11.20 17:29:57.350345 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 60 rows starting from the beginning of the part 2025.11.20 17:29:57.350389 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 104 rows starting from the beginning of the part 2025.11.20 17:29:57.353165 [ 199 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergeTask::MergeProjectionsStage: Merge sorted 11680 rows, containing 4 columns (4 merged, 0 gathered) in 0.003242491 sec., 3602168.8263745373 rows/sec., 229.96 MiB/sec. 2025.11.20 17:29:57.353502 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} MergedBlockOutputStream: filled checksums all_1_166_33 (state Temporary) 2025.11.20 17:29:57.354045 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_166_33 to all_1_166_33 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:57.354114 [ 186 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_166_33} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_161_32, all_166_166_0] -> all_1_166_33 2025.11.20 17:29:57.354176 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2025.11.20 17:29:59.083749 [ 90 ] {} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.11.20 17:29:59.083849 [ 90 ] {} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:29:59.083886 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:29:59.084066 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::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.11.20 17:29:59.084249 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:29:59.084290 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part 2025.11.20 17:29:59.084363 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:59.084415 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 9 rows starting from the beginning of the part 2025.11.20 17:29:59.084463 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.11.20 17:29:59.084510 [ 194 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 9 rows starting from the beginning of the part 2025.11.20 17:29:59.086403 [ 186 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.002407295 sec., 21185.60458938352 rows/sec., 1.51 MiB/sec. 2025.11.20 17:29:59.086724 [ 199 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.11.20 17:29:59.087409 [ 199 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:29:59.087483 [ 199 ] {2e06e435-47a0-49fa-88a1-3847c769e497::all_1_5_1} oximeter.measurements_i64 (2e06e435-47a0-49fa-88a1-3847c769e497) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.11.20 17:29:59.087587 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.11.20 17:30:01.020850 [ 89 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:30:01.020912 [ 89 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:30:01.249710 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 48928 2025.11.20 17:30:01.250302 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:01.250352 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:01.250958 [ 245 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:30:01.251395 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:01.251534 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 48928 2025.11.20 17:30:02.260362 [ 223 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.260433 [ 223 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.264372 [ 223 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.314293 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:02.314465 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:02.314526 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:02.315153 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:02.315194 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:02.315884 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.11.20 17:30:02.316371 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:02.316526 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} executeQuery: Read 56 rows, 4.41 KiB in 0.002106 sec., 26590.693257359926 rows/sec., 2.04 MiB/sec. 2025.11.20 17:30:02.316568 [ 260 ] {ad7a4a5b-3bc0-4efa-87c0-7529250afab4} TCPHandler: Processed in 0.002403165 sec. 2025.11.20 17:30:02.316684 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:02.316779 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:02.316818 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:02.317261 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:02.317295 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:02.317752 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.11.20 17:30:02.318153 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:02.318282 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} executeQuery: Read 64 rows, 5.12 KiB in 0.001522 sec., 42049.93429697766 rows/sec., 3.28 MiB/sec. 2025.11.20 17:30:02.318319 [ 260 ] {a7195fb1-a57b-4fb5-9fa0-289701841d65} TCPHandler: Processed in 0.001684482 sec. 2025.11.20 17:30:02.318395 [ 217 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.318441 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:02.318455 [ 217 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.318543 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:02.318591 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:02.319019 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:02.319054 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:02.319576 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.11.20 17:30:02.320057 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:02.320204 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} executeQuery: Read 160 rows, 11.41 KiB in 0.00168 sec., 95238.09523809524 rows/sec., 6.63 MiB/sec. 2025.11.20 17:30:02.320243 [ 260 ] {1c5f64b8-a486-455c-ad2d-7a9b2c631f68} TCPHandler: Processed in 0.001855185 sec. 2025.11.20 17:30:02.320356 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:02.320457 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:02.320498 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:02.320829 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:02.320864 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:02.321333 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} MergedBlockOutputStream: filled checksums all_167_167_0 (state Temporary) 2025.11.20 17:30:02.321795 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_167_167_0 to all_167_167_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:02.321934 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} executeQuery: Read 60 rows, 4.14 KiB in 0.001495 sec., 40133.77926421405 rows/sec., 2.70 MiB/sec. 2025.11.20 17:30:02.321970 [ 260 ] {da614a24-78c0-41d5-9ae6-331a1ba1e424} TCPHandler: Processed in 0.001661672 sec. 2025.11.20 17:30:02.322960 [ 217 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.368312 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.11.20 17:30:02.368340 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.11.20 17:30:02.371670 [ 221 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_30_6, all_31_31_0, all_32_32_0, all_33_33_0, all_34_34_0, all_35_35_0] 2025.11.20 17:30:02.907737 [ 224 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.907793 [ 224 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.911065 [ 224 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.919114 [ 217 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.919157 [ 217 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:02.923000 [ 217 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:03.803117 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 768 2025.11.20 17:30:03.820974 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:03.821020 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:03.827361 [ 244 ] {} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:30:03.828565 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:03.831654 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 768 2025.11.20 17:30:05.327469 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.327665 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.327737 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:30:05.328413 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.328466 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.329020 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:30:05.329473 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.329631 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} executeQuery: Read 24 rows, 2.04 KiB in 0.002018 sec., 11892.963330029734 rows/sec., 1010.44 KiB/sec. 2025.11.20 17:30:05.329674 [ 260 ] {2a8c4d8a-cd2f-4891-8dd7-eec88858361e} TCPHandler: Processed in 0.002344675 sec. 2025.11.20 17:30:05.329785 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.329878 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:30:05.329918 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:30:05.330309 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.330345 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.330735 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.11.20 17:30:05.331135 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.331267 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} executeQuery: Read 6 rows, 501.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 347.73 KiB/sec. 2025.11.20 17:30:05.331304 [ 260 ] {2a74095e-d1f0-4bf6-95a5-916da5205e29} TCPHandler: Processed in 0.001567989 sec. 2025.11.20 17:30:05.331410 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.331506 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:05.331546 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:05.332458 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.332494 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.332974 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.11.20 17:30:05.333370 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.333503 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} executeQuery: Read 1437 rows, 123.91 KiB in 0.002014 sec., 713505.4617676266 rows/sec., 60.08 MiB/sec. 2025.11.20 17:30:05.333541 [ 260 ] {03a413b0-3225-49aa-9275-d3cbdd5ab438} TCPHandler: Processed in 0.002179601 sec. 2025.11.20 17:30:05.333647 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.333741 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.333781 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:30:05.334186 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.334222 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.334621 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.11.20 17:30:05.335060 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.335190 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} executeQuery: Read 77 rows, 5.82 KiB in 0.001467 sec., 52488.07089297887 rows/sec., 3.87 MiB/sec. 2025.11.20 17:30:05.335228 [ 260 ] {b3e57636-e107-4104-b863-b7e54ffcee69} TCPHandler: Processed in 0.001629031 sec. 2025.11.20 17:30:05.335334 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.335428 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.335472 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:30:05.335913 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.335949 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.336351 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:30:05.336791 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.336921 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} executeQuery: Read 252 rows, 17.85 KiB in 0.00151 sec., 166887.41721854304 rows/sec., 11.54 MiB/sec. 2025.11.20 17:30:05.336958 [ 260 ] {b873710a-4616-4006-aab9-bb9a460a2e67} TCPHandler: Processed in 0.001672361 sec. 2025.11.20 17:30:05.337066 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.337160 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.337200 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:30:05.337592 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.337628 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.338022 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.11.20 17:30:05.338429 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.338564 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} executeQuery: Read 12 rows, 960.00 B in 0.001422 sec., 8438.818565400843 rows/sec., 659.28 KiB/sec. 2025.11.20 17:30:05.338602 [ 260 ] {9e5f41a9-f32f-49cd-9baf-5f9fb72f28f4} TCPHandler: Processed in 0.00158529 sec. 2025.11.20 17:30:05.338703 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.338795 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:05.338834 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:05.339409 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.339447 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.339875 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.11.20 17:30:05.340326 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.340462 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} executeQuery: Read 621 rows, 47.88 KiB in 0.001684 sec., 368764.84560570074 rows/sec., 27.76 MiB/sec. 2025.11.20 17:30:05.340501 [ 260 ] {13fd355c-fc2a-491a-8ffb-739dc20374ab} TCPHandler: Processed in 0.001846325 sec. 2025.11.20 17:30:05.340605 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.340698 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.340741 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:05.341274 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.341309 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.341787 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.11.20 17:30:05.342195 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.342328 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} executeQuery: Read 927 rows, 65.77 KiB in 0.001648 sec., 562500 rows/sec., 38.97 MiB/sec. 2025.11.20 17:30:05.342364 [ 260 ] {583e98c1-2ffc-4dfc-8740-2434b82ec2eb} TCPHandler: Processed in 0.001807304 sec. 2025.11.20 17:30:05.342475 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.342568 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.342623 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} 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.11.20 17:30:05.343475 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.343508 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.344185 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.11.20 17:30:05.344596 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.344736 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} executeQuery: Read 59 rows, 108.26 KiB in 0.002185 sec., 27002.28832951945 rows/sec., 48.39 MiB/sec. 2025.11.20 17:30:05.344791 [ 260 ] {0c690480-8f54-4708-9f57-8d181baff629} TCPHandler: Processed in 0.002368494 sec. 2025.11.20 17:30:05.344898 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:05.344992 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:05.345034 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:05.345352 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:05.345386 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:05.345774 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} MergedBlockOutputStream: filled checksums all_168_168_0 (state Temporary) 2025.11.20 17:30:05.346232 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_168_168_0 to all_168_168_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:05.346363 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} executeQuery: Read 36 rows, 2.48 KiB in 0.001389 sec., 25917.926565874728 rows/sec., 1.75 MiB/sec. 2025.11.20 17:30:05.346398 [ 260 ] {f1f69970-e138-4703-9159-c4dc4ec6dd76} TCPHandler: Processed in 0.00154923 sec. 2025.11.20 17:30:06.419718 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 50 entries to flush up to offset 2728 2025.11.20 17:30:06.422522 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:06.422559 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:06.423932 [ 243 ] {} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:30:06.424514 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:06.424811 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2728 2025.11.20 17:30:07.309176 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:07.309356 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:07.309420 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:07.310178 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:07.310220 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:07.310790 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.11.20 17:30:07.311285 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:07.311447 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} executeQuery: Read 56 rows, 4.41 KiB in 0.002139 sec., 26180.458158017766 rows/sec., 2.01 MiB/sec. 2025.11.20 17:30:07.311499 [ 260 ] {2ac0e741-e1b9-4a88-8c84-94b10068ebd3} TCPHandler: Processed in 0.002447766 sec. 2025.11.20 17:30:07.311629 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:07.311725 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:07.311765 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:07.312284 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:07.312319 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:07.312730 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.11.20 17:30:07.313144 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:07.313267 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} executeQuery: Read 64 rows, 5.12 KiB in 0.001614 sec., 39653.035935563814 rows/sec., 3.10 MiB/sec. 2025.11.20 17:30:07.313303 [ 260 ] {991e75f4-ad2d-4772-9df2-d2b7150966ad} TCPHandler: Processed in 0.001783314 sec. 2025.11.20 17:30:07.313606 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:07.313699 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:07.313743 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:07.314152 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:07.314186 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:07.314629 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.11.20 17:30:07.315072 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:07.315206 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} executeQuery: Read 64 rows, 4.56 KiB in 0.001524 sec., 41994.75065616798 rows/sec., 2.92 MiB/sec. 2025.11.20 17:30:07.315224 [ 13 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 5 parts from all_1_164_35 to all_168_168_0 2025.11.20 17:30:07.315330 [ 260 ] {df49ac28-4264-4156-8188-a66864050dbe} TCPHandler: Processed in 0.001776013 sec. 2025.11.20 17:30:07.315353 [ 13 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:07.315382 [ 13 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:07.315479 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:07.315564 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTask::PrepareStage: Merging 5 parts: from all_1_164_35 to all_168_168_0 into Compact with storage Full 2025.11.20 17:30:07.315578 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:07.315685 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:07.315801 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:07.315867 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTreeSequentialSource: Reading 8 marks from part all_1_164_35, total 51516 rows starting from the beginning of the part 2025.11.20 17:30:07.315974 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTreeSequentialSource: Reading 2 marks from part all_165_165_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:07.316038 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:07.316056 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTreeSequentialSource: Reading 2 marks from part all_166_166_0, total 314 rows starting from the beginning of the part 2025.11.20 17:30:07.316085 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:07.316142 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:07.316223 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 927 rows starting from the beginning of the part 2025.11.20 17:30:07.316578 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} MergedBlockOutputStream: filled checksums all_169_169_0 (state Temporary) 2025.11.20 17:30:07.317036 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_169_169_0 to all_169_169_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:07.317169 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} executeQuery: Read 24 rows, 1.66 KiB in 0.001608 sec., 14925.373134328358 rows/sec., 1.01 MiB/sec. 2025.11.20 17:30:07.317205 [ 260 ] {9301626e-d1c2-4203-a53d-d03b19fab478} TCPHandler: Processed in 0.001776553 sec. 2025.11.20 17:30:07.327827 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergeTask::MergeProjectionsStage: Merge sorted 53077 rows, containing 5 columns (5 merged, 0 gathered) in 0.012341051 sec., 4300849.255059395 rows/sec., 289.68 MiB/sec. 2025.11.20 17:30:07.328438 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} MergedBlockOutputStream: filled checksums all_1_168_36 (state Temporary) 2025.11.20 17:30:07.329000 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_168_36 to all_1_168_36 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:07.329076 [ 199 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_168_36} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 5 parts: [all_1_164_35, all_168_168_0] -> all_1_168_36 2025.11.20 17:30:07.329173 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.49 MiB. 2025.11.20 17:30:07.863772 [ 222 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:30:07.863824 [ 222 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:30:07.866298 [ 222 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_46_9, all_47_47_0, all_48_48_0, all_49_49_0, all_50_50_0, all_51_51_0] 2025.11.20 17:30:08.751812 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 49376 2025.11.20 17:30:08.752400 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:08.752447 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:08.753090 [ 245 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:30:08.753584 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:08.753715 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49376 2025.11.20 17:30:11.000197 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 400.45 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 396.45 MiB (RSS), difference: -4.00 MiB 2025.11.20 17:30:11.331873 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 776 2025.11.20 17:30:11.349666 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:11.349727 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:11.356185 [ 244 ] {} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:30:11.357298 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:11.360402 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 776 2025.11.20 17:30:11.429530 [ 64 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Selected 5 parts from all_1_60_12 to all_64_64_0 2025.11.20 17:30:11.429613 [ 64 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:11.429639 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:11.429769 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTask::PrepareStage: Merging 5 parts: from all_1_60_12 to all_64_64_0 into Compact with storage Full 2025.11.20 17:30:11.429958 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:11.430010 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 366 rows starting from the beginning of the part 2025.11.20 17:30:11.430101 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 6 rows starting from the beginning of the part 2025.11.20 17:30:11.430170 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part 2025.11.20 17:30:11.430234 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 6 rows starting from the beginning of the part 2025.11.20 17:30:11.430294 [ 193 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part 2025.11.20 17:30:11.431176 [ 199 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergeTask::MergeProjectionsStage: Merge sorted 390 rows, containing 4 columns (4 merged, 0 gathered) in 0.001465448 sec., 266130.2209290265 rows/sec., 13.58 MiB/sec. 2025.11.20 17:30:11.431495 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} MergedBlockOutputStream: filled checksums all_1_64_13 (state Temporary) 2025.11.20 17:30:11.432030 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_merge_all_1_64_13 to all_1_64_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:11.432114 [ 190 ] {3027377a-a440-4393-be4e-a4b877526604::all_1_64_13} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604) (MergerMutator): Merged 5 parts: [all_1_60_12, all_64_64_0] -> all_1_64_13 2025.11.20 17:30:11.432209 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.11.20 17:30:12.314080 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:12.314257 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:12.314324 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:12.314992 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:12.315035 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:12.315596 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.11.20 17:30:12.316084 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:12.316243 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} executeQuery: Read 56 rows, 4.41 KiB in 0.002033 sec., 27545.499262174126 rows/sec., 2.12 MiB/sec. 2025.11.20 17:30:12.316294 [ 260 ] {31498afe-ce3b-42c7-8394-a47da4ba2cb9} TCPHandler: Processed in 0.002339834 sec. 2025.11.20 17:30:12.316413 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:12.316515 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:12.316557 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:12.316994 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:12.317029 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:12.317445 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.11.20 17:30:12.317870 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:12.318007 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} executeQuery: Read 64 rows, 5.12 KiB in 0.001516 sec., 42216.35883905013 rows/sec., 3.30 MiB/sec. 2025.11.20 17:30:12.318046 [ 260 ] {e2c3c3ea-98db-4e72-ac91-f7b2e5b304ef} TCPHandler: Processed in 0.001686422 sec. 2025.11.20 17:30:12.318157 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:12.318252 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:12.318297 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:12.318714 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:12.318748 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:12.319181 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.11.20 17:30:12.319632 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:12.319767 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} executeQuery: Read 160 rows, 11.41 KiB in 0.001535 sec., 104234.52768729642 rows/sec., 7.26 MiB/sec. 2025.11.20 17:30:12.319804 [ 260 ] {3b04b319-b3e3-4134-a09a-e9b16dea79bf} TCPHandler: Processed in 0.001695842 sec. 2025.11.20 17:30:12.319913 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:12.320007 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:12.320049 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:12.320383 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:12.320417 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:12.320814 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} MergedBlockOutputStream: filled checksums all_170_170_0 (state Temporary) 2025.11.20 17:30:12.321219 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_170_170_0 to all_170_170_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:12.321349 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. 2025.11.20 17:30:12.321385 [ 260 ] {5287fa24-0817-4502-980b-12aa02eeab08} TCPHandler: Processed in 0.001520258 sec. 2025.11.20 17:30:12.592014 [ 223 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:30:12.592064 [ 223 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:30:12.594584 [ 223 ] {} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:30:16.020955 [ 79 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:30:16.021018 [ 79 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:30:16.208274 [ 79 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Selected 5 parts from all_1_66_14 to all_70_70_0 2025.11.20 17:30:16.208324 [ 79 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:16.208349 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:16.208481 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_14 to all_70_70_0 into Compact with storage Full 2025.11.20 17:30:16.208636 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:16.208675 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_14, total 434 rows starting from the beginning of the part 2025.11.20 17:30:16.208750 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 410 rows starting from the beginning of the part 2025.11.20 17:30:16.208804 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 410 rows starting from the beginning of the part 2025.11.20 17:30:16.208854 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 410 rows starting from the beginning of the part 2025.11.20 17:30:16.208900 [ 196 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 24 rows starting from the beginning of the part 2025.11.20 17:30:16.209982 [ 199 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.00156323 sec., 1079815.5101936376 rows/sec., 73.22 MiB/sec. 2025.11.20 17:30:16.210243 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} MergedBlockOutputStream: filled checksums all_1_70_15 (state Temporary) 2025.11.20 17:30:16.210753 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_merge_all_1_70_15 to all_1_70_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:16.210826 [ 188 ] {be15ad2b-2845-428c-b4be-5b8943878356::all_1_70_15} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356) (MergerMutator): Merged 5 parts: [all_1_66_14, all_70_70_0] -> all_1_70_15 2025.11.20 17:30:16.210901 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.11.20 17:30:16.253930 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 49888 2025.11.20 17:30:16.254507 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:16.254548 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:16.255180 [ 245 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:30:16.255681 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:16.255803 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 49888 2025.11.20 17:30:16.425161 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2744 2025.11.20 17:30:16.427216 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:16.427252 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:16.428547 [ 243 ] {} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.11.20 17:30:16.429080 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:16.429356 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2744 2025.11.20 17:30:16.919488 [ 79 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Selected 5 parts from all_1_66_14 to all_70_70_0 2025.11.20 17:30:16.919537 [ 79 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:16.919560 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:16.919680 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTask::PrepareStage: Merging 5 parts: from all_1_66_14 to all_70_70_0 into Compact with storage Full 2025.11.20 17:30:16.919832 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:16.919869 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_14, total 223 rows starting from the beginning of the part 2025.11.20 17:30:16.919943 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 211 rows starting from the beginning of the part 2025.11.20 17:30:16.919996 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 211 rows starting from the beginning of the part 2025.11.20 17:30:16.920045 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 211 rows starting from the beginning of the part 2025.11.20 17:30:16.920090 [ 196 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 12 rows starting from the beginning of the part 2025.11.20 17:30:16.921037 [ 197 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001410407 sec., 615425.1928698595 rows/sec., 37.63 MiB/sec. 2025.11.20 17:30:16.921336 [ 197 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} MergedBlockOutputStream: filled checksums all_1_70_15 (state Temporary) 2025.11.20 17:30:16.921861 [ 197 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_merge_all_1_70_15 to all_1_70_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:16.921941 [ 197 ] {f9bea2d7-39c7-4b7d-97c3-73316d63a77f::all_1_70_15} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f) (MergerMutator): Merged 5 parts: [all_1_66_14, all_70_70_0] -> all_1_70_15 2025.11.20 17:30:16.922048 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.11.20 17:30:17.049268 [ 79 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Selected 5 parts from all_1_76_16 to all_80_80_0 2025.11.20 17:30:17.049338 [ 79 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.049375 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.049546 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTask::PrepareStage: Merging 5 parts: from all_1_76_16 to all_80_80_0 into Compact with storage Full 2025.11.20 17:30:17.049726 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:17.049778 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_16, total 465 rows starting from the beginning of the part 2025.11.20 17:30:17.049848 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 440 rows starting from the beginning of the part 2025.11.20 17:30:17.049893 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 212 rows starting from the beginning of the part 2025.11.20 17:30:17.049935 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 212 rows starting from the beginning of the part 2025.11.20 17:30:17.049974 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 252 rows starting from the beginning of the part 2025.11.20 17:30:17.050886 [ 197 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergeTask::MergeProjectionsStage: Merge sorted 1581 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405347 sec., 1124989.059641498 rows/sec., 79.04 MiB/sec. 2025.11.20 17:30:17.051117 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} MergedBlockOutputStream: filled checksums all_1_80_17 (state Temporary) 2025.11.20 17:30:17.051626 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_merge_all_1_80_17 to all_1_80_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.051688 [ 189 ] {8c17f693-311a-4e54-b32b-a16214ee2c9b::all_1_80_17} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b) (MergerMutator): Merged 5 parts: [all_1_76_16, all_80_80_0] -> all_1_80_17 2025.11.20 17:30:17.051741 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.11.20 17:30:17.147137 [ 79 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Selected 5 parts from all_1_98_20 to all_102_102_0 2025.11.20 17:30:17.147175 [ 79 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.147193 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.147305 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTask::PrepareStage: Merging 5 parts: from all_1_98_20 to all_102_102_0 into Compact with storage Full 2025.11.20 17:30:17.147457 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:17.147492 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_98_20, total 295 rows starting from the beginning of the part 2025.11.20 17:30:17.147566 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 280 rows starting from the beginning of the part 2025.11.20 17:30:17.147614 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 267 rows starting from the beginning of the part 2025.11.20 17:30:17.147658 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 264 rows starting from the beginning of the part 2025.11.20 17:30:17.147701 [ 196 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 77 rows starting from the beginning of the part 2025.11.20 17:30:17.148624 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergeTask::MergeProjectionsStage: Merge sorted 1183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001377726 sec., 858661.3013037426 rows/sec., 57.39 MiB/sec. 2025.11.20 17:30:17.148871 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} MergedBlockOutputStream: filled checksums all_1_102_21 (state Temporary) 2025.11.20 17:30:17.149367 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_merge_all_1_102_21 to all_1_102_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.149443 [ 189 ] {477c62df-596d-4059-85d8-7b0e53a51c94::all_1_102_21} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94) (MergerMutator): Merged 5 parts: [all_1_98_20, all_102_102_0] -> all_1_102_21 2025.11.20 17:30:17.149515 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.11.20 17:30:17.316653 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:17.316808 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:17.316868 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:17.317568 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.317613 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.318118 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.11.20 17:30:17.318606 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.318742 [ 79 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2025.11.20 17:30:17.318764 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} executeQuery: Read 174 rows, 15.67 KiB in 0.001997 sec., 87130.69604406609 rows/sec., 7.66 MiB/sec. 2025.11.20 17:30:17.318793 [ 79 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.318815 [ 260 ] {115ba357-2303-4290-9738-2208a31c1ada} TCPHandler: Processed in 0.002282363 sec. 2025.11.20 17:30:17.318822 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.318931 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2025.11.20 17:30:17.318941 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:17.319045 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:17.319060 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:30:17.319084 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 2508 rows starting from the beginning of the part 2025.11.20 17:30:17.319105 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:30:17.319154 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 56 rows starting from the beginning of the part 2025.11.20 17:30:17.319211 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 1437 rows starting from the beginning of the part 2025.11.20 17:30:17.319257 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 56 rows starting from the beginning of the part 2025.11.20 17:30:17.319302 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 56 rows starting from the beginning of the part 2025.11.20 17:30:17.319347 [ 197 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 174 rows starting from the beginning of the part 2025.11.20 17:30:17.319530 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.319577 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:17.319980 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.11.20 17:30:17.320490 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.320628 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} executeQuery: Read 59 rows, 4.44 KiB in 0.001587 sec., 37177.063642092 rows/sec., 2.73 MiB/sec. 2025.11.20 17:30:17.320667 [ 260 ] {0dec71be-0ba4-4d79-9729-1a2f45df7dbe} TCPHandler: Processed in 0.001775544 sec. 2025.11.20 17:30:17.320765 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:17.320858 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:17.320897 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:17.321065 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 4287 rows, containing 5 columns (5 merged, 0 gathered) in 0.002170181 sec., 1975411.2675394355 rows/sec., 170.98 MiB/sec. 2025.11.20 17:30:17.321331 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.321372 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.321551 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2025.11.20 17:30:17.321812 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.11.20 17:30:17.322204 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.322279 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.322291 [ 191 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_171_34} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2025.11.20 17:30:17.322391 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.05 MiB. 2025.11.20 17:30:17.322395 [ 79 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2025.11.20 17:30:17.322428 [ 79 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.322430 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} executeQuery: Read 123 rows, 9.84 KiB in 0.001589 sec., 77407.17432347388 rows/sec., 6.05 MiB/sec. 2025.11.20 17:30:17.322447 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.322484 [ 260 ] {5d892e28-02a1-4bc5-a007-983c58d667e9} TCPHandler: Processed in 0.001767923 sec. 2025.11.20 17:30:17.322523 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2025.11.20 17:30:17.322597 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:17.322608 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:17.322646 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_1_166_33, total 1294 rows starting from the beginning of the part 2025.11.20 17:30:17.322690 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:17.322699 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:17.322726 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 621 rows starting from the beginning of the part 2025.11.20 17:30:17.322748 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:17.322764 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:17.322802 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:17.322834 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 123 rows starting from the beginning of the part 2025.11.20 17:30:17.323200 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.323241 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:17.323686 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.11.20 17:30:17.323812 [ 198 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 2230 rows, containing 5 columns (5 merged, 0 gathered) in 0.001318145 sec., 1691771.3908560895 rows/sec., 131.48 MiB/sec. 2025.11.20 17:30:17.324100 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2025.11.20 17:30:17.324108 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.324265 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} executeQuery: Read 160 rows, 11.41 KiB in 0.001584 sec., 101010.10101010102 rows/sec., 7.04 MiB/sec. 2025.11.20 17:30:17.324304 [ 260 ] {1ca47eac-4b0d-4ec5-b94d-800f09605242} TCPHandler: Processed in 0.001755633 sec. 2025.11.20 17:30:17.324438 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:17.324532 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:17.324594 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} 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.11.20 17:30:17.324662 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.324736 [ 201 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_171_34} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2025.11.20 17:30:17.324799 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.11.20 17:30:17.325552 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.325591 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.326298 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.11.20 17:30:17.326746 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.326892 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} executeQuery: Read 59 rows, 108.26 KiB in 0.002377 sec., 24821.203197307528 rows/sec., 44.48 MiB/sec. 2025.11.20 17:30:17.326947 [ 260 ] {5ca88bd9-0b9a-470f-a07b-ce85bf8a7d96} TCPHandler: Processed in 0.002557228 sec. 2025.11.20 17:30:17.327057 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:17.327151 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:17.327192 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:17.327537 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.327577 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.327974 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} MergedBlockOutputStream: filled checksums all_171_171_0 (state Temporary) 2025.11.20 17:30:17.328383 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_171_171_0 to all_171_171_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.328496 [ 79 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_166_33 to all_171_171_0 2025.11.20 17:30:17.328515 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} executeQuery: Read 60 rows, 4.14 KiB in 0.001383 sec., 43383.94793926248 rows/sec., 2.92 MiB/sec. 2025.11.20 17:30:17.328529 [ 79 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:17.328557 [ 79 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:17.328562 [ 260 ] {e8a87f63-e275-4a57-af6d-171f77f4411b} TCPHandler: Processed in 0.001554749 sec. 2025.11.20 17:30:17.328636 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTask::PrepareStage: Merging 6 parts: from all_1_166_33 to all_171_171_0 into Compact with storage Full 2025.11.20 17:30:17.328756 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:17.328805 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTreeSequentialSource: Reading 3 marks from part all_1_166_33, total 11680 rows starting from the beginning of the part 2025.11.20 17:30:17.328893 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_167_167_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:17.328965 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_168_168_0, total 36 rows starting from the beginning of the part 2025.11.20 17:30:17.329025 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 24 rows starting from the beginning of the part 2025.11.20 17:30:17.329082 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:17.329140 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:17.331972 [ 195 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergeTask::MergeProjectionsStage: Merge sorted 11920 rows, containing 4 columns (4 merged, 0 gathered) in 0.003369974 sec., 3537119.2774781054 rows/sec., 226.06 MiB/sec. 2025.11.20 17:30:17.332629 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} MergedBlockOutputStream: filled checksums all_1_171_34 (state Temporary) 2025.11.20 17:30:17.333283 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_171_34 to all_1_171_34 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:17.333368 [ 198 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_171_34} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_166_33, all_171_171_0] -> all_1_171_34 2025.11.20 17:30:17.333463 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.11.20 17:30:18.085101 [ 219 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Found 6 old parts to remove. Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:30:18.085174 [ 219 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from filesystem (serially): Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:30:18.088968 [ 219 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Removing 6 parts from memory: Parts: [all_1_21_4, all_22_22_0, all_23_23_0, all_24_24_0, all_25_25_0, all_26_26_0] 2025.11.20 17:30:18.861415 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 783 2025.11.20 17:30:18.879398 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:18.879443 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:18.885799 [ 244 ] {} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:30:18.886884 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:18.890030 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 783 2025.11.20 17:30:22.002922 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35167 2025.11.20 17:30:22.003042 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003071 [ 352 ] {} TCP-Session: d540c5b0-49e6-47cd-a75f-47195415406d Authenticating user 'default' from [fd00:1122:3344:101::e]:35167 2025.11.20 17:30:22.003094 [ 352 ] {} TCP-Session: d540c5b0-49e6-47cd-a75f-47195415406d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003107 [ 352 ] {} TCP-Session: d540c5b0-49e6-47cd-a75f-47195415406d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003297 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53102 2025.11.20 17:30:22.003337 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38160 2025.11.20 17:30:22.003351 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55220 2025.11.20 17:30:22.003384 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43666 2025.11.20 17:30:22.003395 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54367 2025.11.20 17:30:22.003429 [ 352 ] {} TCP-Session: d540c5b0-49e6-47cd-a75f-47195415406d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.003472 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003473 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003508 [ 354 ] {} TCP-Session: 5b058063-2a40-4b0f-80e9-6ac44dcea310 Authenticating user 'default' from [fd00:1122:3344:101::e]:55220 2025.11.20 17:30:22.003523 [ 350 ] {} TCP-Session: 2869e3e2-096a-4257-b2ed-19228d8c2fd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43666 2025.11.20 17:30:22.003528 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003545 [ 350 ] {} TCP-Session: 2869e3e2-096a-4257-b2ed-19228d8c2fd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003567 [ 351 ] {} TCP-Session: c4a522a8-3943-42e8-bf9f-c3f871986574 Authenticating user 'default' from [fd00:1122:3344:101::e]:54367 2025.11.20 17:30:22.003580 [ 350 ] {} TCP-Session: 2869e3e2-096a-4257-b2ed-19228d8c2fd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003537 [ 354 ] {} TCP-Session: 5b058063-2a40-4b0f-80e9-6ac44dcea310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003604 [ 351 ] {} TCP-Session: c4a522a8-3943-42e8-bf9f-c3f871986574 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003645 [ 352 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} executeQuery: (from [fd00:1122:3344:101::e]:35167) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:30:22.003668 [ 351 ] {} TCP-Session: c4a522a8-3943-42e8-bf9f-c3f871986574 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003630 [ 354 ] {} TCP-Session: 5b058063-2a40-4b0f-80e9-6ac44dcea310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003411 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003385 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63976 2025.11.20 17:30:22.003758 [ 353 ] {} TCP-Session: 28548410-73b3-4060-826a-78c657238308 Authenticating user 'default' from [fd00:1122:3344:101::e]:53102 2025.11.20 17:30:22.003363 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53066 2025.11.20 17:30:22.003801 [ 353 ] {} TCP-Session: 28548410-73b3-4060-826a-78c657238308 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003350 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52465 2025.11.20 17:30:22.003831 [ 353 ] {} TCP-Session: 28548410-73b3-4060-826a-78c657238308 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003848 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003866 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003901 [ 290 ] {} TCP-Session: 6edb212e-c126-415e-8c31-fa417ef1cfe9 Authenticating user 'default' from [fd00:1122:3344:101::e]:63976 2025.11.20 17:30:22.003916 [ 289 ] {} TCP-Session: e46d9dc0-a12d-427c-91e5-9e87fc85a8cc Authenticating user 'default' from [fd00:1122:3344:101::e]:53066 2025.11.20 17:30:22.003414 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.003946 [ 289 ] {} TCP-Session: e46d9dc0-a12d-427c-91e5-9e87fc85a8cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003953 [ 352 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:30:22.003980 [ 289 ] {} TCP-Session: e46d9dc0-a12d-427c-91e5-9e87fc85a8cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.003980 [ 286 ] {} TCP-Session: d7251fbe-c695-4e2d-8d26-cc4c8a59507e Authenticating user 'default' from [fd00:1122:3344:101::e]:38160 2025.11.20 17:30:22.003938 [ 290 ] {} TCP-Session: 6edb212e-c126-415e-8c31-fa417ef1cfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.004042 [ 352 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:30:22.004063 [ 290 ] {} TCP-Session: 6edb212e-c126-415e-8c31-fa417ef1cfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.004046 [ 286 ] {} TCP-Session: d7251fbe-c695-4e2d-8d26-cc4c8a59507e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.004112 [ 286 ] {} TCP-Session: d7251fbe-c695-4e2d-8d26-cc4c8a59507e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.004181 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.004215 [ 288 ] {} TCP-Session: f912f419-8e2b-41fe-84e3-478f3b074fbf Authenticating user 'default' from [fd00:1122:3344:101::e]:52465 2025.11.20 17:30:22.004234 [ 288 ] {} TCP-Session: f912f419-8e2b-41fe-84e3-478f3b074fbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.004247 [ 288 ] {} TCP-Session: f912f419-8e2b-41fe-84e3-478f3b074fbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.004384 [ 352 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:30:22.005538 [ 347 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} AggregatingTransform: Aggregating 2025.11.20 17:30:22.005593 [ 347 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} Aggregator: Aggregation method: without_key 2025.11.20 17:30:22.005634 [ 347 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001121911 sec. (891.336 rows/sec., 34.82 KiB/sec.) 2025.11.20 17:30:22.005653 [ 347 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} Aggregator: Merging aggregated data 2025.11.20 17:30:22.007237 [ 352 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} executeQuery: Read 1 rows, 40.00 B in 0.003654 sec., 273.6726874657909 rows/sec., 10.69 KiB/sec. 2025.11.20 17:30:22.007377 [ 352 ] {c7129f7a-aecd-456f-8dba-6ad57907c805} TCPHandler: Processed in 0.004092227 sec. 2025.11.20 17:30:22.007494 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007521 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007527 [ 352 ] {} TCP-Session: d540c5b0-49e6-47cd-a75f-47195415406d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007544 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007573 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007590 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007608 [ 353 ] {} TCP-Session: 28548410-73b3-4060-826a-78c657238308 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007623 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007635 [ 354 ] {} TCP-Session: 5b058063-2a40-4b0f-80e9-6ac44dcea310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007644 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007684 [ 289 ] {} TCP-Session: e46d9dc0-a12d-427c-91e5-9e87fc85a8cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007623 [ 350 ] {} TCP-Session: 2869e3e2-096a-4257-b2ed-19228d8c2fd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007708 [ 290 ] {} TCP-Session: 6edb212e-c126-415e-8c31-fa417ef1cfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007605 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007567 [ 351 ] {} TCP-Session: c4a522a8-3943-42e8-bf9f-c3f871986574 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007777 [ 286 ] {} TCP-Session: d7251fbe-c695-4e2d-8d26-cc4c8a59507e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.007559 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.007843 [ 288 ] {} TCP-Session: f912f419-8e2b-41fe-84e3-478f3b074fbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.035750 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38940 2025.11.20 17:30:22.035840 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.035866 [ 352 ] {} TCP-Session: 1526fbe9-7136-4f9e-b62f-5d0f2bb13ca9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38940 2025.11.20 17:30:22.035888 [ 352 ] {} TCP-Session: 1526fbe9-7136-4f9e-b62f-5d0f2bb13ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.035901 [ 352 ] {} TCP-Session: 1526fbe9-7136-4f9e-b62f-5d0f2bb13ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036082 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56233 2025.11.20 17:30:22.036109 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44895 2025.11.20 17:30:22.036114 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62599 2025.11.20 17:30:22.036141 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64710 2025.11.20 17:30:22.036165 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38652 2025.11.20 17:30:22.036183 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036177 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036206 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036220 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036232 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036244 [ 353 ] {} TCP-Session: 14b11bd4-ba35-4751-863d-bfcb2ac1589f Authenticating user 'default' from [fd00:1122:3344:101::e]:56233 2025.11.20 17:30:22.036259 [ 289 ] {} TCP-Session: 919106e6-4849-4bad-bb83-e444da469236 Authenticating user 'default' from [fd00:1122:3344:101::e]:64710 2025.11.20 17:30:22.036289 [ 350 ] {} TCP-Session: 2d1d1597-9c02-4630-862c-fcb9902fcbd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:38652 2025.11.20 17:30:22.036296 [ 353 ] {} TCP-Session: 14b11bd4-ba35-4751-863d-bfcb2ac1589f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036309 [ 289 ] {} TCP-Session: 919106e6-4849-4bad-bb83-e444da469236 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036316 [ 350 ] {} TCP-Session: 2d1d1597-9c02-4630-862c-fcb9902fcbd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036327 [ 353 ] {} TCP-Session: 14b11bd4-ba35-4751-863d-bfcb2ac1589f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036348 [ 350 ] {} TCP-Session: 2d1d1597-9c02-4630-862c-fcb9902fcbd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036338 [ 289 ] {} TCP-Session: 919106e6-4849-4bad-bb83-e444da469236 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036244 [ 286 ] {} TCP-Session: 272bb08b-66f4-4ad7-bbb1-88690c155a09 Authenticating user 'default' from [fd00:1122:3344:101::e]:62599 2025.11.20 17:30:22.036213 [ 354 ] {} TCP-Session: 003db8e5-c97b-490a-abe8-8a43b57daee5 Authenticating user 'default' from [fd00:1122:3344:101::e]:44895 2025.11.20 17:30:22.036416 [ 286 ] {} TCP-Session: 272bb08b-66f4-4ad7-bbb1-88690c155a09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036437 [ 354 ] {} TCP-Session: 003db8e5-c97b-490a-abe8-8a43b57daee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036451 [ 286 ] {} TCP-Session: 272bb08b-66f4-4ad7-bbb1-88690c155a09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036466 [ 354 ] {} TCP-Session: 003db8e5-c97b-490a-abe8-8a43b57daee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036170 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50116 2025.11.20 17:30:22.036154 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36638 2025.11.20 17:30:22.036130 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62045 2025.11.20 17:30:22.036573 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036556 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036610 [ 290 ] {} TCP-Session: 4a222731-4718-4412-8e84-3fdb2a17b05f Authenticating user 'default' from [fd00:1122:3344:101::e]:36638 2025.11.20 17:30:22.036229 [ 352 ] {} TCP-Session: 1526fbe9-7136-4f9e-b62f-5d0f2bb13ca9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.036637 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.036651 [ 290 ] {} TCP-Session: 4a222731-4718-4412-8e84-3fdb2a17b05f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036635 [ 351 ] {} TCP-Session: 48c95cf0-c807-496c-a152-793627becb1e Authenticating user 'default' from [fd00:1122:3344:101::e]:50116 2025.11.20 17:30:22.036680 [ 288 ] {} TCP-Session: a5c377ab-b8c4-44ae-8101-db81385998e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:62045 2025.11.20 17:30:22.036704 [ 351 ] {} TCP-Session: 48c95cf0-c807-496c-a152-793627becb1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036688 [ 290 ] {} TCP-Session: 4a222731-4718-4412-8e84-3fdb2a17b05f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036733 [ 351 ] {} TCP-Session: 48c95cf0-c807-496c-a152-793627becb1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036730 [ 288 ] {} TCP-Session: a5c377ab-b8c4-44ae-8101-db81385998e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036767 [ 288 ] {} TCP-Session: a5c377ab-b8c4-44ae-8101-db81385998e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.036803 [ 352 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} executeQuery: (from [fd00:1122:3344:101::e]:38940) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:30:22.037077 [ 352 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:30:22.037140 [ 352 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:30:22.037462 [ 352 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:30:22.038430 [ 331 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} AggregatingTransform: Aggregating 2025.11.20 17:30:22.038459 [ 331 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} Aggregator: Aggregation method: without_key 2025.11.20 17:30:22.038485 [ 331 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000916147 sec. (1091.528 rows/sec., 42.64 KiB/sec.) 2025.11.20 17:30:22.038501 [ 331 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} Aggregator: Merging aggregated data 2025.11.20 17:30:22.039785 [ 352 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} executeQuery: Read 1 rows, 40.00 B in 0.003034 sec., 329.59789057350037 rows/sec., 12.87 KiB/sec. 2025.11.20 17:30:22.039915 [ 352 ] {3ef3ffbd-4abc-4b64-bc0b-db9255646f5b} TCPHandler: Processed in 0.003808552 sec. 2025.11.20 17:30:22.040048 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040081 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040086 [ 352 ] {} TCP-Session: 1526fbe9-7136-4f9e-b62f-5d0f2bb13ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040101 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040124 [ 351 ] {} TCP-Session: 48c95cf0-c807-496c-a152-793627becb1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040142 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040157 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040177 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040194 [ 288 ] {} TCP-Session: a5c377ab-b8c4-44ae-8101-db81385998e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040211 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040237 [ 286 ] {} TCP-Session: 272bb08b-66f4-4ad7-bbb1-88690c155a09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040213 [ 289 ] {} TCP-Session: 919106e6-4849-4bad-bb83-e444da469236 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040266 [ 350 ] {} TCP-Session: 2d1d1597-9c02-4630-862c-fcb9902fcbd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040155 [ 354 ] {} TCP-Session: 003db8e5-c97b-490a-abe8-8a43b57daee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040121 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040197 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.040351 [ 353 ] {} TCP-Session: 14b11bd4-ba35-4751-863d-bfcb2ac1589f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.040376 [ 290 ] {} TCP-Session: 4a222731-4718-4412-8e84-3fdb2a17b05f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.202434 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36922 2025.11.20 17:30:22.202541 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.202568 [ 352 ] {} TCP-Session: ca74ba00-0da8-4839-a1fe-5a8e79470e18 Authenticating user 'default' from [fd00:1122:3344:101::e]:36922 2025.11.20 17:30:22.202589 [ 352 ] {} TCP-Session: ca74ba00-0da8-4839-a1fe-5a8e79470e18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.202602 [ 352 ] {} TCP-Session: ca74ba00-0da8-4839-a1fe-5a8e79470e18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.202810 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61593 2025.11.20 17:30:22.202836 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49430 2025.11.20 17:30:22.202843 [ 354 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40530 2025.11.20 17:30:22.202870 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61915 2025.11.20 17:30:22.202892 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53027 2025.11.20 17:30:22.202895 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49102 2025.11.20 17:30:22.202927 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.202925 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.202971 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.202985 [ 353 ] {} TCP-Session: 33c1fe88-92d5-4c7a-b329-d47ce769454f Authenticating user 'default' from [fd00:1122:3344:101::e]:61593 2025.11.20 17:30:22.202996 [ 286 ] {} TCP-Session: 449392e3-4607-4ed8-982b-84b3f130cd21 Authenticating user 'default' from [fd00:1122:3344:101::e]:49430 2025.11.20 17:30:22.203002 [ 352 ] {} TCP-Session: ca74ba00-0da8-4839-a1fe-5a8e79470e18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.203021 [ 350 ] {} TCP-Session: 4111d301-4c68-411e-98de-255392df2010 Authenticating user 'default' from [fd00:1122:3344:101::e]:53027 2025.11.20 17:30:22.203028 [ 286 ] {} TCP-Session: 449392e3-4607-4ed8-982b-84b3f130cd21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.202968 [ 354 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.203088 [ 350 ] {} TCP-Session: 4111d301-4c68-411e-98de-255392df2010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203120 [ 354 ] {} TCP-Session: 470f8c45-2233-41b6-932b-79c29d48ae21 Authenticating user 'default' from [fd00:1122:3344:101::e]:40530 2025.11.20 17:30:22.203126 [ 350 ] {} TCP-Session: 4111d301-4c68-411e-98de-255392df2010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203138 [ 354 ] {} TCP-Session: 470f8c45-2233-41b6-932b-79c29d48ae21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203094 [ 286 ] {} TCP-Session: 449392e3-4607-4ed8-982b-84b3f130cd21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203155 [ 354 ] {} TCP-Session: 470f8c45-2233-41b6-932b-79c29d48ae21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.202968 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.203184 [ 352 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} executeQuery: (from [fd00:1122:3344:101::e]:36922) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.11.20 17:30:22.203217 [ 289 ] {} TCP-Session: 9e070bc8-8807-47aa-a1ab-06f3126a6093 Authenticating user 'default' from [fd00:1122:3344:101::e]:61915 2025.11.20 17:30:22.202921 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52828 2025.11.20 17:30:22.203247 [ 289 ] {} TCP-Session: 9e070bc8-8807-47aa-a1ab-06f3126a6093 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.202856 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62409 2025.11.20 17:30:22.203284 [ 289 ] {} TCP-Session: 9e070bc8-8807-47aa-a1ab-06f3126a6093 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203314 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.203026 [ 353 ] {} TCP-Session: 33c1fe88-92d5-4c7a-b329-d47ce769454f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203036 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.203354 [ 351 ] {} TCP-Session: 3c8eb581-eae6-4df0-99cc-ab55618c1ab6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52828 2025.11.20 17:30:22.203358 [ 353 ] {} TCP-Session: 33c1fe88-92d5-4c7a-b329-d47ce769454f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203397 [ 290 ] {} TCP-Session: f96027f8-007c-4ca2-ab15-e3eecbae9ee5 Authenticating user 'default' from [fd00:1122:3344:101::e]:49102 2025.11.20 17:30:22.203404 [ 351 ] {} TCP-Session: 3c8eb581-eae6-4df0-99cc-ab55618c1ab6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203430 [ 290 ] {} TCP-Session: f96027f8-007c-4ca2-ab15-e3eecbae9ee5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203434 [ 351 ] {} TCP-Session: 3c8eb581-eae6-4df0-99cc-ab55618c1ab6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203447 [ 290 ] {} TCP-Session: f96027f8-007c-4ca2-ab15-e3eecbae9ee5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203353 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.11.20 17:30:22.203479 [ 352 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.11.20 17:30:22.203494 [ 288 ] {} TCP-Session: 280d33d3-99f0-45ef-95f2-68264852e99b Authenticating user 'default' from [fd00:1122:3344:101::e]:62409 2025.11.20 17:30:22.203514 [ 288 ] {} TCP-Session: 280d33d3-99f0-45ef-95f2-68264852e99b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203527 [ 288 ] {} TCP-Session: 280d33d3-99f0-45ef-95f2-68264852e99b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.203535 [ 352 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} InterpreterSelectQuery: FetchColumns -> Complete 2025.11.20 17:30:22.203827 [ 352 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} oximeter.version (802a766f-3710-45be-956d-e6f0ad8f8be6) (SelectExecutor): Key condition: unknown 2025.11.20 17:30:22.204758 [ 328 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} AggregatingTransform: Aggregating 2025.11.20 17:30:22.204797 [ 328 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} Aggregator: Aggregation method: without_key 2025.11.20 17:30:22.204834 [ 328 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000905897 sec. (1103.878 rows/sec., 43.12 KiB/sec.) 2025.11.20 17:30:22.204854 [ 328 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} Aggregator: Merging aggregated data 2025.11.20 17:30:22.206362 [ 352 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} executeQuery: Read 1 rows, 40.00 B in 0.003234 sec., 309.2145949288807 rows/sec., 12.08 KiB/sec. 2025.11.20 17:30:22.206530 [ 352 ] {d55fb2fa-d54f-4422-acce-c58a377ca8c7} TCPHandler: Processed in 0.003643878 sec. 2025.11.20 17:30:22.206620 [ 352 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206648 [ 354 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206652 [ 352 ] {} TCP-Session: ca74ba00-0da8-4839-a1fe-5a8e79470e18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206680 [ 288 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206694 [ 354 ] {} TCP-Session: 470f8c45-2233-41b6-932b-79c29d48ae21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206697 [ 290 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206713 [ 351 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206743 [ 289 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206759 [ 350 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206770 [ 351 ] {} TCP-Session: 3c8eb581-eae6-4df0-99cc-ab55618c1ab6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206787 [ 289 ] {} TCP-Session: 9e070bc8-8807-47aa-a1ab-06f3126a6093 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206797 [ 350 ] {} TCP-Session: 4111d301-4c68-411e-98de-255392df2010 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206729 [ 286 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206721 [ 288 ] {} TCP-Session: 280d33d3-99f0-45ef-95f2-68264852e99b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206864 [ 286 ] {} TCP-Session: 449392e3-4607-4ed8-982b-84b3f130cd21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206667 [ 353 ] {} TCPHandler: Done processing connection. 2025.11.20 17:30:22.206756 [ 290 ] {} TCP-Session: f96027f8-007c-4ca2-ab15-e3eecbae9ee5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.206921 [ 353 ] {} TCP-Session: 33c1fe88-92d5-4c7a-b329-d47ce769454f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.11.20 17:30:22.314137 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.314307 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:22.314372 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:22.315032 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:22.315075 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:22.315569 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.11.20 17:30:22.316107 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:22.316276 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} executeQuery: Read 56 rows, 4.41 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.13 MiB/sec. 2025.11.20 17:30:22.316322 [ 260 ] {b7ff83a0-e7e5-4ba5-8690-e4ca0b41479f} TCPHandler: Processed in 0.002313033 sec. 2025.11.20 17:30:22.316444 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.316543 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:22.316585 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:22.317031 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:22.317071 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:22.317518 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.11.20 17:30:22.318031 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:22.318184 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} executeQuery: Read 64 rows, 5.12 KiB in 0.001659 sec., 38577.45629897528 rows/sec., 3.01 MiB/sec. 2025.11.20 17:30:22.318230 [ 260 ] {ce3cb342-4a3e-4c5c-b88d-18708a2bfbbf} TCPHandler: Processed in 0.001837394 sec. 2025.11.20 17:30:22.318401 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.318527 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:22.318584 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:22.319102 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:22.319140 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:22.319606 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.11.20 17:30:22.320077 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:22.320216 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} executeQuery: Read 160 rows, 11.41 KiB in 0.001715 sec., 93294.46064139942 rows/sec., 6.50 MiB/sec. 2025.11.20 17:30:22.320257 [ 260 ] {5e7ca840-594a-4238-b05a-737bc9202edd} TCPHandler: Processed in 0.001919336 sec. 2025.11.20 17:30:22.320370 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:22.320467 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:22.320510 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:22.320856 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:22.320893 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:22.321381 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} MergedBlockOutputStream: filled checksums all_172_172_0 (state Temporary) 2025.11.20 17:30:22.321824 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_172_172_0 to all_172_172_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:22.321960 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. 2025.11.20 17:30:22.321998 [ 260 ] {c4cfcbfa-b53a-4ebf-916e-05563afbcd3d} TCPHandler: Processed in 0.001678522 sec. 2025.11.20 17:30:23.756067 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 50336 2025.11.20 17:30:23.756838 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:23.756906 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:23.757788 [ 245 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:30:23.758231 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:23.758366 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50336 2025.11.20 17:30:23.758431 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:30:23.758489 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:30:23.761708 [ 221 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:30:25.787364 [ 221 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Found 6 old parts to remove. Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:30:25.787429 [ 221 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from filesystem (serially): Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:30:25.790624 [ 221 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Removing 6 parts from memory: Parts: [all_1_36_7, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0, all_41_41_0] 2025.11.20 17:30:26.001186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 392.46 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 396.46 MiB (RSS), difference: 4.00 MiB 2025.11.20 17:30:26.390230 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 791 2025.11.20 17:30:26.408685 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:26.408757 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:26.415436 [ 244 ] {} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:30:26.416730 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:26.420458 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 791 2025.11.20 17:30:26.429598 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 2770 2025.11.20 17:30:26.432005 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:26.432056 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:26.433508 [ 243 ] {} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.11.20 17:30:26.434093 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:26.434328 [ 222 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:26.434382 [ 222 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:26.434385 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2770 2025.11.20 17:30:26.437893 [ 222 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:27.171275 [ 219 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.171331 [ 219 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.174745 [ 219 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.317424 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:27.317620 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:27.317692 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:27.318458 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.318499 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.319034 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.11.20 17:30:27.319479 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.319669 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} executeQuery: Read 174 rows, 15.67 KiB in 0.002101 sec., 82817.70585435507 rows/sec., 7.28 MiB/sec. 2025.11.20 17:30:27.319713 [ 260 ] {4a845b58-0966-48c1-9cbc-4172f108bdfd} TCPHandler: Processed in 0.002423806 sec. 2025.11.20 17:30:27.319830 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:27.319925 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:30:27.319966 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:30:27.320381 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.320418 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.320835 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.11.20 17:30:27.321292 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.321424 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} executeQuery: Read 59 rows, 4.44 KiB in 0.001518 sec., 38866.930171278 rows/sec., 2.85 MiB/sec. 2025.11.20 17:30:27.321462 [ 260 ] {96564b00-92a9-481c-a3e5-2e3cdae7ddc2} TCPHandler: Processed in 0.001683092 sec. 2025.11.20 17:30:27.321561 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:27.321654 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:27.321694 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:27.322121 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.322157 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.322613 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.11.20 17:30:27.323065 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.323229 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} executeQuery: Read 123 rows, 9.84 KiB in 0.001593 sec., 77212.80602636535 rows/sec., 6.03 MiB/sec. 2025.11.20 17:30:27.323271 [ 260 ] {a997ac2e-c286-4975-ba05-ab2a054e05e8} TCPHandler: Processed in 0.001758903 sec. 2025.11.20 17:30:27.323379 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:27.323474 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:27.323517 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:27.323922 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.323958 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.324406 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.11.20 17:30:27.324823 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.324958 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} executeQuery: Read 160 rows, 11.41 KiB in 0.001504 sec., 106382.97872340426 rows/sec., 7.41 MiB/sec. 2025.11.20 17:30:27.324981 [ 68 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 2 parts from all_1_168_36 to all_169_169_0 2025.11.20 17:30:27.324995 [ 260 ] {921e8819-21c5-4aa3-9987-97595c46d519} TCPHandler: Processed in 0.001665431 sec. 2025.11.20 17:30:27.325023 [ 68 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.325046 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.325102 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:27.325124 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} MergeTask::PrepareStage: Merging 2 parts: from all_1_168_36 to all_169_169_0 into Compact with storage Full 2025.11.20 17:30:27.325197 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:27.325227 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:27.325252 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} 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.11.20 17:30:27.325264 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} MergeTreeSequentialSource: Reading 8 marks from part all_1_168_36, total 53077 rows starting from the beginning of the part 2025.11.20 17:30:27.325333 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} MergeTreeSequentialSource: Reading 2 marks from part all_169_169_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:27.326344 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.326379 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.327068 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.11.20 17:30:27.327482 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.327622 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} executeQuery: Read 59 rows, 108.26 KiB in 0.002444 sec., 24140.75286415712 rows/sec., 43.26 MiB/sec. 2025.11.20 17:30:27.327683 [ 260 ] {90dc09b9-0b71-48a7-bc05-0a0c2e50289d} TCPHandler: Processed in 0.002628989 sec. 2025.11.20 17:30:27.327791 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:27.327885 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:27.327926 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:27.328265 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:27.328299 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:27.328694 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} MergedBlockOutputStream: filled checksums all_173_173_0 (state Temporary) 2025.11.20 17:30:27.329143 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_173_173_0 to all_173_173_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.329307 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} executeQuery: Read 60 rows, 4.14 KiB in 0.00144 sec., 41666.666666666664 rows/sec., 2.81 MiB/sec. 2025.11.20 17:30:27.329346 [ 260 ] {c911702f-72d6-4175-be19-f5a3d2a320a5} TCPHandler: Processed in 0.00160338 sec. 2025.11.20 17:30:27.329365 [ 220 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.329395 [ 220 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.332138 [ 220 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.333443 [ 200 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} MergeTask::MergeProjectionsStage: Merge sorted 53141 rows, containing 5 columns (5 merged, 0 gathered) in 0.008350077 sec., 6364132.929552626 rows/sec., 428.66 MiB/sec. 2025.11.20 17:30:27.334134 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} MergedBlockOutputStream: filled checksums all_1_169_37 (state Temporary) 2025.11.20 17:30:27.334752 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_169_37 to all_1_169_37 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:27.334828 [ 187 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_169_37} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 2 parts: [all_1_168_36, all_169_169_0] -> all_1_169_37 2025.11.20 17:30:27.334928 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. 2025.11.20 17:30:27.598101 [ 219 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.598161 [ 219 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.602438 [ 219 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.847624 [ 224 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.847679 [ 224 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:27.850811 [ 224 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_56_11, all_57_57_0, all_58_58_0, all_59_59_0, all_60_60_0, all_61_61_0] 2025.11.20 17:30:30.227700 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Found 6 old parts to remove. Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] 2025.11.20 17:30:30.227782 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from filesystem (serially): Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] 2025.11.20 17:30:30.231140 [ 221 ] {} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Removing 6 parts from memory: Parts: [all_1_24_5, all_25_25_0, all_26_26_0, all_27_27_0, all_28_28_0, all_29_29_0] 2025.11.20 17:30:31.021059 [ 65 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:30:31.021127 [ 65 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:30:31.258524 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 50848 2025.11.20 17:30:31.259052 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:31.259092 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:31.259742 [ 245 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:30:31.260237 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:31.260377 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 50848 2025.11.20 17:30:31.260433 [ 62 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.11.20 17:30:31.260508 [ 62 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:31.260529 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:31.260625 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.11.20 17:30:31.260723 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:31.260753 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTreeSequentialSource: Reading 7 marks from part all_1_101_20, total 48416 rows starting from the beginning of the part 2025.11.20 17:30:31.260808 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 512 rows starting from the beginning of the part 2025.11.20 17:30:31.260849 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 448 rows starting from the beginning of the part 2025.11.20 17:30:31.260886 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 512 rows starting from the beginning of the part 2025.11.20 17:30:31.260922 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 448 rows starting from the beginning of the part 2025.11.20 17:30:31.260958 [ 192 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 512 rows starting from the beginning of the part 2025.11.20 17:30:31.263628 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 50848 rows, containing 4 columns (4 merged, 0 gathered) in 0.003037968 sec., 16737503.489174344 rows/sec., 239.43 MiB/sec. 2025.11.20 17:30:31.264416 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.11.20 17:30:31.265003 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:31.265087 [ 194 ] {99023a1f-3fa4-4000-835a-2968cf5c463e::all_1_106_21} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.11.20 17:30:31.265204 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.13 MiB. 2025.11.20 17:30:32.313557 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:32.313753 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:32.313825 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:32.314548 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:32.314590 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:32.315092 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.11.20 17:30:32.315553 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:32.315711 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} executeQuery: Read 56 rows, 4.41 KiB in 0.002012 sec., 27833.001988071574 rows/sec., 2.14 MiB/sec. 2025.11.20 17:30:32.315755 [ 260 ] {e5ad2952-9d65-4f94-b6ff-2f12aa5f1530} TCPHandler: Processed in 0.002333014 sec. 2025.11.20 17:30:32.315877 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:32.315973 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:32.316013 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:32.316446 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:32.316482 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:32.316896 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.11.20 17:30:32.317324 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:32.317463 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} executeQuery: Read 64 rows, 5.12 KiB in 0.00151 sec., 42384.1059602649 rows/sec., 3.31 MiB/sec. 2025.11.20 17:30:32.317502 [ 260 ] {15e78588-73db-4786-be6b-04d48da8a72e} TCPHandler: Processed in 0.001674781 sec. 2025.11.20 17:30:32.317627 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:32.317725 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:32.317769 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:32.318189 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:32.318224 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:32.318659 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.11.20 17:30:32.319124 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:32.319229 [ 60 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 2 parts from all_1_169_37 to all_170_170_0 2025.11.20 17:30:32.319256 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. 2025.11.20 17:30:32.319269 [ 60 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:32.319290 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:32.319294 [ 260 ] {bd55042c-f0ef-4962-95c0-4b0a52d7cac3} TCPHandler: Processed in 0.001717583 sec. 2025.11.20 17:30:32.319421 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:32.319431 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} MergeTask::PrepareStage: Merging 2 parts: from all_1_169_37 to all_170_170_0 into Compact with storage Full 2025.11.20 17:30:32.319516 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:32.319565 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:32.319631 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:32.319695 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} MergeTreeSequentialSource: Reading 8 marks from part all_1_169_37, total 53141 rows starting from the beginning of the part 2025.11.20 17:30:32.319804 [ 186 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} MergeTreeSequentialSource: Reading 2 marks from part all_170_170_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:32.319902 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:32.319941 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:32.320382 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} MergedBlockOutputStream: filled checksums all_174_174_0 (state Temporary) 2025.11.20 17:30:32.320822 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_174_174_0 to all_174_174_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:32.320957 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} executeQuery: Read 60 rows, 4.14 KiB in 0.001459 sec., 41124.057573680606 rows/sec., 2.77 MiB/sec. 2025.11.20 17:30:32.320994 [ 260 ] {bf46c437-cb7a-4ad9-a22c-cb4e72a76d97} TCPHandler: Processed in 0.001621791 sec. 2025.11.20 17:30:32.328131 [ 193 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} MergeTask::MergeProjectionsStage: Merge sorted 53301 rows, containing 5 columns (5 merged, 0 gathered) in 0.008755134 sec., 6087970.783770986 rows/sec., 410.10 MiB/sec. 2025.11.20 17:30:32.328810 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} MergedBlockOutputStream: filled checksums all_1_170_38 (state Temporary) 2025.11.20 17:30:32.329335 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_170_38 to all_1_170_38 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:32.329407 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_170_38} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 2 parts: [all_1_169_37, all_170_170_0] -> all_1_170_38 2025.11.20 17:30:32.329491 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.11.20 17:30:32.731294 [ 224 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Found 6 old parts to remove. Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:32.731330 [ 224 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from filesystem (serially): Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:32.735085 [ 224 ] {} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Removing 6 parts from memory: Parts: [all_1_51_10, all_52_52_0, all_53_53_0, all_54_54_0, all_55_55_0, all_56_56_0] 2025.11.20 17:30:33.274971 [ 225 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Found 6 old parts to remove. Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.11.20 17:30:33.275042 [ 225 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from filesystem (serially): Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.11.20 17:30:33.277187 [ 225 ] {} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Removing 6 parts from memory: Parts: [all_1_35_7, all_36_36_0, all_37_37_0, all_38_38_0, all_39_39_0, all_40_40_0] 2025.11.20 17:30:33.920543 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 798 2025.11.20 17:30:33.938308 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:33.938469 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:33.944838 [ 244 ] {} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:30:33.945910 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:33.946183 [ 60 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.11.20 17:30:33.946254 [ 60 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:33.946276 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:33.946385 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_101_20 to all_106_106_0 into Compact with storage Full 2025.11.20 17:30:33.949028 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 798 2025.11.20 17:30:33.949486 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:33.950239 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 761 rows starting from the beginning of the part 2025.11.20 17:30:33.953578 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 7 rows starting from the beginning of the part 2025.11.20 17:30:33.957180 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 8 rows starting from the beginning of the part 2025.11.20 17:30:33.961133 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 7 rows starting from the beginning of the part 2025.11.20 17:30:33.965310 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 8 rows starting from the beginning of the part 2025.11.20 17:30:33.969891 [ 193 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 7 rows starting from the beginning of the part 2025.11.20 17:30:34.000164 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 410.95 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 396.48 MiB (RSS), difference: -14.47 MiB 2025.11.20 17:30:34.029207 [ 188 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 798 rows, containing 679 columns (679 merged, 0 gathered) in 0.082867676 sec., 9629.810301425612 rows/sec., 49.79 MiB/sec. 2025.11.20 17:30:34.032692 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.11.20 17:30:34.035158 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.035265 [ 199 ] {5598b4a6-cf87-4c1a-8114-4f4dc7deba8a::all_1_106_21} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.11.20 17:30:34.037887 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. 2025.11.20 17:30:34.322592 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.322908 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.323022 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:30:34.324325 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.324384 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.325141 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:30:34.325779 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.326005 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} executeQuery: Read 410 rows, 26.63 KiB in 0.003183 sec., 128809.29940307885 rows/sec., 8.17 MiB/sec. 2025.11.20 17:30:34.326067 [ 260 ] {1ce4188b-4ec1-4bf6-b4c4-c41c247f8e34} TCPHandler: Processed in 0.003678519 sec. 2025.11.20 17:30:34.326313 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.326458 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.11.20 17:30:34.326521 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.11.20 17:30:34.327151 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.327204 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.327792 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.11.20 17:30:34.328479 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} oximeter.fields_ipaddr (db4765ec-e1f8-4f4e-9924-531726021f31): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.328675 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} executeQuery: Read 12 rows, 1002.00 B in 0.002245 sec., 5345.211581291759 rows/sec., 435.86 KiB/sec. 2025.11.20 17:30:34.328727 [ 260 ] {59d3546d-a450-43c7-b817-253dfca6ac76} TCPHandler: Processed in 0.002490367 sec. 2025.11.20 17:30:34.328903 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.329040 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:34.329100 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:34.332650 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.332703 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.333549 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2025.11.20 17:30:34.334190 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.334389 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} executeQuery: Read 2376 rows, 198.10 KiB in 0.005376 sec., 441964.28571428574 rows/sec., 35.99 MiB/sec. 2025.11.20 17:30:34.334447 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} MemoryTracker: Peak memory usage (for query): 4.01 MiB. 2025.11.20 17:30:34.334468 [ 260 ] {67a95c93-dd5c-4c1d-b168-5273e17de1dc} TCPHandler: Processed in 0.005638375 sec. 2025.11.20 17:30:34.334632 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.334775 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.334836 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:30:34.335684 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.335739 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.336351 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.11.20 17:30:34.336981 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.337173 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} executeQuery: Read 276 rows, 17.59 KiB in 0.002428 sec., 113673.80560131796 rows/sec., 7.07 MiB/sec. 2025.11.20 17:30:34.337234 [ 260 ] {f59d7af2-67ff-49d7-b7a8-966780ee0cd8} TCPHandler: Processed in 0.002675121 sec. 2025.11.20 17:30:34.337401 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.337542 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.337603 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:30:34.338536 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.338591 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.339303 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:30:34.339917 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.340101 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} executeQuery: Read 440 rows, 29.81 KiB in 0.00259 sec., 169884.16988416988 rows/sec., 11.24 MiB/sec. 2025.11.20 17:30:34.340152 [ 260 ] {179b311b-4293-44da-808d-e9efc98a07d5} TCPHandler: Processed in 0.002827703 sec. 2025.11.20 17:30:34.340301 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.340444 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.340509 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:30:34.341287 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.341344 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.341993 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.11.20 17:30:34.342648 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.342851 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} executeQuery: Read 211 rows, 12.27 KiB in 0.002434 sec., 86688.5784716516 rows/sec., 4.92 MiB/sec. 2025.11.20 17:30:34.342907 [ 260 ] {4eb89e8e-f597-40fa-a563-34803360fdb6} TCPHandler: Processed in 0.00267278 sec. 2025.11.20 17:30:34.343060 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.343199 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:34.343257 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:34.344785 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.344837 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.345543 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2025.11.20 17:30:34.346183 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.346385 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} executeQuery: Read 1206 rows, 88.46 KiB in 0.003215 sec., 375116.6407465008 rows/sec., 26.87 MiB/sec. 2025.11.20 17:30:34.346442 [ 260 ] {13bd358f-7d72-463f-9060-5fa9e4ed85e2} TCPHandler: Processed in 0.003453944 sec. 2025.11.20 17:30:34.346609 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.346753 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:30:34.346818 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:30:34.347315 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.347368 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.347992 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.11.20 17:30:34.348610 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.348806 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} executeQuery: Read 6 rows, 321.00 B in 0.002081 sec., 2883.2292167227297 rows/sec., 150.64 KiB/sec. 2025.11.20 17:30:34.348863 [ 260 ] {a20ece00-dd67-4e78-80e2-d7c8a554f5a7} TCPHandler: Processed in 0.002326054 sec. 2025.11.20 17:30:34.349020 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.349177 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.349244 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:34.350280 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.350339 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.351237 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2025.11.20 17:30:34.351866 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.352060 [ 41 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Selected 6 parts from all_1_170_38 to all_175_175_0 2025.11.20 17:30:34.352073 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} executeQuery: Read 886 rows, 59.88 KiB in 0.002923 sec., 303113.2398221006 rows/sec., 20.01 MiB/sec. 2025.11.20 17:30:34.352178 [ 41 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.352197 [ 260 ] {a2a00810-d981-40b5-b1a5-8147533d9866} TCPHandler: Processed in 0.003252051 sec. 2025.11.20 17:30:34.352231 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.352377 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.352386 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTask::PrepareStage: Merging 6 parts: from all_1_170_38 to all_175_175_0 into Compact with storage Full 2025.11.20 17:30:34.352530 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.352565 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:34.352594 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:30:34.352622 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTreeSequentialSource: Reading 8 marks from part all_1_170_38, total 53301 rows starting from the beginning of the part 2025.11.20 17:30:34.352732 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTreeSequentialSource: Reading 2 marks from part all_171_171_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:34.352816 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:34.352891 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:34.352962 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 160 rows starting from the beginning of the part 2025.11.20 17:30:34.353037 [ 188 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 886 rows starting from the beginning of the part 2025.11.20 17:30:34.353053 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.353107 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.353736 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.11.20 17:30:34.354467 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.354674 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} executeQuery: Read 1 rows, 69.00 B in 0.002169 sec., 461.04195481788844 rows/sec., 31.07 KiB/sec. 2025.11.20 17:30:34.354731 [ 260 ] {94f90c53-68c7-46bf-b106-db633b407366} TCPHandler: Processed in 0.002426896 sec. 2025.11.20 17:30:34.354911 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.355057 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.355139 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} 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.11.20 17:30:34.356617 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.356670 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.357727 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.11.20 17:30:34.358410 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.358584 [ 41 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.11.20 17:30:34.358625 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} executeQuery: Read 59 rows, 108.26 KiB in 0.003595 sec., 16411.682892906814 rows/sec., 29.41 MiB/sec. 2025.11.20 17:30:34.358636 [ 41 ] {} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.358685 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.25 GiB. 2025.11.20 17:30:34.358727 [ 260 ] {a477f821-d442-4804-ac27-4ad5a05770d3} TCPHandler: Processed in 0.003888513 sec. 2025.11.20 17:30:34.358837 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTask::PrepareStage: Merging 6 parts: from all_1_71_14 to all_76_76_0 into Compact with storage Full 2025.11.20 17:30:34.358894 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:34.359041 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:34.359103 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:34.359241 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:34.359343 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2888 rows starting from the beginning of the part 2025.11.20 17:30:34.359524 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 59 rows starting from the beginning of the part 2025.11.20 17:30:34.359590 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:34.359651 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:34.359683 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 59 rows starting from the beginning of the part 2025.11.20 17:30:34.359840 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 59 rows starting from the beginning of the part 2025.11.20 17:30:34.359993 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 59 rows starting from the beginning of the part 2025.11.20 17:30:34.360140 [ 191 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 59 rows starting from the beginning of the part 2025.11.20 17:30:34.360236 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} MergedBlockOutputStream: filled checksums all_175_175_0 (state Temporary) 2025.11.20 17:30:34.360894 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_175_175_0 to all_175_175_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.361098 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} executeQuery: Read 60 rows, 3.49 KiB in 0.002087 sec., 28749.401054144706 rows/sec., 1.64 MiB/sec. 2025.11.20 17:30:34.361156 [ 260 ] {e7f80428-5f5f-44a1-8631-bd1ad043911d} TCPHandler: Processed in 0.002335904 sec. 2025.11.20 17:30:34.368024 [ 201 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergeTask::MergeProjectionsStage: Merge sorted 54827 rows, containing 5 columns (5 merged, 0 gathered) in 0.015703605 sec., 3491363.9256718443 rows/sec., 235.21 MiB/sec. 2025.11.20 17:30:34.369308 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} MergedBlockOutputStream: filled checksums all_1_175_39 (state Temporary) 2025.11.20 17:30:34.370033 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_merge_all_1_175_39 to all_1_175_39 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.370146 [ 197 ] {76ab5f0d-363e-4295-9286-56190e5c2be0::all_1_175_39} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0) (MergerMutator): Merged 6 parts: [all_1_170_38, all_175_175_0] -> all_1_175_39 2025.11.20 17:30:34.370273 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.11.20 17:30:34.377657 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3183 rows, containing 19 columns (19 merged, 0 gathered) in 0.018894345 sec., 168463.10364291538 rows/sec., 301.88 MiB/sec. 2025.11.20 17:30:34.381870 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.11.20 17:30:34.382644 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:34.382745 [ 196 ] {c3717025-90b1-4b66-a9ed-622991097dbc::all_1_76_15} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.11.20 17:30:34.382920 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 22.21 MiB. 2025.11.20 17:30:35.001153 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 384.02 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 402.79 MiB (RSS), difference: 18.78 MiB 2025.11.20 17:30:35.386147 [ 225 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:35.386220 [ 225 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:35.389584 [ 225 ] {} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:35.877948 [ 224 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Found 6 old parts to remove. Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:35.878013 [ 224 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from filesystem (serially): Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:35.881855 [ 224 ] {} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Removing 6 parts from memory: Parts: [all_1_26_5, all_27_27_0, all_28_28_0, all_29_29_0, all_30_30_0, all_31_31_0] 2025.11.20 17:30:36.434552 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 44 entries to flush up to offset 2814 2025.11.20 17:30:36.437260 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:36.437303 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:36.438729 [ 243 ] {} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.11.20 17:30:36.439221 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:36.439487 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2814 2025.11.20 17:30:37.311389 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:37.311567 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:37.311631 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:37.312315 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.312363 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.312881 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2025.11.20 17:30:37.313332 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.313465 [ 54 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2025.11.20 17:30:37.313486 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} executeQuery: Read 56 rows, 4.41 KiB in 0.001968 sec., 28455.284552845525 rows/sec., 2.19 MiB/sec. 2025.11.20 17:30:37.313536 [ 54 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.313548 [ 260 ] {7a3479bb-7a0e-40d8-b429-4ec6b731302c} TCPHandler: Processed in 0.002288383 sec. 2025.11.20 17:30:37.313568 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.313700 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2025.11.20 17:30:37.313705 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:37.313849 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:37.313860 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:37.313893 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:37.313905 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 2508 rows starting from the beginning of the part 2025.11.20 17:30:37.313988 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 56 rows starting from the beginning of the part 2025.11.20 17:30:37.314040 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 174 rows starting from the beginning of the part 2025.11.20 17:30:37.314088 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 56 rows starting from the beginning of the part 2025.11.20 17:30:37.314135 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 2376 rows starting from the beginning of the part 2025.11.20 17:30:37.314181 [ 201 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 56 rows starting from the beginning of the part 2025.11.20 17:30:37.314359 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.314402 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.314841 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2025.11.20 17:30:37.315305 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.315431 [ 54 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2025.11.20 17:30:37.315441 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} executeQuery: Read 64 rows, 5.12 KiB in 0.00161 sec., 39751.55279503105 rows/sec., 3.10 MiB/sec. 2025.11.20 17:30:37.315469 [ 54 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.315491 [ 260 ] {e79d3201-ae50-4d7e-9bce-5729d2b1884a} TCPHandler: Processed in 0.001844565 sec. 2025.11.20 17:30:37.315496 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.315607 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2025.11.20 17:30:37.315625 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:37.315710 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:37.315741 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_1_171_34, total 1294 rows starting from the beginning of the part 2025.11.20 17:30:37.315742 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:37.315793 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:37.315798 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:37.315844 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 123 rows starting from the beginning of the part 2025.11.20 17:30:37.315890 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:37.315929 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 1206 rows starting from the beginning of the part 2025.11.20 17:30:37.315969 [ 197 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 64 rows starting from the beginning of the part 2025.11.20 17:30:37.316085 [ 198 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 5226 rows, containing 5 columns (5 merged, 0 gathered) in 0.002441026 sec., 2140903.0465058545 rows/sec., 183.16 MiB/sec. 2025.11.20 17:30:37.316224 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.316267 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.316472 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2025.11.20 17:30:37.316722 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2025.11.20 17:30:37.316937 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.317008 [ 200 ] {a22b4f40-bfd6-4dcb-9b03-892787af30eb::all_1_176_35} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2025.11.20 17:30:37.317097 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. 2025.11.20 17:30:37.317134 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.317159 [ 200 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 2815 rows, containing 5 columns (5 merged, 0 gathered) in 0.00159072 sec., 1769638.9056527864 rows/sec., 135.27 MiB/sec. 2025.11.20 17:30:37.317269 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} executeQuery: Read 118 rows, 8.42 KiB in 0.001546 sec., 76326.00258732212 rows/sec., 5.32 MiB/sec. 2025.11.20 17:30:37.317307 [ 260 ] {24b3575e-365e-40cd-8198-21abc8298243} TCPHandler: Processed in 0.001730852 sec. 2025.11.20 17:30:37.317425 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:37.317491 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2025.11.20 17:30:37.317520 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:37.317570 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:37.317915 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.317952 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.318111 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.318211 [ 187 ] {d0571e98-e393-4af3-84bb-5cbab1b6d3f7::all_1_176_35} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2025.11.20 17:30:37.318321 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. 2025.11.20 17:30:37.318369 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} MergedBlockOutputStream: filled checksums all_176_176_0 (state Temporary) 2025.11.20 17:30:37.318794 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_176_176_0 to all_176_176_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.318908 [ 54 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Selected 6 parts from all_1_171_34 to all_176_176_0 2025.11.20 17:30:37.318929 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} executeQuery: Read 44 rows, 3.03 KiB in 0.001426 sec., 30855.53997194951 rows/sec., 2.08 MiB/sec. 2025.11.20 17:30:37.318940 [ 54 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:37.318967 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:37.318971 [ 260 ] {cb44b70a-1b6f-45fb-9de9-5c3cbad0e107} TCPHandler: Processed in 0.00159498 sec. 2025.11.20 17:30:37.319062 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTask::PrepareStage: Merging 6 parts: from all_1_171_34 to all_176_176_0 into Compact with storage Full 2025.11.20 17:30:37.319180 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:37.319213 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTreeSequentialSource: Reading 3 marks from part all_1_171_34, total 11920 rows starting from the beginning of the part 2025.11.20 17:30:37.319272 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_172_172_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:37.319316 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_173_173_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:37.319355 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_174_174_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:37.319391 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_175_175_0, total 60 rows starting from the beginning of the part 2025.11.20 17:30:37.319429 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTreeSequentialSource: Reading 2 marks from part all_176_176_0, total 44 rows starting from the beginning of the part 2025.11.20 17:30:37.322121 [ 194 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergeTask::MergeProjectionsStage: Merge sorted 12204 rows, containing 4 columns (4 merged, 0 gathered) in 0.003097028 sec., 3940552.0389224766 rows/sec., 251.95 MiB/sec. 2025.11.20 17:30:37.322604 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} MergedBlockOutputStream: filled checksums all_1_176_35 (state Temporary) 2025.11.20 17:30:37.323314 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_merge_all_1_176_35 to all_1_176_35 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:37.323423 [ 200 ] {008cc97f-f165-4759-b205-f3939681b65c::all_1_176_35} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c) (MergerMutator): Merged 6 parts: [all_1_171_34, all_176_176_0] -> all_1_176_35 2025.11.20 17:30:37.323517 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. 2025.11.20 17:30:38.760511 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 51296 2025.11.20 17:30:38.761027 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:38.761067 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:38.761653 [ 245 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.11.20 17:30:38.762085 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:38.762219 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51296 2025.11.20 17:30:41.449202 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 806 2025.11.20 17:30:41.466771 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:41.466824 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:41.473099 [ 244 ] {} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.11.20 17:30:41.474285 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:41.477396 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 806 2025.11.20 17:30:42.314051 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:42.314226 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:42.314293 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:42.314984 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:42.315032 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:42.315556 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2025.11.20 17:30:42.316024 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:42.316187 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} executeQuery: Read 56 rows, 4.41 KiB in 0.002009 sec., 27874.564459930316 rows/sec., 2.14 MiB/sec. 2025.11.20 17:30:42.316238 [ 260 ] {fadd4c5d-f687-4982-aa6e-a81f679a53d2} TCPHandler: Processed in 0.002314444 sec. 2025.11.20 17:30:42.316357 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:42.316458 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:42.316499 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:42.316951 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:42.316988 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:42.317441 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2025.11.20 17:30:42.317861 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:42.317998 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} executeQuery: Read 64 rows, 5.12 KiB in 0.001563 sec., 40946.896992962254 rows/sec., 3.20 MiB/sec. 2025.11.20 17:30:42.318036 [ 260 ] {d11dbd2d-f952-4359-af43-6ca62fc80671} TCPHandler: Processed in 0.001728142 sec. 2025.11.20 17:30:42.318148 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:42.318241 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:42.318285 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:42.318707 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:42.318742 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:42.319178 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2025.11.20 17:30:42.319591 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:42.319723 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} executeQuery: Read 160 rows, 11.41 KiB in 0.001501 sec., 106595.60293137908 rows/sec., 7.42 MiB/sec. 2025.11.20 17:30:42.319760 [ 260 ] {00316027-1ff9-40e5-aec5-5a44077b82e1} TCPHandler: Processed in 0.001659141 sec. 2025.11.20 17:30:42.319864 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:42.319955 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:42.319996 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:42.320318 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:42.320353 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:42.320746 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} MergedBlockOutputStream: filled checksums all_177_177_0 (state Temporary) 2025.11.20 17:30:42.321152 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_177_177_0 to all_177_177_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:42.321281 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. 2025.11.20 17:30:42.321317 [ 260 ] {790443d7-294d-4fae-bd36-0d7e659af19c} TCPHandler: Processed in 0.001498868 sec. 2025.11.20 17:30:46.021177 [ 48 ] {} DNSResolver: Updating DNS cache 2025.11.20 17:30:46.021256 [ 48 ] {} DNSResolver: Updated DNS cache 2025.11.20 17:30:46.262481 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 51808 2025.11.20 17:30:46.263194 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:46.263250 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:46.263965 [ 245 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.11.20 17:30:46.264491 [ 245 ] {} system.asynchronous_metric_log (99023a1f-3fa4-4000-835a-2968cf5c463e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:46.264622 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 51808 2025.11.20 17:30:46.439891 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 2830 2025.11.20 17:30:46.442046 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:46.442092 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:46.443325 [ 243 ] {} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.11.20 17:30:46.443781 [ 243 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:46.444054 [ 45 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.11.20 17:30:46.444119 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 2830 2025.11.20 17:30:46.444149 [ 45 ] {} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:46.444192 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:46.444332 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTask::PrepareStage: Merging 6 parts: from all_1_76_15 to all_81_81_0 into Compact with storage Full 2025.11.20 17:30:46.444958 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.11.20 17:30:46.445089 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2678 rows starting from the beginning of the part 2025.11.20 17:30:46.445438 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 50 rows starting from the beginning of the part 2025.11.20 17:30:46.445758 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 16 rows starting from the beginning of the part 2025.11.20 17:30:46.446059 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 26 rows starting from the beginning of the part 2025.11.20 17:30:46.446381 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 44 rows starting from the beginning of the part 2025.11.20 17:30:46.446697 [ 198 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 16 rows starting from the beginning of the part 2025.11.20 17:30:46.454084 [ 200 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 2830 rows, containing 72 columns (72 merged, 0 gathered) in 0.009811224 sec., 288445.1522052702 rows/sec., 218.13 MiB/sec. 2025.11.20 17:30:46.456703 [ 192 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.11.20 17:30:46.457529 [ 192 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:46.457609 [ 192 ] {5caa3228-0ca6-46c3-a55c-b1b8589f0e85::all_1_81_16} system.query_log (5caa3228-0ca6-46c3-a55c-b1b8589f0e85) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.11.20 17:30:46.457949 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.19 MiB. 2025.11.20 17:30:47.020426 [ 222 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:47.020475 [ 222 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:47.023984 [ 222 ] {} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:47.327882 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.328060 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.328125 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.11.20 17:30:47.328994 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.329039 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.329558 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:30:47.330009 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} oximeter.fields_i16 (be15ad2b-2845-428c-b4be-5b8943878356): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.330171 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} executeQuery: Read 410 rows, 26.63 KiB in 0.002158 sec., 189990.73215940685 rows/sec., 12.05 MiB/sec. 2025.11.20 17:30:47.330223 [ 260 ] {dd94aeb9-d40c-4580-acd3-a5a61f1e28ef} TCPHandler: Processed in 0.002477597 sec. 2025.11.20 17:30:47.330341 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.330442 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.11.20 17:30:47.330484 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.11.20 17:30:47.331535 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.331573 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.332070 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2025.11.20 17:30:47.332481 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.332621 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} executeQuery: Read 1230 rows, 101.10 KiB in 0.002201 sec., 558836.892321672 rows/sec., 44.86 MiB/sec. 2025.11.20 17:30:47.332661 [ 260 ] {8bc90b06-4db0-4c49-bf27-b6527ea1db0a} TCPHandler: Processed in 0.002370505 sec. 2025.11.20 17:30:47.332768 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.332874 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.332916 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.11.20 17:30:47.333423 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.333459 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.333872 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.11.20 17:30:47.334308 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} oximeter.fields_u16 (477c62df-596d-4059-85d8-7b0e53a51c94): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.334440 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} executeQuery: Read 264 rows, 16.75 KiB in 0.001596 sec., 165413.53383458647 rows/sec., 10.25 MiB/sec. 2025.11.20 17:30:47.334478 [ 260 ] {a2b91881-aeb8-45b7-94c8-3f5ea252e4f5} TCPHandler: Processed in 0.001759493 sec. 2025.11.20 17:30:47.334588 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.334682 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.334721 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.11.20 17:30:47.335206 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.335241 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.335641 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.11.20 17:30:47.336111 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} oximeter.fields_u32 (8c17f693-311a-4e54-b32b-a16214ee2c9b): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.336245 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} executeQuery: Read 212 rows, 14.00 KiB in 0.001581 sec., 134092.3466160658 rows/sec., 8.65 MiB/sec. 2025.11.20 17:30:47.336283 [ 260 ] {5ba0ea94-cf11-4844-8912-bd277a74d55f} TCPHandler: Processed in 0.001744313 sec. 2025.11.20 17:30:47.336387 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.336480 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.336518 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.11.20 17:30:47.336989 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.337024 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.337418 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.11.20 17:30:47.337815 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} oximeter.fields_u8 (f9bea2d7-39c7-4b7d-97c3-73316d63a77f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.337957 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} executeQuery: Read 211 rows, 12.27 KiB in 0.001495 sec., 141137.1237458194 rows/sec., 8.01 MiB/sec. 2025.11.20 17:30:47.337996 [ 260 ] {f28ccead-a031-4260-9b45-ac1efbb78845} TCPHandler: Processed in 0.001658101 sec. 2025.11.20 17:30:47.338101 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.338195 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.11.20 17:30:47.338235 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.11.20 17:30:47.338894 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.338930 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.339359 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2025.11.20 17:30:47.339762 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} oximeter.fields_uuid (d0571e98-e393-4af3-84bb-5cbab1b6d3f7): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.339900 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} executeQuery: Read 738 rows, 53.19 KiB in 0.001722 sec., 428571.4285714286 rows/sec., 30.17 MiB/sec. 2025.11.20 17:30:47.339940 [ 260 ] {154fe3f5-e7fd-4133-9f67-56b847e804eb} TCPHandler: Processed in 0.001887945 sec. 2025.11.20 17:30:47.340049 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.340142 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.11.20 17:30:47.340183 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.11.20 17:30:47.340509 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.340545 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.340981 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.11.20 17:30:47.341379 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} oximeter.measurements_bool (3027377a-a440-4393-be4e-a4b877526604): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.341512 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} executeQuery: Read 6 rows, 321.00 B in 0.001387 sec., 4325.883201153569 rows/sec., 226.01 KiB/sec. 2025.11.20 17:30:47.341548 [ 260 ] {4d2f8ffd-4c78-4caa-96c1-67837353e4a2} TCPHandler: Processed in 0.00154746 sec. 2025.11.20 17:30:47.341661 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.341754 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.341796 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.11.20 17:30:47.342232 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.342267 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.342697 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2025.11.20 17:30:47.343106 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.343239 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} executeQuery: Read 314 rows, 21.12 KiB in 0.001503 sec., 208915.50232867597 rows/sec., 13.72 MiB/sec. 2025.11.20 17:30:47.343277 [ 260 ] {7fc065bb-4656-4efb-9d34-169d7a6c44c8} TCPHandler: Processed in 0.001673041 sec. 2025.11.20 17:30:47.343375 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.343468 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.343509 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.11.20 17:30:47.343811 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.343846 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.344235 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.11.20 17:30:47.344633 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} oximeter.measurements_f64 (3b27862b-b98c-491e-a117-76e99c241cf0): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.344764 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} executeQuery: Read 1 rows, 69.00 B in 0.001313 sec., 761.6146230007616 rows/sec., 51.32 KiB/sec. 2025.11.20 17:30:47.344799 [ 260 ] {588f1dea-ae53-447f-aeb6-bf735b1cedc0} TCPHandler: Processed in 0.001473338 sec. 2025.11.20 17:30:47.344902 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.344995 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.345049 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} 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.11.20 17:30:47.345999 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.346034 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.346753 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.11.20 17:30:47.347165 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} oximeter.measurements_histogramu64 (c3717025-90b1-4b66-a9ed-622991097dbc): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.347306 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} executeQuery: Read 59 rows, 108.26 KiB in 0.002328 sec., 25343.642611683845 rows/sec., 45.41 MiB/sec. 2025.11.20 17:30:47.347360 [ 260 ] {1ca89594-0d43-45d8-abe6-cc3955bf8554} TCPHandler: Processed in 0.002512708 sec. 2025.11.20 17:30:47.347466 [ 260 ] {} TCP-Session: 077e1944-7c08-4420-8b7e-3f71c29bced6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.11.20 17:30:47.347558 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} executeQuery: (from [fd00:1122:3344:101::d]:33852) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.11.20 17:30:47.347599 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.11.20 17:30:47.347975 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:47.348022 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:47.348541 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} MergedBlockOutputStream: filled checksums all_178_178_0 (state Temporary) 2025.11.20 17:30:47.349089 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Renaming temporary part tmp_insert_all_178_178_0 to all_178_178_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:47.349224 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} executeQuery: Read 104 rows, 6.53 KiB in 0.001684 sec., 61757.71971496437 rows/sec., 3.78 MiB/sec. 2025.11.20 17:30:47.349262 [ 260 ] {a3ff150c-6732-464b-95e6-91c2144ad82b} TCPHandler: Processed in 0.001845014 sec. 2025.11.20 17:30:47.990836 [ 223 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:47.990891 [ 223 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:47.993765 [ 223 ] {} oximeter.fields_string (a22b4f40-bfd6-4dcb-9b03-892787af30eb): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.021371 [ 224 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.021427 [ 224 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.024308 [ 224 ] {} oximeter.measurements_u64 (008cc97f-f165-4759-b205-f3939681b65c): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.184573 [ 224 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Found 6 old parts to remove. Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.184608 [ 224 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from filesystem (serially): Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.187958 [ 224 ] {} oximeter.measurements_cumulativeu64 (76ab5f0d-363e-4295-9286-56190e5c2be0): Removing 6 parts from memory: Parts: [all_1_61_12, all_62_62_0, all_63_63_0, all_64_64_0, all_65_65_0, all_66_66_0] 2025.11.20 17:30:48.977501 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 813 2025.11.20 17:30:48.995489 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.11.20 17:30:48.995543 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.24 GiB. 2025.11.20 17:30:49.001159 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 407.45 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 402.93 MiB (RSS), difference: -4.51 MiB 2025.11.20 17:30:49.001915 [ 244 ] {} MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) 2025.11.20 17:30:49.003126 [ 244 ] {} system.metric_log (5598b4a6-cf87-4c1a-8114-4f4dc7deba8a): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.11.20 17:30:49.006353 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 813 2025.11.20 17:30:50.001162 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 398.93 MiB, peak 414.83 MiB, free memory in arenas 0.00 B, will set to 402.93 MiB (RSS), difference: 4.00 MiB