[ Dec 24 07:55:20 Enabled. ] [ Dec 24 07:55:20 Rereading configuration. ] [ Dec 24 07:55:24 Rereading configuration. ] [ Dec 24 07:55:26 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 24 07:55:26 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.24 07:55:27.613958 [ 1 ] {} Application: Will watch for the process with pid 23973 2025.12.24 07:55:27.614348 [ 1 ] {} Application: Forked a child process to watch 2025.12.24 07:55:28.047580 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23973 2025.12.24 07:55:28.048389 [ 1 ] {} Application: starting up 2025.12.24 07:55:28.048561 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.24 07:55:28.175047 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.24 07:55:28.219410 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.24 07:55:28.219491 [ 1 ] {} Application: Initializing DateLUT. 2025.12.24 07:55:28.219511 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.24 07:55:28.219566 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.24 07:55:28.220196 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.24 07:55:28.222531 [ 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.12.24 07:55:28.223427 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 07:55:28.224356 [ 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.12.24 07:55:28.224407 [ 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.12.24 07:55:28.224456 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.24 07:55:28.225384 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 07:55:28.226390 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.24 07:55:28.231625 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 07:55:28.232230 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.24 07:55:28.233481 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 07:55:28.233587 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 07:55:28.234625 [ 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.12.24 07:55:28.235099 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.24 07:55:28.239334 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.24 07:55:28.239699 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.24 07:55:28.242931 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.24 07:55:28.243276 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.24 07:55:28.243716 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.24 07:55:28.244041 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.24 07:55:28.245659 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.24 07:55:28.245688 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.24 07:55:28.245791 [ 176 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:55:28.245885 [ 176 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:55:28.253519 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.24 07:55:28.253548 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000153634 sec 2025.12.24 07:55:28.253602 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 07:55:28.253655 [ 1 ] {} LoadingDeps: No tables 2025.12.24 07:55:28.254453 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.24 07:55:28.254516 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.24 07:55:28.267597 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.24 07:55:28.267643 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.24 07:55:28.267743 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.24 07:55:28.267756 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.24 07:55:28.267791 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.24 07:55:28.267878 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.24 07:55:28.272433 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.24 07:55:28.272488 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.24 07:55:28.272566 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.24 07:55:28.272757 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.24 07:55:28.272803 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.24 07:55:28.272816 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.24 07:55:28.272952 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.24 07:55:28.272964 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.24 07:55:28.272995 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.24 07:55:28.273072 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.24 07:55:28.296982 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.24 07:55:28.298445 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.24 07:55:28.298538 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000110994 sec 2025.12.24 07:55:28.298551 [ 1 ] {} ReferentialDeps: No tables 2025.12.24 07:55:28.298561 [ 1 ] {} LoadingDeps: No tables 2025.12.24 07:55:28.298590 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.24 07:55:28.298825 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.24 07:55:28.298933 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.24 07:55:28.298951 [ 1 ] {} Application: Loaded metadata. 2025.12.24 07:55:28.298962 [ 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.12.24 07:55:28.298972 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.24 07:55:28.304523 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.24 07:55:28.304741 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.81 MiB (RSS), difference: 92.03 MiB 2025.12.24 07:55:28.306223 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.2731e-05 sec. 2025.12.24 07:55:28.306646 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.24 07:55:28.308014 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.24 07:55:28.308042 [ 1 ] {} Application: Ready for connections. 2025.12.24 07:55:29.000268 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 116.83 MiB, peak 116.83 MiB, free memory in arenas 0.00 B, will set to 118.36 MiB (RSS), difference: 1.53 MiB 2025.12.24 07:55:29.309906 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:39832 2025.12.24 07:55:29.312904 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.312983 [ 3 ] {} TCP-Session: 933ad897-8077-4e79-a223-a2780c5fb54c Authenticating user 'default' from [fd00:1122:3344:101::b]:39832 2025.12.24 07:55:29.313093 [ 3 ] {} TCP-Session: 933ad897-8077-4e79-a223-a2780c5fb54c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.313108 [ 3 ] {} TCP-Session: 933ad897-8077-4e79-a223-a2780c5fb54c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.313206 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 07:55:29.313305 [ 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.12.24 07:55:29.313322 [ 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.12.24 07:55:29.313866 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56217 2025.12.24 07:55:29.313989 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49830 2025.12.24 07:55:29.313998 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52291 2025.12.24 07:55:29.314117 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314160 [ 4 ] {} TCP-Session: 164f5567-b56c-498e-b45b-31d488eab9b5 Authenticating user 'default' from [fd00:1122:3344:101::b]:56217 2025.12.24 07:55:29.314183 [ 4 ] {} TCP-Session: 164f5567-b56c-498e-b45b-31d488eab9b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314235 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49740 2025.12.24 07:55:29.314263 [ 4 ] {} TCP-Session: 164f5567-b56c-498e-b45b-31d488eab9b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314271 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314308 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314327 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54487 2025.12.24 07:55:29.314314 [ 254 ] {} TCP-Session: d2ea6d16-7446-4009-bd67-d953535f27f1 Authenticating user 'default' from [fd00:1122:3344:101::b]:49830 2025.12.24 07:55:29.314411 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314465 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52460 2025.12.24 07:55:29.314425 [ 254 ] {} TCP-Session: d2ea6d16-7446-4009-bd67-d953535f27f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314422 [ 5 ] {} TCP-Session: 754879af-1dee-4e67-8644-db0cacdbd990 Authenticating user 'default' from [fd00:1122:3344:101::b]:52291 2025.12.24 07:55:29.314526 [ 254 ] {} TCP-Session: d2ea6d16-7446-4009-bd67-d953535f27f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314557 [ 5 ] {} TCP-Session: 754879af-1dee-4e67-8644-db0cacdbd990 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314569 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63021 2025.12.24 07:55:29.314564 [ 255 ] {} TCP-Session: 735775aa-9291-402f-9256-cef9bf758f5a Authenticating user 'default' from [fd00:1122:3344:101::b]:49740 2025.12.24 07:55:29.314613 [ 5 ] {} TCP-Session: 754879af-1dee-4e67-8644-db0cacdbd990 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314608 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314711 [ 255 ] {} TCP-Session: 735775aa-9291-402f-9256-cef9bf758f5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314659 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314721 [ 256 ] {} TCP-Session: 8596584e-11bf-4aab-ae89-029058c82211 Authenticating user 'default' from [fd00:1122:3344:101::b]:54487 2025.12.24 07:55:29.314797 [ 255 ] {} TCP-Session: 735775aa-9291-402f-9256-cef9bf758f5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314833 [ 257 ] {} TCP-Session: 3eeadda6-281d-47e7-ab7e-b1482fd9badf Authenticating user 'default' from [fd00:1122:3344:101::b]:52460 2025.12.24 07:55:29.314814 [ 256 ] {} TCP-Session: 8596584e-11bf-4aab-ae89-029058c82211 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314799 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.314903 [ 257 ] {} TCP-Session: 3eeadda6-281d-47e7-ab7e-b1482fd9badf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314886 [ 256 ] {} TCP-Session: 8596584e-11bf-4aab-ae89-029058c82211 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.314937 [ 258 ] {} TCP-Session: 7eb69dcb-b563-42e8-b891-8247e62e0f23 Authenticating user 'default' from [fd00:1122:3344:101::b]:63021 2025.12.24 07:55:29.314978 [ 257 ] {} TCP-Session: 3eeadda6-281d-47e7-ab7e-b1482fd9badf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.315004 [ 258 ] {} TCP-Session: 7eb69dcb-b563-42e8-b891-8247e62e0f23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.315049 [ 258 ] {} TCP-Session: 7eb69dcb-b563-42e8-b891-8247e62e0f23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.325693 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49365 2025.12.24 07:55:29.328612 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.328719 [ 259 ] {} TCP-Session: 1efb99e3-f072-4c3b-9a2c-49e91a7d9998 Authenticating user 'default' from [fd00:1122:3344:101::a]:49365 2025.12.24 07:55:29.328740 [ 259 ] {} TCP-Session: 1efb99e3-f072-4c3b-9a2c-49e91a7d9998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.328824 [ 259 ] {} TCP-Session: 1efb99e3-f072-4c3b-9a2c-49e91a7d9998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.328883 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 07:55:29.328914 [ 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.12.24 07:55:29.328994 [ 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.12.24 07:55:29.329444 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:43761 2025.12.24 07:55:29.329539 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41708 2025.12.24 07:55:29.329567 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.329644 [ 260 ] {} TCP-Session: 156aa635-3d8a-4a6d-9554-486fb244232a Authenticating user 'default' from [fd00:1122:3344:101::a]:43761 2025.12.24 07:55:29.329657 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35352 2025.12.24 07:55:29.329702 [ 260 ] {} TCP-Session: 156aa635-3d8a-4a6d-9554-486fb244232a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.329726 [ 260 ] {} TCP-Session: 156aa635-3d8a-4a6d-9554-486fb244232a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.329767 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61079 2025.12.24 07:55:29.329733 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.329881 [ 261 ] {} TCP-Session: d164a5e3-18bb-4a36-9eaa-f48063571cbe Authenticating user 'default' from [fd00:1122:3344:101::a]:41708 2025.12.24 07:55:29.329891 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55230 2025.12.24 07:55:29.329979 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.329993 [ 261 ] {} TCP-Session: d164a5e3-18bb-4a36-9eaa-f48063571cbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330006 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.330027 [ 261 ] {} TCP-Session: d164a5e3-18bb-4a36-9eaa-f48063571cbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330081 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38291 2025.12.24 07:55:29.330027 [ 262 ] {} TCP-Session: 004d95cf-da94-4254-b269-24905d57bcd4 Authenticating user 'default' from [fd00:1122:3344:101::a]:35352 2025.12.24 07:55:29.330133 [ 263 ] {} TCP-Session: d44a1ed9-b729-43dc-be76-e6b64b9c6046 Authenticating user 'default' from [fd00:1122:3344:101::a]:61079 2025.12.24 07:55:29.330128 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.330247 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.330293 [ 263 ] {} TCP-Session: d44a1ed9-b729-43dc-be76-e6b64b9c6046 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330222 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37614 2025.12.24 07:55:29.330304 [ 262 ] {} TCP-Session: 004d95cf-da94-4254-b269-24905d57bcd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330301 [ 264 ] {} TCP-Session: 7af5fbb1-5864-4638-9172-026be531a1a8 Authenticating user 'default' from [fd00:1122:3344:101::a]:55230 2025.12.24 07:55:29.330410 [ 262 ] {} TCP-Session: 004d95cf-da94-4254-b269-24905d57bcd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330398 [ 263 ] {} TCP-Session: d44a1ed9-b729-43dc-be76-e6b64b9c6046 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330302 [ 265 ] {} TCP-Session: 505c5038-5c69-4d53-98c9-8bec96ea0423 Authenticating user 'default' from [fd00:1122:3344:101::a]:38291 2025.12.24 07:55:29.330511 [ 264 ] {} TCP-Session: 7af5fbb1-5864-4638-9172-026be531a1a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330500 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.330619 [ 265 ] {} TCP-Session: 505c5038-5c69-4d53-98c9-8bec96ea0423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330644 [ 264 ] {} TCP-Session: 7af5fbb1-5864-4638-9172-026be531a1a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330640 [ 266 ] {} TCP-Session: 391b6636-6cc0-44fb-baae-3cd454913a84 Authenticating user 'default' from [fd00:1122:3344:101::a]:37614 2025.12.24 07:55:29.330723 [ 265 ] {} TCP-Session: 505c5038-5c69-4d53-98c9-8bec96ea0423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330735 [ 266 ] {} TCP-Session: 391b6636-6cc0-44fb-baae-3cd454913a84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.330830 [ 266 ] {} TCP-Session: 391b6636-6cc0-44fb-baae-3cd454913a84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.434427 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42362 2025.12.24 07:55:29.439944 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.440015 [ 267 ] {} TCP-Session: d8aba455-ec3a-4464-ad10-9266733c38fd Authenticating user 'default' from [fd00:1122:3344:101::c]:42362 2025.12.24 07:55:29.440041 [ 267 ] {} TCP-Session: d8aba455-ec3a-4464-ad10-9266733c38fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.440054 [ 267 ] {} TCP-Session: d8aba455-ec3a-4464-ad10-9266733c38fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.440194 [ 267 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 07:55:29.440222 [ 267 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 07:55:29.440383 [ 267 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 07:55:29.440904 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33238 2025.12.24 07:55:29.441022 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38833 2025.12.24 07:55:29.441126 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.441172 [ 268 ] {} TCP-Session: 1f0e0153-5f5a-42ef-b441-3268208eab62 Authenticating user 'default' from [fd00:1122:3344:101::c]:33238 2025.12.24 07:55:29.441272 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.441296 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53841 2025.12.24 07:55:29.441324 [ 268 ] {} TCP-Session: 1f0e0153-5f5a-42ef-b441-3268208eab62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.441353 [ 268 ] {} TCP-Session: 1f0e0153-5f5a-42ef-b441-3268208eab62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.441396 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43685 2025.12.24 07:55:29.441354 [ 269 ] {} TCP-Session: bf8fdd57-2471-490d-b2b4-b71ccbe84479 Authenticating user 'default' from [fd00:1122:3344:101::c]:38833 2025.12.24 07:55:29.441372 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:34700 2025.12.24 07:55:29.441511 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38733 2025.12.24 07:55:29.441487 [ 269 ] {} TCP-Session: bf8fdd57-2471-490d-b2b4-b71ccbe84479 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.441472 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.441609 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43984 2025.12.24 07:55:29.441650 [ 271 ] {} TCP-Session: c46ed13f-0c78-4766-b40b-2e10d3106430 Authenticating user 'default' from [fd00:1122:3344:101::c]:53841 2025.12.24 07:55:29.441625 [ 269 ] {} TCP-Session: bf8fdd57-2471-490d-b2b4-b71ccbe84479 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.441808 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.441831 [ 271 ] {} TCP-Session: c46ed13f-0c78-4766-b40b-2e10d3106430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.441920 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.441925 [ 270 ] {} TCP-Session: 8f9cc8fe-7785-456b-9ca6-dad16c6c501c Authenticating user 'default' from [fd00:1122:3344:101::c]:43685 2025.12.24 07:55:29.441960 [ 273 ] {} TCP-Session: e2cee074-5de2-4772-9133-c6c2be7a85e7 Authenticating user 'default' from [fd00:1122:3344:101::c]:38733 2025.12.24 07:55:29.441998 [ 270 ] {} TCP-Session: 8f9cc8fe-7785-456b-9ca6-dad16c6c501c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442012 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.441954 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:29.442071 [ 270 ] {} TCP-Session: 8f9cc8fe-7785-456b-9ca6-dad16c6c501c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442070 [ 274 ] {} TCP-Session: ab6c49ca-8335-4d00-ac33-ee1cc84d5432 Authenticating user 'default' from [fd00:1122:3344:101::c]:43984 2025.12.24 07:55:29.442054 [ 273 ] {} TCP-Session: e2cee074-5de2-4772-9133-c6c2be7a85e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442184 [ 272 ] {} TCP-Session: 63c2704d-eb59-417d-a8e3-82f8c9fa1148 Authenticating user 'default' from [fd00:1122:3344:101::c]:34700 2025.12.24 07:55:29.442185 [ 274 ] {} TCP-Session: ab6c49ca-8335-4d00-ac33-ee1cc84d5432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.441929 [ 271 ] {} TCP-Session: c46ed13f-0c78-4766-b40b-2e10d3106430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442280 [ 272 ] {} TCP-Session: 63c2704d-eb59-417d-a8e3-82f8c9fa1148 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442255 [ 274 ] {} TCP-Session: ab6c49ca-8335-4d00-ac33-ee1cc84d5432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442244 [ 273 ] {} TCP-Session: e2cee074-5de2-4772-9133-c6c2be7a85e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:29.442361 [ 272 ] {} TCP-Session: 63c2704d-eb59-417d-a8e3-82f8c9fa1148 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.000157 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 118.50 MiB, peak 118.50 MiB, free memory in arenas 0.00 B, will set to 120.07 MiB (RSS), difference: 1.58 MiB 2025.12.24 07:55:30.260103 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48059 2025.12.24 07:55:30.262993 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.263040 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Authenticating user 'default' from [fd00:1122:3344:101::d]:48059 2025.12.24 07:55:30.263065 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.263159 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.263234 [ 275 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 07:55:30.263276 [ 275 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 07:55:30.263377 [ 275 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.24 07:55:30.264713 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51849 2025.12.24 07:55:30.264815 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63414 2025.12.24 07:55:30.264937 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.264943 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38229 2025.12.24 07:55:30.264993 [ 276 ] {} TCP-Session: a7eb4c60-6a89-4e69-91f9-802a51a42d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:51849 2025.12.24 07:55:30.265137 [ 276 ] {} TCP-Session: a7eb4c60-6a89-4e69-91f9-802a51a42d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.265131 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:33285 2025.12.24 07:55:30.265155 [ 276 ] {} TCP-Session: a7eb4c60-6a89-4e69-91f9-802a51a42d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.265744 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.265799 [ 277 ] {} TCP-Session: 3bb39ee9-241f-442d-9027-a7698f6cf122 Authenticating user 'default' from [fd00:1122:3344:101::d]:63414 2025.12.24 07:55:30.265830 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52695 2025.12.24 07:55:30.265885 [ 277 ] {} TCP-Session: 3bb39ee9-241f-442d-9027-a7698f6cf122 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.265961 [ 277 ] {} TCP-Session: 3bb39ee9-241f-442d-9027-a7698f6cf122 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.267208 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41977 2025.12.24 07:55:30.269310 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.269351 [ 278 ] {} TCP-Session: a448a1c6-5cf6-428c-a6b9-aedf736af4ad Authenticating user 'default' from [fd00:1122:3344:101::d]:38229 2025.12.24 07:55:30.269369 [ 278 ] {} TCP-Session: a448a1c6-5cf6-428c-a6b9-aedf736af4ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.269416 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42783 2025.12.24 07:55:30.269567 [ 278 ] {} TCP-Session: a448a1c6-5cf6-428c-a6b9-aedf736af4ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.271596 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.271658 [ 281 ] {} TCP-Session: 0203c77c-1070-40d7-8559-6c576ad4b9db Authenticating user 'default' from [fd00:1122:3344:101::d]:41977 2025.12.24 07:55:30.271710 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61172 2025.12.24 07:55:30.271726 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.271775 [ 281 ] {} TCP-Session: 0203c77c-1070-40d7-8559-6c576ad4b9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.271804 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.271789 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Authenticating user 'default' from [fd00:1122:3344:101::d]:52695 2025.12.24 07:55:30.271873 [ 281 ] {} TCP-Session: 0203c77c-1070-40d7-8559-6c576ad4b9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.271890 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.271910 [ 282 ] {} TCP-Session: c07c41ef-f3a4-4380-bf86-38b371238f7a Authenticating user 'default' from [fd00:1122:3344:101::d]:42783 2025.12.24 07:55:30.271998 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.272015 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.272051 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.272026 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:55:30.272028 [ 282 ] {} TCP-Session: c07c41ef-f3a4-4380-bf86-38b371238f7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.272203 [ 283 ] {} TCP-Session: 2c8d8772-3121-43eb-9a98-b454895c37eb Authenticating user 'default' from [fd00:1122:3344:101::d]:61172 2025.12.24 07:55:30.272049 [ 279 ] {} TCP-Session: fe1fd56a-461c-4a39-99bd-34549803e002 Authenticating user 'default' from [fd00:1122:3344:101::d]:33285 2025.12.24 07:55:30.272250 [ 282 ] {} TCP-Session: c07c41ef-f3a4-4380-bf86-38b371238f7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.272275 [ 283 ] {} TCP-Session: 2c8d8772-3121-43eb-9a98-b454895c37eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.272268 [ 279 ] {} TCP-Session: fe1fd56a-461c-4a39-99bd-34549803e002 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.272351 [ 283 ] {} TCP-Session: 2c8d8772-3121-43eb-9a98-b454895c37eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.272417 [ 279 ] {} TCP-Session: fe1fd56a-461c-4a39-99bd-34549803e002 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:55:30.275315 [ 275 ] {a75796d5-234f-4bdd-b0cc-89b43129ed0a} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:55:30.385835 [ 275 ] {a75796d5-234f-4bdd-b0cc-89b43129ed0a} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48059) (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.12.24 07:55:30.386873 [ 275 ] {a75796d5-234f-4bdd-b0cc-89b43129ed0a} 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.12.24 07:55:30.387124 [ 275 ] {a75796d5-234f-4bdd-b0cc-89b43129ed0a} TCPHandler: Processed in 0.122356132 sec. 2025.12.24 07:55:30.387628 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.388023 [ 280 ] {b23ba4d0-62d7-41d6-91be-55e55c47701e} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:55:30.388431 [ 280 ] {b23ba4d0-62d7-41d6-91be-55e55c47701e} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:52695) (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.12.24 07:55:30.388820 [ 280 ] {b23ba4d0-62d7-41d6-91be-55e55c47701e} 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.12.24 07:55:30.389082 [ 280 ] {b23ba4d0-62d7-41d6-91be-55e55c47701e} TCPHandler: Processed in 0.001658346 sec. 2025.12.24 07:55:30.389402 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.390204 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} executeQuery: (from [fd00:1122:3344:101::d]:48059) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.24 07:55:30.390875 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.24 07:55:30.392403 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.24 07:55:30.392424 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5591e-05 sec 2025.12.24 07:55:30.392438 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} ReferentialDeps: No tables 2025.12.24 07:55:30.392562 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} LoadingDeps: No tables 2025.12.24 07:55:30.392591 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} DatabaseAtomic (oximeter): Starting up tables. 2025.12.24 07:55:30.393297 [ 275 ] {5f21aa91-849a-4715-acc5-872e880464ac} TCPHandler: Processed in 0.004011482 sec. 2025.12.24 07:55:30.393489 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.393758 [ 275 ] {8b533dd2-7b50-4c25-a0a0-021d9baff659} executeQuery: (from [fd00:1122:3344:101::d]:48059) /* 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.12.24 07:55:30.393887 [ 275 ] {8b533dd2-7b50-4c25-a0a0-021d9baff659} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.24 07:55:30.399434 [ 275 ] {8b533dd2-7b50-4c25-a0a0-021d9baff659} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.24 07:55:30.400713 [ 275 ] {8b533dd2-7b50-4c25-a0a0-021d9baff659} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f): Loading data parts 2025.12.24 07:55:30.401863 [ 275 ] {8b533dd2-7b50-4c25-a0a0-021d9baff659} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f): There are no data parts 2025.12.24 07:55:30.404975 [ 275 ] {8b533dd2-7b50-4c25-a0a0-021d9baff659} TCPHandler: Processed in 0.011563672 sec. 2025.12.24 07:55:30.405150 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.405338 [ 275 ] {3099943d-1bea-4c6f-82fe-3577ac5419de} executeQuery: (from [fd00:1122:3344:101::d]:48059) /* 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.12.24 07:55:30.405542 [ 275 ] {3099943d-1bea-4c6f-82fe-3577ac5419de} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.24 07:55:30.415823 [ 275 ] {3099943d-1bea-4c6f-82fe-3577ac5419de} oximeter.measurements_bool (7c96f7e1-9831-404e-aa05-31454a98c1d2): Loading data parts 2025.12.24 07:55:30.416049 [ 275 ] {3099943d-1bea-4c6f-82fe-3577ac5419de} oximeter.measurements_bool (7c96f7e1-9831-404e-aa05-31454a98c1d2): There are no data parts 2025.12.24 07:55:30.417670 [ 275 ] {3099943d-1bea-4c6f-82fe-3577ac5419de} TCPHandler: Processed in 0.01257649 sec. 2025.12.24 07:55:30.417950 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.418136 [ 275 ] {a146d379-a9aa-40ca-aa9c-fd5c21d99759} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.418277 [ 275 ] {a146d379-a9aa-40ca-aa9c-fd5c21d99759} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.24 07:55:30.420042 [ 275 ] {a146d379-a9aa-40ca-aa9c-fd5c21d99759} oximeter.measurements_i8 (8d2211d2-efdf-4354-95ca-14598a74a759): Loading data parts 2025.12.24 07:55:30.420193 [ 275 ] {a146d379-a9aa-40ca-aa9c-fd5c21d99759} oximeter.measurements_i8 (8d2211d2-efdf-4354-95ca-14598a74a759): There are no data parts 2025.12.24 07:55:30.421597 [ 275 ] {a146d379-a9aa-40ca-aa9c-fd5c21d99759} TCPHandler: Processed in 0.003721744 sec. 2025.12.24 07:55:30.421754 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.421980 [ 275 ] {00686a06-3d5e-4e6b-8c04-011636aea360} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.422104 [ 275 ] {00686a06-3d5e-4e6b-8c04-011636aea360} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.24 07:55:30.423977 [ 275 ] {00686a06-3d5e-4e6b-8c04-011636aea360} oximeter.measurements_u8 (0dc82290-2aee-458f-93a1-6972a257fb3c): Loading data parts 2025.12.24 07:55:30.424162 [ 275 ] {00686a06-3d5e-4e6b-8c04-011636aea360} oximeter.measurements_u8 (0dc82290-2aee-458f-93a1-6972a257fb3c): There are no data parts 2025.12.24 07:55:30.425490 [ 275 ] {00686a06-3d5e-4e6b-8c04-011636aea360} TCPHandler: Processed in 0.003789296 sec. 2025.12.24 07:55:30.425724 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.425927 [ 275 ] {3d0ce761-094f-4cd1-83fb-e6a2f6b00ead} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.426103 [ 275 ] {3d0ce761-094f-4cd1-83fb-e6a2f6b00ead} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.24 07:55:30.427845 [ 275 ] {3d0ce761-094f-4cd1-83fb-e6a2f6b00ead} oximeter.measurements_i16 (f65d05ce-b0db-4253-88ca-ca159478ff91): Loading data parts 2025.12.24 07:55:30.427996 [ 275 ] {3d0ce761-094f-4cd1-83fb-e6a2f6b00ead} oximeter.measurements_i16 (f65d05ce-b0db-4253-88ca-ca159478ff91): There are no data parts 2025.12.24 07:55:30.429689 [ 275 ] {3d0ce761-094f-4cd1-83fb-e6a2f6b00ead} TCPHandler: Processed in 0.004015933 sec. 2025.12.24 07:55:30.429834 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.429996 [ 275 ] {e7b4a4cd-5e2e-4f63-8018-1960d6661939} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.430141 [ 275 ] {e7b4a4cd-5e2e-4f63-8018-1960d6661939} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.24 07:55:30.432846 [ 275 ] {e7b4a4cd-5e2e-4f63-8018-1960d6661939} oximeter.measurements_u16 (b854d0f5-631b-46a9-bfd7-069bad21d23f): Loading data parts 2025.12.24 07:55:30.432990 [ 275 ] {e7b4a4cd-5e2e-4f63-8018-1960d6661939} oximeter.measurements_u16 (b854d0f5-631b-46a9-bfd7-069bad21d23f): There are no data parts 2025.12.24 07:55:30.434407 [ 275 ] {e7b4a4cd-5e2e-4f63-8018-1960d6661939} TCPHandler: Processed in 0.004623069 sec. 2025.12.24 07:55:30.434544 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.434797 [ 275 ] {15d592ec-52f7-4765-accd-33c50b9553c6} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.434916 [ 275 ] {15d592ec-52f7-4765-accd-33c50b9553c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.24 07:55:30.436662 [ 275 ] {15d592ec-52f7-4765-accd-33c50b9553c6} oximeter.measurements_i32 (324ff311-04ef-4c77-809e-b4bf784cb92d): Loading data parts 2025.12.24 07:55:30.436808 [ 275 ] {15d592ec-52f7-4765-accd-33c50b9553c6} oximeter.measurements_i32 (324ff311-04ef-4c77-809e-b4bf784cb92d): There are no data parts 2025.12.24 07:55:30.438075 [ 275 ] {15d592ec-52f7-4765-accd-33c50b9553c6} TCPHandler: Processed in 0.003579989 sec. 2025.12.24 07:55:30.438218 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.438373 [ 275 ] {67281a21-a0a8-4370-808e-edd386b11090} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.438496 [ 275 ] {67281a21-a0a8-4370-808e-edd386b11090} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.24 07:55:30.440279 [ 275 ] {67281a21-a0a8-4370-808e-edd386b11090} oximeter.measurements_u32 (9205418d-58e7-4cfa-af3e-915791bee5a4): Loading data parts 2025.12.24 07:55:30.440462 [ 275 ] {67281a21-a0a8-4370-808e-edd386b11090} oximeter.measurements_u32 (9205418d-58e7-4cfa-af3e-915791bee5a4): There are no data parts 2025.12.24 07:55:30.441747 [ 275 ] {67281a21-a0a8-4370-808e-edd386b11090} TCPHandler: Processed in 0.00357804 sec. 2025.12.24 07:55:30.441889 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.442124 [ 275 ] {6573e649-e68b-44a1-a908-4b4b9527c697} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.442236 [ 275 ] {6573e649-e68b-44a1-a908-4b4b9527c697} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.24 07:55:30.444316 [ 275 ] {6573e649-e68b-44a1-a908-4b4b9527c697} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Loading data parts 2025.12.24 07:55:30.444460 [ 275 ] {6573e649-e68b-44a1-a908-4b4b9527c697} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): There are no data parts 2025.12.24 07:55:30.445954 [ 275 ] {6573e649-e68b-44a1-a908-4b4b9527c697} TCPHandler: Processed in 0.004113225 sec. 2025.12.24 07:55:30.446100 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.446268 [ 275 ] {2d73c524-5ab9-4240-8f7e-2febe7dc713d} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.446395 [ 275 ] {2d73c524-5ab9-4240-8f7e-2febe7dc713d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.24 07:55:30.448121 [ 275 ] {2d73c524-5ab9-4240-8f7e-2febe7dc713d} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Loading data parts 2025.12.24 07:55:30.448307 [ 275 ] {2d73c524-5ab9-4240-8f7e-2febe7dc713d} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): There are no data parts 2025.12.24 07:55:30.449578 [ 275 ] {2d73c524-5ab9-4240-8f7e-2febe7dc713d} TCPHandler: Processed in 0.003526878 sec. 2025.12.24 07:55:30.449723 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.449960 [ 275 ] {d3bc626c-51f9-4fa4-9ef5-c9e7dee792c5} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.450091 [ 275 ] {d3bc626c-51f9-4fa4-9ef5-c9e7dee792c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.24 07:55:30.451976 [ 275 ] {d3bc626c-51f9-4fa4-9ef5-c9e7dee792c5} oximeter.measurements_f32 (ad3e7399-1604-4c45-a4cd-cbaf1e62bfeb): Loading data parts 2025.12.24 07:55:30.452124 [ 275 ] {d3bc626c-51f9-4fa4-9ef5-c9e7dee792c5} oximeter.measurements_f32 (ad3e7399-1604-4c45-a4cd-cbaf1e62bfeb): There are no data parts 2025.12.24 07:55:30.453478 [ 275 ] {d3bc626c-51f9-4fa4-9ef5-c9e7dee792c5} TCPHandler: Processed in 0.003802296 sec. 2025.12.24 07:55:30.453629 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.453781 [ 275 ] {6f000eb2-f3f7-427a-8d50-3b485c3e7bc0} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.453900 [ 275 ] {6f000eb2-f3f7-427a-8d50-3b485c3e7bc0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.24 07:55:30.455990 [ 275 ] {6f000eb2-f3f7-427a-8d50-3b485c3e7bc0} oximeter.measurements_f64 (cfc0bcb6-a3d8-4b51-a41d-1c3c2228c064): Loading data parts 2025.12.24 07:55:30.456174 [ 275 ] {6f000eb2-f3f7-427a-8d50-3b485c3e7bc0} oximeter.measurements_f64 (cfc0bcb6-a3d8-4b51-a41d-1c3c2228c064): There are no data parts 2025.12.24 07:55:30.457356 [ 275 ] {6f000eb2-f3f7-427a-8d50-3b485c3e7bc0} TCPHandler: Processed in 0.003775375 sec. 2025.12.24 07:55:30.457501 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.457745 [ 275 ] {60b55cfc-2abc-4844-b27a-807e2147afe5} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.457863 [ 275 ] {60b55cfc-2abc-4844-b27a-807e2147afe5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.24 07:55:30.459745 [ 275 ] {60b55cfc-2abc-4844-b27a-807e2147afe5} oximeter.measurements_string (792a6b84-fc4e-4fd6-9165-1aa77b84c7cb): Loading data parts 2025.12.24 07:55:30.459922 [ 275 ] {60b55cfc-2abc-4844-b27a-807e2147afe5} oximeter.measurements_string (792a6b84-fc4e-4fd6-9165-1aa77b84c7cb): There are no data parts 2025.12.24 07:55:30.461382 [ 275 ] {60b55cfc-2abc-4844-b27a-807e2147afe5} TCPHandler: Processed in 0.003931039 sec. 2025.12.24 07:55:30.461524 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.461683 [ 275 ] {1d3ed148-1678-4d20-a4e8-6a3c18b57350} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.461818 [ 275 ] {1d3ed148-1678-4d20-a4e8-6a3c18b57350} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.24 07:55:30.463652 [ 275 ] {1d3ed148-1678-4d20-a4e8-6a3c18b57350} oximeter.measurements_bytes (46fa8a47-6eb8-48fa-8cf4-5d03e4afaefb): Loading data parts 2025.12.24 07:55:30.463803 [ 275 ] {1d3ed148-1678-4d20-a4e8-6a3c18b57350} oximeter.measurements_bytes (46fa8a47-6eb8-48fa-8cf4-5d03e4afaefb): There are no data parts 2025.12.24 07:55:30.465743 [ 275 ] {1d3ed148-1678-4d20-a4e8-6a3c18b57350} TCPHandler: Processed in 0.004267359 sec. 2025.12.24 07:55:30.465888 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.466051 [ 275 ] {01385ee2-d605-4562-9e4e-354789a615f7} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.466176 [ 275 ] {01385ee2-d605-4562-9e4e-354789a615f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.24 07:55:30.468107 [ 275 ] {01385ee2-d605-4562-9e4e-354789a615f7} oximeter.measurements_cumulativei64 (5460da3d-ad6d-423f-9a20-46c236253fae): Loading data parts 2025.12.24 07:55:30.468242 [ 275 ] {01385ee2-d605-4562-9e4e-354789a615f7} oximeter.measurements_cumulativei64 (5460da3d-ad6d-423f-9a20-46c236253fae): There are no data parts 2025.12.24 07:55:30.469455 [ 275 ] {01385ee2-d605-4562-9e4e-354789a615f7} TCPHandler: Processed in 0.003614861 sec. 2025.12.24 07:55:30.469690 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.469852 [ 275 ] {3164375a-3730-49c5-b719-f16cc2c3cd51} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.469973 [ 275 ] {3164375a-3730-49c5-b719-f16cc2c3cd51} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.24 07:55:30.471947 [ 275 ] {3164375a-3730-49c5-b719-f16cc2c3cd51} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Loading data parts 2025.12.24 07:55:30.472159 [ 275 ] {3164375a-3730-49c5-b719-f16cc2c3cd51} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): There are no data parts 2025.12.24 07:55:30.473513 [ 275 ] {3164375a-3730-49c5-b719-f16cc2c3cd51} TCPHandler: Processed in 0.003873238 sec. 2025.12.24 07:55:30.473667 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.473973 [ 275 ] {a2e9209d-5571-4434-8631-9946439bfeb9} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.474099 [ 275 ] {a2e9209d-5571-4434-8631-9946439bfeb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.24 07:55:30.475981 [ 275 ] {a2e9209d-5571-4434-8631-9946439bfeb9} oximeter.measurements_cumulativef32 (59157c30-d622-4c0d-b0e6-2d5eae17cc50): Loading data parts 2025.12.24 07:55:30.476120 [ 275 ] {a2e9209d-5571-4434-8631-9946439bfeb9} oximeter.measurements_cumulativef32 (59157c30-d622-4c0d-b0e6-2d5eae17cc50): There are no data parts 2025.12.24 07:55:30.477502 [ 275 ] {a2e9209d-5571-4434-8631-9946439bfeb9} TCPHandler: Processed in 0.003886627 sec. 2025.12.24 07:55:30.477646 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.477804 [ 275 ] {20b974f9-eb58-4764-95b2-a9479a039193} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.477925 [ 275 ] {20b974f9-eb58-4764-95b2-a9479a039193} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.24 07:55:30.479681 [ 275 ] {20b974f9-eb58-4764-95b2-a9479a039193} oximeter.measurements_cumulativef64 (3932f5af-86fc-4ec4-a431-6564444e7e47): Loading data parts 2025.12.24 07:55:30.479823 [ 275 ] {20b974f9-eb58-4764-95b2-a9479a039193} oximeter.measurements_cumulativef64 (3932f5af-86fc-4ec4-a431-6564444e7e47): There are no data parts 2025.12.24 07:55:30.481025 [ 275 ] {20b974f9-eb58-4764-95b2-a9479a039193} TCPHandler: Processed in 0.003427916 sec. 2025.12.24 07:55:30.481258 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.481484 [ 275 ] {825dadc3-f546-4d62-8d0f-99b164871abe} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.481618 [ 275 ] {825dadc3-f546-4d62-8d0f-99b164871abe} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.24 07:55:30.483739 [ 275 ] {825dadc3-f546-4d62-8d0f-99b164871abe} oximeter.measurements_histogrami8 (6bddd675-84fb-4cc9-a10c-8f9a1c5280b6): Loading data parts 2025.12.24 07:55:30.483875 [ 275 ] {825dadc3-f546-4d62-8d0f-99b164871abe} oximeter.measurements_histogrami8 (6bddd675-84fb-4cc9-a10c-8f9a1c5280b6): There are no data parts 2025.12.24 07:55:30.485259 [ 275 ] {825dadc3-f546-4d62-8d0f-99b164871abe} TCPHandler: Processed in 0.004054174 sec. 2025.12.24 07:55:30.485415 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.485626 [ 275 ] {76c8de84-3780-4a49-b8a2-44aaaae47d07} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.485762 [ 275 ] {76c8de84-3780-4a49-b8a2-44aaaae47d07} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.24 07:55:30.487942 [ 275 ] {76c8de84-3780-4a49-b8a2-44aaaae47d07} oximeter.measurements_histogramu8 (5d74b939-cc4b-4d74-bf37-a8a46dd68233): Loading data parts 2025.12.24 07:55:30.488076 [ 275 ] {76c8de84-3780-4a49-b8a2-44aaaae47d07} oximeter.measurements_histogramu8 (5d74b939-cc4b-4d74-bf37-a8a46dd68233): There are no data parts 2025.12.24 07:55:30.489636 [ 275 ] {76c8de84-3780-4a49-b8a2-44aaaae47d07} TCPHandler: Processed in 0.004268629 sec. 2025.12.24 07:55:30.489828 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.490080 [ 275 ] {b4531e48-2873-4873-a5e3-90bb26add7b0} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.490205 [ 275 ] {b4531e48-2873-4873-a5e3-90bb26add7b0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.24 07:55:30.492358 [ 275 ] {b4531e48-2873-4873-a5e3-90bb26add7b0} oximeter.measurements_histogrami16 (51f1c8f0-bd88-4927-b492-ffeb78205c18): Loading data parts 2025.12.24 07:55:30.492483 [ 275 ] {b4531e48-2873-4873-a5e3-90bb26add7b0} oximeter.measurements_histogrami16 (51f1c8f0-bd88-4927-b492-ffeb78205c18): There are no data parts 2025.12.24 07:55:30.493901 [ 275 ] {b4531e48-2873-4873-a5e3-90bb26add7b0} TCPHandler: Processed in 0.004121035 sec. 2025.12.24 07:55:30.494053 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.494264 [ 275 ] {9d60cfff-2f70-46f3-aa6e-7da5f34c324f} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.494396 [ 275 ] {9d60cfff-2f70-46f3-aa6e-7da5f34c324f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.24 07:55:30.496708 [ 275 ] {9d60cfff-2f70-46f3-aa6e-7da5f34c324f} oximeter.measurements_histogramu16 (cacf464d-7725-4f49-8a87-4853efdbb9d8): Loading data parts 2025.12.24 07:55:30.496852 [ 275 ] {9d60cfff-2f70-46f3-aa6e-7da5f34c324f} oximeter.measurements_histogramu16 (cacf464d-7725-4f49-8a87-4853efdbb9d8): There are no data parts 2025.12.24 07:55:30.498048 [ 275 ] {9d60cfff-2f70-46f3-aa6e-7da5f34c324f} TCPHandler: Processed in 0.004043873 sec. 2025.12.24 07:55:30.498230 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.498483 [ 275 ] {4e67fd70-b8de-4dfe-88a0-848f0dc2f6e6} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.498612 [ 275 ] {4e67fd70-b8de-4dfe-88a0-848f0dc2f6e6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.24 07:55:30.500752 [ 275 ] {4e67fd70-b8de-4dfe-88a0-848f0dc2f6e6} oximeter.measurements_histogrami32 (aa9af0f9-b4b8-4283-8578-547d9cf0a4ce): Loading data parts 2025.12.24 07:55:30.500897 [ 275 ] {4e67fd70-b8de-4dfe-88a0-848f0dc2f6e6} oximeter.measurements_histogrami32 (aa9af0f9-b4b8-4283-8578-547d9cf0a4ce): There are no data parts 2025.12.24 07:55:30.502610 [ 275 ] {4e67fd70-b8de-4dfe-88a0-848f0dc2f6e6} TCPHandler: Processed in 0.004428844 sec. 2025.12.24 07:55:30.502752 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.502960 [ 275 ] {21d019de-7a66-4b8d-824a-2d0824f89f9a} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.503092 [ 275 ] {21d019de-7a66-4b8d-824a-2d0824f89f9a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.24 07:55:30.505117 [ 275 ] {21d019de-7a66-4b8d-824a-2d0824f89f9a} oximeter.measurements_histogramu32 (6133aa22-fd1c-4ce3-92af-8b5f237e3eb7): Loading data parts 2025.12.24 07:55:30.505276 [ 275 ] {21d019de-7a66-4b8d-824a-2d0824f89f9a} oximeter.measurements_histogramu32 (6133aa22-fd1c-4ce3-92af-8b5f237e3eb7): There are no data parts 2025.12.24 07:55:30.507084 [ 275 ] {21d019de-7a66-4b8d-824a-2d0824f89f9a} TCPHandler: Processed in 0.004379722 sec. 2025.12.24 07:55:30.507272 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.507532 [ 275 ] {b6e5a0b2-b18e-4001-8a3a-ac895839a37e} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.507662 [ 275 ] {b6e5a0b2-b18e-4001-8a3a-ac895839a37e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.24 07:55:30.509822 [ 275 ] {b6e5a0b2-b18e-4001-8a3a-ac895839a37e} oximeter.measurements_histogrami64 (e307e3ea-d483-48db-8ded-1cd569499ae3): Loading data parts 2025.12.24 07:55:30.509996 [ 275 ] {b6e5a0b2-b18e-4001-8a3a-ac895839a37e} oximeter.measurements_histogrami64 (e307e3ea-d483-48db-8ded-1cd569499ae3): There are no data parts 2025.12.24 07:55:30.511595 [ 275 ] {b6e5a0b2-b18e-4001-8a3a-ac895839a37e} TCPHandler: Processed in 0.004373402 sec. 2025.12.24 07:55:30.511741 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.511953 [ 275 ] {916216b3-10b2-478e-affe-ad5d42106a54} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.512085 [ 275 ] {916216b3-10b2-478e-affe-ad5d42106a54} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.24 07:55:30.514112 [ 275 ] {916216b3-10b2-478e-affe-ad5d42106a54} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Loading data parts 2025.12.24 07:55:30.514242 [ 275 ] {916216b3-10b2-478e-affe-ad5d42106a54} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): There are no data parts 2025.12.24 07:55:30.515624 [ 275 ] {916216b3-10b2-478e-affe-ad5d42106a54} TCPHandler: Processed in 0.00393501 sec. 2025.12.24 07:55:30.515774 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.516116 [ 275 ] {f3db625e-2482-42c2-8547-5b1971cb8ba7} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.516281 [ 275 ] {f3db625e-2482-42c2-8547-5b1971cb8ba7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.24 07:55:30.518201 [ 275 ] {f3db625e-2482-42c2-8547-5b1971cb8ba7} oximeter.measurements_histogramf32 (9a1b058b-ee59-4d5a-95d4-15266c4b40c7): Loading data parts 2025.12.24 07:55:30.518343 [ 275 ] {f3db625e-2482-42c2-8547-5b1971cb8ba7} oximeter.measurements_histogramf32 (9a1b058b-ee59-4d5a-95d4-15266c4b40c7): There are no data parts 2025.12.24 07:55:30.519614 [ 275 ] {f3db625e-2482-42c2-8547-5b1971cb8ba7} TCPHandler: Processed in 0.003889799 sec. 2025.12.24 07:55:30.519772 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.519984 [ 275 ] {7c7b6131-7b4f-4386-a884-c59fc3547ab8} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.520115 [ 275 ] {7c7b6131-7b4f-4386-a884-c59fc3547ab8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.24 07:55:30.522102 [ 275 ] {7c7b6131-7b4f-4386-a884-c59fc3547ab8} oximeter.measurements_histogramf64 (10ad4acc-3557-4adc-9dff-93936bfa158a): Loading data parts 2025.12.24 07:55:30.522265 [ 275 ] {7c7b6131-7b4f-4386-a884-c59fc3547ab8} oximeter.measurements_histogramf64 (10ad4acc-3557-4adc-9dff-93936bfa158a): There are no data parts 2025.12.24 07:55:30.523460 [ 275 ] {7c7b6131-7b4f-4386-a884-c59fc3547ab8} TCPHandler: Processed in 0.003739154 sec. 2025.12.24 07:55:30.523606 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.523883 [ 275 ] {1f3e646f-341d-4416-96f7-b530c9418edb} executeQuery: (from [fd00:1122:3344:101::d]:48059) /* 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.12.24 07:55:30.524014 [ 275 ] {1f3e646f-341d-4416-96f7-b530c9418edb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.24 07:55:30.526142 [ 275 ] {1f3e646f-341d-4416-96f7-b530c9418edb} oximeter.fields_bool (ca18bcd4-f8fc-4e61-b89f-bb7f2941da79): Loading data parts 2025.12.24 07:55:30.526282 [ 275 ] {1f3e646f-341d-4416-96f7-b530c9418edb} oximeter.fields_bool (ca18bcd4-f8fc-4e61-b89f-bb7f2941da79): There are no data parts 2025.12.24 07:55:30.527619 [ 275 ] {1f3e646f-341d-4416-96f7-b530c9418edb} TCPHandler: Processed in 0.004062523 sec. 2025.12.24 07:55:30.527768 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.527925 [ 275 ] {093afee3-e69c-48c2-afe6-6270c40c4e4f} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.528061 [ 275 ] {093afee3-e69c-48c2-afe6-6270c40c4e4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.24 07:55:30.530093 [ 275 ] {093afee3-e69c-48c2-afe6-6270c40c4e4f} oximeter.fields_i8 (295aebb5-f7bb-460a-9597-b0f87a67b4a2): Loading data parts 2025.12.24 07:55:30.530426 [ 275 ] {093afee3-e69c-48c2-afe6-6270c40c4e4f} oximeter.fields_i8 (295aebb5-f7bb-460a-9597-b0f87a67b4a2): There are no data parts 2025.12.24 07:55:30.531803 [ 275 ] {093afee3-e69c-48c2-afe6-6270c40c4e4f} TCPHandler: Processed in 0.004085454 sec. 2025.12.24 07:55:30.531948 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.532202 [ 275 ] {1e7b56d3-7354-4417-b470-a1e55c14c79b} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.532328 [ 275 ] {1e7b56d3-7354-4417-b470-a1e55c14c79b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.24 07:55:30.534377 [ 275 ] {1e7b56d3-7354-4417-b470-a1e55c14c79b} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Loading data parts 2025.12.24 07:55:30.534516 [ 275 ] {1e7b56d3-7354-4417-b470-a1e55c14c79b} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): There are no data parts 2025.12.24 07:55:30.535963 [ 275 ] {1e7b56d3-7354-4417-b470-a1e55c14c79b} TCPHandler: Processed in 0.004064904 sec. 2025.12.24 07:55:30.536101 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.536254 [ 275 ] {488b832a-4234-4d58-b8e3-91289f2488d3} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.536399 [ 275 ] {488b832a-4234-4d58-b8e3-91289f2488d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.24 07:55:30.538573 [ 275 ] {488b832a-4234-4d58-b8e3-91289f2488d3} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Loading data parts 2025.12.24 07:55:30.538840 [ 275 ] {488b832a-4234-4d58-b8e3-91289f2488d3} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): There are no data parts 2025.12.24 07:55:30.540117 [ 275 ] {488b832a-4234-4d58-b8e3-91289f2488d3} TCPHandler: Processed in 0.004065844 sec. 2025.12.24 07:55:30.540262 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.540513 [ 275 ] {0746bf83-6401-456b-b75e-52b28bafa329} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.540647 [ 275 ] {0746bf83-6401-456b-b75e-52b28bafa329} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.24 07:55:30.542766 [ 275 ] {0746bf83-6401-456b-b75e-52b28bafa329} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Loading data parts 2025.12.24 07:55:30.542910 [ 275 ] {0746bf83-6401-456b-b75e-52b28bafa329} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): There are no data parts 2025.12.24 07:55:30.544262 [ 275 ] {0746bf83-6401-456b-b75e-52b28bafa329} TCPHandler: Processed in 0.004050213 sec. 2025.12.24 07:55:30.544403 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.544556 [ 275 ] {2478a25a-f0b0-4a2d-b09b-4e4481d5a175} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.544695 [ 275 ] {2478a25a-f0b0-4a2d-b09b-4e4481d5a175} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.24 07:55:30.546852 [ 275 ] {2478a25a-f0b0-4a2d-b09b-4e4481d5a175} oximeter.fields_i32 (3369bc39-ff59-4a9b-83df-4d3c25c007c1): Loading data parts 2025.12.24 07:55:30.546992 [ 275 ] {2478a25a-f0b0-4a2d-b09b-4e4481d5a175} oximeter.fields_i32 (3369bc39-ff59-4a9b-83df-4d3c25c007c1): There are no data parts 2025.12.24 07:55:30.548226 [ 275 ] {2478a25a-f0b0-4a2d-b09b-4e4481d5a175} TCPHandler: Processed in 0.003873608 sec. 2025.12.24 07:55:30.548362 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.548612 [ 275 ] {7d593460-fa3e-4268-87e6-8103e670d09c} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.548738 [ 275 ] {7d593460-fa3e-4268-87e6-8103e670d09c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.24 07:55:30.550835 [ 275 ] {7d593460-fa3e-4268-87e6-8103e670d09c} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Loading data parts 2025.12.24 07:55:30.550965 [ 275 ] {7d593460-fa3e-4268-87e6-8103e670d09c} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): There are no data parts 2025.12.24 07:55:30.552288 [ 275 ] {7d593460-fa3e-4268-87e6-8103e670d09c} TCPHandler: Processed in 0.003975061 sec. 2025.12.24 07:55:30.552432 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.552590 [ 275 ] {18cdb1dd-4b6b-405b-ba64-e8f0bba5efbd} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.552735 [ 275 ] {18cdb1dd-4b6b-405b-ba64-e8f0bba5efbd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.24 07:55:30.554573 [ 275 ] {18cdb1dd-4b6b-405b-ba64-e8f0bba5efbd} oximeter.fields_i64 (e2a29ad3-c3f9-4595-b62c-a78ab8062458): Loading data parts 2025.12.24 07:55:30.554715 [ 275 ] {18cdb1dd-4b6b-405b-ba64-e8f0bba5efbd} oximeter.fields_i64 (e2a29ad3-c3f9-4595-b62c-a78ab8062458): There are no data parts 2025.12.24 07:55:30.555939 [ 275 ] {18cdb1dd-4b6b-405b-ba64-e8f0bba5efbd} TCPHandler: Processed in 0.003556019 sec. 2025.12.24 07:55:30.556129 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.556335 [ 275 ] {c8a93200-2612-454a-add7-18cb3bb7bdb4} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.556462 [ 275 ] {c8a93200-2612-454a-add7-18cb3bb7bdb4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.24 07:55:30.558336 [ 275 ] {c8a93200-2612-454a-add7-18cb3bb7bdb4} oximeter.fields_u64 (2b7c71aa-f63d-4701-90f1-b77eca55cc40): Loading data parts 2025.12.24 07:55:30.558467 [ 275 ] {c8a93200-2612-454a-add7-18cb3bb7bdb4} oximeter.fields_u64 (2b7c71aa-f63d-4701-90f1-b77eca55cc40): There are no data parts 2025.12.24 07:55:30.559808 [ 275 ] {c8a93200-2612-454a-add7-18cb3bb7bdb4} TCPHandler: Processed in 0.003728084 sec. 2025.12.24 07:55:30.559951 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.560104 [ 275 ] {a5ef8092-165b-4fb8-88c7-e493edf0a025} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.560237 [ 275 ] {a5ef8092-165b-4fb8-88c7-e493edf0a025} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.24 07:55:30.562051 [ 275 ] {a5ef8092-165b-4fb8-88c7-e493edf0a025} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Loading data parts 2025.12.24 07:55:30.562179 [ 275 ] {a5ef8092-165b-4fb8-88c7-e493edf0a025} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): There are no data parts 2025.12.24 07:55:30.563390 [ 275 ] {a5ef8092-165b-4fb8-88c7-e493edf0a025} TCPHandler: Processed in 0.003489507 sec. 2025.12.24 07:55:30.563609 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.563763 [ 275 ] {fd163b24-cb68-4b15-9c83-0cfbbf41ec2e} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.563881 [ 275 ] {fd163b24-cb68-4b15-9c83-0cfbbf41ec2e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.24 07:55:30.565642 [ 275 ] {fd163b24-cb68-4b15-9c83-0cfbbf41ec2e} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Loading data parts 2025.12.24 07:55:30.565850 [ 275 ] {fd163b24-cb68-4b15-9c83-0cfbbf41ec2e} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): There are no data parts 2025.12.24 07:55:30.567605 [ 275 ] {fd163b24-cb68-4b15-9c83-0cfbbf41ec2e} TCPHandler: Processed in 0.004045422 sec. 2025.12.24 07:55:30.567758 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.568018 [ 275 ] {24fd7554-1d63-4207-b244-8f49d1dd2944} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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.12.24 07:55:30.568060 [ 275 ] {24fd7554-1d63-4207-b244-8f49d1dd2944} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.24 07:55:30.569969 [ 275 ] {24fd7554-1d63-4207-b244-8f49d1dd2944} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Loading data parts 2025.12.24 07:55:30.570103 [ 275 ] {24fd7554-1d63-4207-b244-8f49d1dd2944} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): There are no data parts 2025.12.24 07:55:30.571432 [ 275 ] {24fd7554-1d63-4207-b244-8f49d1dd2944} TCPHandler: Processed in 0.003728054 sec. 2025.12.24 07:55:30.571712 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.571963 [ 275 ] {fb39b727-9e12-44b9-8cde-1d6c09f5b315} executeQuery: (from [fd00:1122:3344:101::d]:48059) /* 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.12.24 07:55:30.572118 [ 275 ] {fb39b727-9e12-44b9-8cde-1d6c09f5b315} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.24 07:55:30.574132 [ 275 ] {fb39b727-9e12-44b9-8cde-1d6c09f5b315} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d): Loading data parts 2025.12.24 07:55:30.574279 [ 275 ] {fb39b727-9e12-44b9-8cde-1d6c09f5b315} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d): There are no data parts 2025.12.24 07:55:30.575791 [ 275 ] {fb39b727-9e12-44b9-8cde-1d6c09f5b315} TCPHandler: Processed in 0.004130515 sec. 2025.12.24 07:55:30.576106 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:30.576476 [ 280 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.24 07:55:30.577865 [ 280 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.24 07:55:30.593491 [ 284 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:30.593532 [ 284 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. 2025.12.24 07:55:30.598915 [ 284 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:30.599594 [ 284 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:30.599872 [ 280 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} executeQuery: Read 1 rows, 16.00 B in 0.023563 sec., 42.439417731188726 rows/sec., 679.03 B/sec. 2025.12.24 07:55:30.600176 [ 280 ] {8ca5a92d-6fd1-4d03-9ca6-e7337821b74b} TCPHandler: Processed in 0.024189605 sec. 2025.12.24 07:55:31.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 127.43 MiB, peak 127.43 MiB, free memory in arenas 0.00 B, will set to 139.70 MiB (RSS), difference: 12.27 MiB 2025.12.24 07:55:35.773327 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.24 07:55:35.773368 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.12.24 07:55:35.773489 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.24 07:55:35.773745 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.24 07:55:35.777133 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Loading data parts 2025.12.24 07:55:35.777360 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): There are no data parts 2025.12.24 07:55:35.787604 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:35.787645 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. 2025.12.24 07:55:35.788181 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Loading data parts 2025.12.24 07:55:35.788445 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): There are no data parts 2025.12.24 07:55:35.793027 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:35.793583 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:35.793836 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.12.24 07:55:35.820850 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:35.820895 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. 2025.12.24 07:55:35.827121 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:35.828292 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:35.831338 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.24 07:55:36.000144 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 144.87 MiB, peak 148.87 MiB, free memory in arenas 0.00 B, will set to 154.00 MiB (RSS), difference: 9.13 MiB 2025.12.24 07:55:38.274023 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.24 07:55:38.274121 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.24 07:55:38.278536 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Loading data parts 2025.12.24 07:55:38.278733 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): There are no data parts 2025.12.24 07:55:38.284589 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:38.284630 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.86 GiB. 2025.12.24 07:55:38.288422 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:38.289009 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:38.289292 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.24 07:55:39.000187 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 158.22 MiB, peak 158.22 MiB, free memory in arenas 0.00 B, will set to 155.03 MiB (RSS), difference: -3.20 MiB 2025.12.24 07:55:43.245926 [ 42 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:55:43.246089 [ 42 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:55:43.294845 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.12.24 07:55:43.295608 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:43.295661 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:43.296511 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:43.297035 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:43.297210 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.24 07:55:43.332347 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.24 07:55:43.350788 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:43.350859 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:43.357666 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:43.358952 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:43.362446 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.24 07:55:44.000155 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 155.79 MiB, peak 159.79 MiB, free memory in arenas 0.00 B, will set to 157.73 MiB (RSS), difference: 1.95 MiB 2025.12.24 07:55:49.000151 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 153.75 MiB, peak 159.79 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 4.02 MiB 2025.12.24 07:55:50.620865 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.621132 [ 275 ] {9a0bb572-6d73-4bca-93d6-222a01e337de} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.621500 [ 275 ] {9a0bb572-6d73-4bca-93d6-222a01e337de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.621762 [ 275 ] {9a0bb572-6d73-4bca-93d6-222a01e337de} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.626486 [ 275 ] {9a0bb572-6d73-4bca-93d6-222a01e337de} TCPHandler: Processed in 0.00574843 sec. 2025.12.24 07:55:50.629688 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.629836 [ 275 ] {fa6f084d-833f-4b31-904f-8c0ab506392f} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.634166 [ 275 ] {fa6f084d-833f-4b31-904f-8c0ab506392f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.634221 [ 275 ] {fa6f084d-833f-4b31-904f-8c0ab506392f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.636822 [ 275 ] {fa6f084d-833f-4b31-904f-8c0ab506392f} TCPHandler: Processed in 0.00719376 sec. 2025.12.24 07:55:50.637725 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.637864 [ 275 ] {8f476230-3209-4b7f-90ff-7ec9c0836853} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.640183 [ 275 ] {8f476230-3209-4b7f-90ff-7ec9c0836853} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.640231 [ 275 ] {8f476230-3209-4b7f-90ff-7ec9c0836853} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.640594 [ 275 ] {8f476230-3209-4b7f-90ff-7ec9c0836853} TCPHandler: Processed in 0.002922632 sec. 2025.12.24 07:55:50.640939 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.641066 [ 275 ] {18ca151c-25eb-49e0-b648-2910a80ba2e0} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.641321 [ 275 ] {18ca151c-25eb-49e0-b648-2910a80ba2e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.641366 [ 275 ] {18ca151c-25eb-49e0-b648-2910a80ba2e0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.641739 [ 275 ] {18ca151c-25eb-49e0-b648-2910a80ba2e0} TCPHandler: Processed in 0.000852244 sec. 2025.12.24 07:55:50.642008 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.642125 [ 275 ] {2c713dde-eea6-45d2-bd2d-3757066e48de} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.642373 [ 275 ] {2c713dde-eea6-45d2-bd2d-3757066e48de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.642417 [ 275 ] {2c713dde-eea6-45d2-bd2d-3757066e48de} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.642739 [ 275 ] {2c713dde-eea6-45d2-bd2d-3757066e48de} TCPHandler: Processed in 0.000781232 sec. 2025.12.24 07:55:50.642974 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.643089 [ 275 ] {fb71270f-8665-497b-bad4-5376c3e19274} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.643327 [ 275 ] {fb71270f-8665-497b-bad4-5376c3e19274} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.643370 [ 275 ] {fb71270f-8665-497b-bad4-5376c3e19274} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.643701 [ 275 ] {fb71270f-8665-497b-bad4-5376c3e19274} TCPHandler: Processed in 0.000775651 sec. 2025.12.24 07:55:50.643968 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.644083 [ 275 ] {5597f803-fe10-40b1-9183-e21f42cea2d1} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.644324 [ 275 ] {5597f803-fe10-40b1-9183-e21f42cea2d1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.644367 [ 275 ] {5597f803-fe10-40b1-9183-e21f42cea2d1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.644703 [ 275 ] {5597f803-fe10-40b1-9183-e21f42cea2d1} TCPHandler: Processed in 0.000786482 sec. 2025.12.24 07:55:50.644947 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.645065 [ 275 ] {a9aeffc5-e4ca-42a7-b107-38d56f663d21} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.645305 [ 275 ] {a9aeffc5-e4ca-42a7-b107-38d56f663d21} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.645347 [ 275 ] {a9aeffc5-e4ca-42a7-b107-38d56f663d21} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.645659 [ 275 ] {a9aeffc5-e4ca-42a7-b107-38d56f663d21} TCPHandler: Processed in 0.000760481 sec. 2025.12.24 07:55:50.651601 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.651741 [ 275 ] {35947d5f-4fe8-4dec-a7d9-30c08e1b0349} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.652037 [ 275 ] {35947d5f-4fe8-4dec-a7d9-30c08e1b0349} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.652087 [ 275 ] {35947d5f-4fe8-4dec-a7d9-30c08e1b0349} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.652462 [ 275 ] {35947d5f-4fe8-4dec-a7d9-30c08e1b0349} TCPHandler: Processed in 0.000920726 sec. 2025.12.24 07:55:50.652746 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.652864 [ 275 ] {9c4e4692-7727-4010-aaa3-5eb0422e096f} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.653109 [ 275 ] {9c4e4692-7727-4010-aaa3-5eb0422e096f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.653152 [ 275 ] {9c4e4692-7727-4010-aaa3-5eb0422e096f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.653467 [ 275 ] {9c4e4692-7727-4010-aaa3-5eb0422e096f} TCPHandler: Processed in 0.000769792 sec. 2025.12.24 07:55:50.653706 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.653823 [ 275 ] {d96ddd5c-d885-40e0-9c34-6a746d0f33f8} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.654076 [ 275 ] {d96ddd5c-d885-40e0-9c34-6a746d0f33f8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.654117 [ 275 ] {d96ddd5c-d885-40e0-9c34-6a746d0f33f8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.654436 [ 275 ] {d96ddd5c-d885-40e0-9c34-6a746d0f33f8} TCPHandler: Processed in 0.000778792 sec. 2025.12.24 07:55:50.654680 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.654798 [ 275 ] {db11c901-3788-4bc0-88f1-39430ecd6ea0} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.655068 [ 275 ] {db11c901-3788-4bc0-88f1-39430ecd6ea0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.655112 [ 275 ] {db11c901-3788-4bc0-88f1-39430ecd6ea0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.655444 [ 275 ] {db11c901-3788-4bc0-88f1-39430ecd6ea0} TCPHandler: Processed in 0.000813523 sec. 2025.12.24 07:55:50.655671 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.655787 [ 275 ] {32de2406-3b1a-40e1-8b1f-31c91172cc4b} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.656035 [ 275 ] {32de2406-3b1a-40e1-8b1f-31c91172cc4b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.656077 [ 275 ] {32de2406-3b1a-40e1-8b1f-31c91172cc4b} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.656389 [ 275 ] {32de2406-3b1a-40e1-8b1f-31c91172cc4b} TCPHandler: Processed in 0.000768001 sec. 2025.12.24 07:55:50.656614 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.656731 [ 275 ] {96e67856-df98-439a-850f-999a3b221da6} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.656984 [ 275 ] {96e67856-df98-439a-850f-999a3b221da6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.657026 [ 275 ] {96e67856-df98-439a-850f-999a3b221da6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.657344 [ 275 ] {96e67856-df98-439a-850f-999a3b221da6} TCPHandler: Processed in 0.000779962 sec. 2025.12.24 07:55:50.657552 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.657671 [ 275 ] {b4e21ce9-c5c2-4cb2-b3a6-2f636e75ee59} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.657930 [ 275 ] {b4e21ce9-c5c2-4cb2-b3a6-2f636e75ee59} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.657972 [ 275 ] {b4e21ce9-c5c2-4cb2-b3a6-2f636e75ee59} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.658284 [ 275 ] {b4e21ce9-c5c2-4cb2-b3a6-2f636e75ee59} TCPHandler: Processed in 0.000782332 sec. 2025.12.24 07:55:50.658500 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.658620 [ 275 ] {ac1d921a-2c02-4e24-96b7-30259a612659} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.658883 [ 275 ] {ac1d921a-2c02-4e24-96b7-30259a612659} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.658926 [ 275 ] {ac1d921a-2c02-4e24-96b7-30259a612659} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.659243 [ 275 ] {ac1d921a-2c02-4e24-96b7-30259a612659} TCPHandler: Processed in 0.000792132 sec. 2025.12.24 07:55:50.659491 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.659612 [ 275 ] {35667ab0-9c5d-4534-ae2f-0a07466cc569} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.659867 [ 275 ] {35667ab0-9c5d-4534-ae2f-0a07466cc569} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.659910 [ 275 ] {35667ab0-9c5d-4534-ae2f-0a07466cc569} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.660228 [ 275 ] {35667ab0-9c5d-4534-ae2f-0a07466cc569} TCPHandler: Processed in 0.000784362 sec. 2025.12.24 07:55:50.660454 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.660577 [ 275 ] {1d40f643-97a8-482b-86da-9ec04d61d75f} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.660837 [ 275 ] {1d40f643-97a8-482b-86da-9ec04d61d75f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.660878 [ 275 ] {1d40f643-97a8-482b-86da-9ec04d61d75f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.661194 [ 275 ] {1d40f643-97a8-482b-86da-9ec04d61d75f} TCPHandler: Processed in 0.000792772 sec. 2025.12.24 07:55:50.661421 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.661544 [ 275 ] {9cdc64f3-04d7-4a53-814d-b7aa885bb04f} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.661809 [ 275 ] {9cdc64f3-04d7-4a53-814d-b7aa885bb04f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.661852 [ 275 ] {9cdc64f3-04d7-4a53-814d-b7aa885bb04f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.662176 [ 275 ] {9cdc64f3-04d7-4a53-814d-b7aa885bb04f} TCPHandler: Processed in 0.000804103 sec. 2025.12.24 07:55:50.662396 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.662517 [ 275 ] {385344e1-b472-4a4d-8986-633a2864e65f} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.662782 [ 275 ] {385344e1-b472-4a4d-8986-633a2864e65f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.662825 [ 275 ] {385344e1-b472-4a4d-8986-633a2864e65f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.663168 [ 275 ] {385344e1-b472-4a4d-8986-633a2864e65f} TCPHandler: Processed in 0.000819283 sec. 2025.12.24 07:55:50.663382 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.663504 [ 275 ] {67f6d384-06c0-428c-909c-bb4f80d09ac9} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.663770 [ 275 ] {67f6d384-06c0-428c-909c-bb4f80d09ac9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.663812 [ 275 ] {67f6d384-06c0-428c-909c-bb4f80d09ac9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.664150 [ 275 ] {67f6d384-06c0-428c-909c-bb4f80d09ac9} TCPHandler: Processed in 0.000815953 sec. 2025.12.24 07:55:50.664375 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.664496 [ 275 ] {754092eb-5d08-4ac9-ac03-15bb7e750fe6} executeQuery: (from [fd00:1122:3344:101::d]:48059) 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', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.664762 [ 275 ] {754092eb-5d08-4ac9-ac03-15bb7e750fe6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.664805 [ 275 ] {754092eb-5d08-4ac9-ac03-15bb7e750fe6} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.665123 [ 275 ] {754092eb-5d08-4ac9-ac03-15bb7e750fe6} TCPHandler: Processed in 0.000796692 sec. 2025.12.24 07:55:50.666429 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.666554 [ 275 ] {e5873f3b-1abc-41c7-a655-ccbba4d96369} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.666826 [ 275 ] {e5873f3b-1abc-41c7-a655-ccbba4d96369} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.666868 [ 275 ] {e5873f3b-1abc-41c7-a655-ccbba4d96369} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.667188 [ 275 ] {e5873f3b-1abc-41c7-a655-ccbba4d96369} TCPHandler: Processed in 0.000807142 sec. 2025.12.24 07:55:50.667408 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.667530 [ 275 ] {13e4658a-70db-443d-a0de-7a452e72552c} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', '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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.667793 [ 275 ] {13e4658a-70db-443d-a0de-7a452e72552c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.667835 [ 275 ] {13e4658a-70db-443d-a0de-7a452e72552c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.668164 [ 275 ] {13e4658a-70db-443d-a0de-7a452e72552c} TCPHandler: Processed in 0.000805453 sec. 2025.12.24 07:55:50.668380 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.668502 [ 275 ] {963b8d52-b77a-4bfb-b6df-90081896d6aa} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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') FORMAT Native; (stage: Complete) 2025.12.24 07:55:50.668767 [ 275 ] {963b8d52-b77a-4bfb-b6df-90081896d6aa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.668808 [ 275 ] {963b8d52-b77a-4bfb-b6df-90081896d6aa} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.669134 [ 275 ] {963b8d52-b77a-4bfb-b6df-90081896d6aa} TCPHandler: Processed in 0.000803493 sec. 2025.12.24 07:55:50.669348 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.669471 [ 275 ] {997dda77-b395-4db4-afa2-3525c096d6a8} executeQuery: (from [fd00:1122:3344:101::d]:48059) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_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.12.24 07:55:50.669749 [ 275 ] {997dda77-b395-4db4-afa2-3525c096d6a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.669791 [ 275 ] {997dda77-b395-4db4-afa2-3525c096d6a8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:55:50.670109 [ 275 ] {997dda77-b395-4db4-afa2-3525c096d6a8} TCPHandler: Processed in 0.000810553 sec. 2025.12.24 07:55:50.676882 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.677007 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 07:55:50.677056 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:55:50.677678 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.677716 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.678338 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.678753 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.678900 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} executeQuery: Read 26 rows, 5.74 KiB in 0.001929 sec., 13478.486262312079 rows/sec., 2.90 MiB/sec. 2025.12.24 07:55:50.678937 [ 275 ] {2597ffa3-34f6-4710-967a-bc2531c758ed} TCPHandler: Processed in 0.002117539 sec. 2025.12.24 07:55:50.679076 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.679174 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.679214 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:55:50.685945 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.685983 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.688454 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.688871 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.689002 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} executeQuery: Read 24 rows, 2.04 KiB in 0.009848 sec., 2437.0430544272945 rows/sec., 207.05 KiB/sec. 2025.12.24 07:55:50.689039 [ 275 ] {cabd54f4-e361-46b0-896b-78a4c1b538fc} TCPHandler: Processed in 0.010011639 sec. 2025.12.24 07:55:50.689157 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.689253 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:55:50.689295 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:55:50.689732 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.689770 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.690194 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.690741 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.690883 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} executeQuery: Read 10 rows, 835.00 B in 0.001649 sec., 6064.281382656155 rows/sec., 494.50 KiB/sec. 2025.12.24 07:55:50.690921 [ 275 ] {4cd10b86-10d7-4dcf-8e2e-6f8cd1ccc8db} TCPHandler: Processed in 0.00181564 sec. 2025.12.24 07:55:50.691042 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.691138 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:55:50.691178 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:55:50.691700 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.691737 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.692204 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.692628 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.692755 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} executeQuery: Read 201 rows, 18.24 KiB in 0.001637 sec., 122785.58338423946 rows/sec., 10.88 MiB/sec. 2025.12.24 07:55:50.692791 [ 275 ] {b32a1d8a-7587-482e-a51c-e2bdb0bf2272} TCPHandler: Processed in 0.00179907 sec. 2025.12.24 07:55:50.692905 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.693000 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.693040 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:55:50.693436 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.693469 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.693876 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.694293 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.694418 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} executeQuery: Read 32 rows, 2.41 KiB in 0.001437 sec., 22268.615170494086 rows/sec., 1.64 MiB/sec. 2025.12.24 07:55:50.694452 [ 275 ] {e06cf0fa-eb9f-46d5-93a4-b232a9c30c1a} TCPHandler: Processed in 0.001596485 sec. 2025.12.24 07:55:50.694562 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.694656 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.694695 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:55:50.695115 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.695146 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.695537 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.695956 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.696079 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} executeQuery: Read 24 rows, 2.04 KiB in 0.00144 sec., 16666.666666666664 rows/sec., 1.38 MiB/sec. 2025.12.24 07:55:50.696114 [ 275 ] {b989ed16-f326-482f-b54d-c504d14e0d7e} TCPHandler: Processed in 0.001600905 sec. 2025.12.24 07:55:50.696220 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.696313 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.696352 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:55:50.696736 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.696769 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.697208 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.697696 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.697824 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} executeQuery: Read 12 rows, 960.00 B in 0.001528 sec., 7853.4031413612565 rows/sec., 613.55 KiB/sec. 2025.12.24 07:55:50.697860 [ 275 ] {ffd27834-287c-4257-ad57-c8ef7e1eeefd} TCPHandler: Processed in 0.001688017 sec. 2025.12.24 07:55:50.697974 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.698066 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:55:50.698106 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:55:50.698540 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.698573 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.698984 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.699408 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.699532 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} executeQuery: Read 120 rows, 9.99 KiB in 0.001483 sec., 80917.06001348617 rows/sec., 6.58 MiB/sec. 2025.12.24 07:55:50.699568 [ 275 ] {6e91b710-742b-452d-8cdd-d89d06d60ed6} TCPHandler: Processed in 0.001642206 sec. 2025.12.24 07:55:50.699687 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.699780 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.699822 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:55:50.700347 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.700380 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.700888 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.701350 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.701481 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} executeQuery: Read 297 rows, 22.72 KiB in 0.001719 sec., 172774.86910994764 rows/sec., 12.91 MiB/sec. 2025.12.24 07:55:50.701516 [ 275 ] {5d954202-69ca-4bc1-875b-8a8d7d3f7d4d} TCPHandler: Processed in 0.001878593 sec. 2025.12.24 07:55:50.701634 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.701728 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.701781 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} 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.12.24 07:55:50.702562 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.702596 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.703911 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.704384 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.704524 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} executeQuery: Read 10 rows, 18.35 KiB in 0.002814 sec., 3553.6602700781805 rows/sec., 6.37 MiB/sec. 2025.12.24 07:55:50.704586 [ 275 ] {92adcb51-475d-4466-a4a2-a70323a77a3a} TCPHandler: Processed in 0.003000583 sec. 2025.12.24 07:55:50.704702 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:50.704798 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:55:50.704839 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:55:50.705204 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.705239 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.705664 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:55:50.706112 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.706240 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} executeQuery: Read 60 rows, 4.14 KiB in 0.001461 sec., 41067.761806981514 rows/sec., 2.77 MiB/sec. 2025.12.24 07:55:50.706275 [ 275 ] {ee72bc67-eb4a-4c76-99b0-5187a916efc9} TCPHandler: Processed in 0.001622576 sec. 2025.12.24 07:55:50.797388 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2025.12.24 07:55:50.797934 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.797988 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.798692 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:55:50.799147 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.799294 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2025.12.24 07:55:50.862522 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.24 07:55:50.880008 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:50.880077 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:50.886720 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:55:50.887812 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:50.891189 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.24 07:55:55.627270 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:55.627462 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:55:55.627529 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:55:55.628180 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:55.628229 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:55.628773 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:55.629246 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:55.629411 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} executeQuery: Read 56 rows, 4.41 KiB in 0.001997 sec., 28042.063094641962 rows/sec., 2.15 MiB/sec. 2025.12.24 07:55:55.629461 [ 275 ] {e7890c39-01a7-413c-8d57-34191a436619} TCPHandler: Processed in 0.002351215 sec. 2025.12.24 07:55:55.629594 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:55.629701 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:55:55.629746 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:55:55.630193 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:55.630234 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:55.630678 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:55.631125 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:55.631261 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} executeQuery: Read 64 rows, 5.12 KiB in 0.001585 sec., 40378.54889589905 rows/sec., 3.15 MiB/sec. 2025.12.24 07:55:55.631301 [ 275 ] {4f211409-dc53-4484-a276-0d9a9721fe69} TCPHandler: Processed in 0.00176085 sec. 2025.12.24 07:55:55.631422 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:55.631521 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:55:55.631569 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:55:55.632025 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:55.632068 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:55.632593 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:55.633046 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:55.633185 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} executeQuery: Read 160 rows, 11.41 KiB in 0.001686 sec., 94899.16963226572 rows/sec., 6.61 MiB/sec. 2025.12.24 07:55:55.633223 [ 275 ] {042aa469-9f47-4cef-86dc-29c423f0ba37} TCPHandler: Processed in 0.001851731 sec. 2025.12.24 07:55:55.633337 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:55:55.633435 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:55:55.633483 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:55:55.633830 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:55.633870 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:55.634314 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:55.634774 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:55.634906 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. 2025.12.24 07:55:55.634943 [ 275 ] {e143457c-202e-47f7-b972-1c47389fe923} TCPHandler: Processed in 0.001656806 sec. 2025.12.24 07:55:58.246146 [ 117 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:55:58.246242 [ 117 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:55:58.289856 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.12.24 07:55:58.293620 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:58.293677 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:58.295037 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:55:58.295519 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:58.295822 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.12.24 07:55:58.299451 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2025.12.24 07:55:58.299945 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:58.299982 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:58.300614 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:55:58.301053 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:58.301188 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.12.24 07:55:58.391313 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.24 07:55:58.409020 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:55:58.409080 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:55:58.415401 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:55:58.416519 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:55:58.419544 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.24 07:56:00.627429 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:00.627609 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:00.627676 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:00.628324 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:00.628373 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:00.628895 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:00.629364 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:00.629518 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} executeQuery: Read 76 rows, 6.41 KiB in 0.001959 sec., 38795.30372639102 rows/sec., 3.20 MiB/sec. 2025.12.24 07:56:00.629561 [ 275 ] {ea114c47-d665-4203-8db1-1892708a436f} TCPHandler: Processed in 0.002260803 sec. 2025.12.24 07:56:00.629699 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:00.629797 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:00.629837 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:00.630244 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:00.630283 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:00.630708 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:00.631258 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:00.631392 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} executeQuery: Read 10 rows, 770.00 B in 0.001614 sec., 6195.786864931846 rows/sec., 465.89 KiB/sec. 2025.12.24 07:56:00.631430 [ 275 ] {a5e6b598-7342-4241-92c5-97815d37bf37} TCPHandler: Processed in 0.001783469 sec. 2025.12.24 07:56:00.631547 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:00.631642 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:00.631681 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:00.632142 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:00.632179 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:00.632618 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:00.633131 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:00.633261 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} executeQuery: Read 74 rows, 5.92 KiB in 0.001636 sec., 45232.273838630805 rows/sec., 3.53 MiB/sec. 2025.12.24 07:56:00.633299 [ 275 ] {ee2fbc39-19eb-4e0a-bf1a-a84b4055d732} TCPHandler: Processed in 0.00180148 sec. 2025.12.24 07:56:00.633419 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:00.633517 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:00.633563 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:00.634001 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:00.634038 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:00.634513 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:00.635003 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:00.635136 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} executeQuery: Read 160 rows, 11.41 KiB in 0.00164 sec., 97560.9756097561 rows/sec., 6.79 MiB/sec. 2025.12.24 07:56:00.635173 [ 275 ] {7230398c-05d9-4934-8514-363b75deba10} TCPHandler: Processed in 0.00180282 sec. 2025.12.24 07:56:00.635300 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:00.635397 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:00.635452 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} 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.12.24 07:56:00.636248 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:00.636283 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:00.636931 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:00.637362 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:00.637505 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} executeQuery: Read 10 rows, 18.35 KiB in 0.002127 sec., 4701.457451810061 rows/sec., 8.42 MiB/sec. 2025.12.24 07:56:00.637564 [ 275 ] {c7a52a78-1594-40eb-aa09-b8025119b710} TCPHandler: Processed in 0.002316474 sec. 2025.12.24 07:56:00.637699 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:00.637810 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:00.637857 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:00.638225 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:00.638261 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:00.638711 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:00.639147 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:00.639279 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} executeQuery: Read 60 rows, 4.14 KiB in 0.001489 sec., 40295.500335795834 rows/sec., 2.72 MiB/sec. 2025.12.24 07:56:00.639314 [ 275 ] {ba8f2e39-ce2c-4b9d-9d9f-24d79780dede} TCPHandler: Processed in 0.001665966 sec. 2025.12.24 07:56:05.626174 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:05.626386 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:05.626463 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:05.627220 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:05.627274 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:05.627798 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:05.628366 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:05.628536 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} executeQuery: Read 56 rows, 4.41 KiB in 0.002203 sec., 25419.881979119382 rows/sec., 1.95 MiB/sec. 2025.12.24 07:56:05.628590 [ 275 ] {a91a62db-4004-4ca9-b914-67c6c8f15af8} TCPHandler: Processed in 0.002547862 sec. 2025.12.24 07:56:05.628726 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:05.628832 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:05.628874 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:05.629429 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:05.629476 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:05.630067 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:05.630512 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:05.630654 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} executeQuery: Read 64 rows, 5.12 KiB in 0.001846 sec., 34669.55579631636 rows/sec., 2.71 MiB/sec. 2025.12.24 07:56:05.630702 [ 275 ] {5612a50d-3298-46ba-9b66-73ce3c7414ad} TCPHandler: Processed in 0.002034726 sec. 2025.12.24 07:56:05.630847 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:05.630948 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:05.630994 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:05.631527 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:05.631567 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:05.632091 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:05.632605 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:05.632748 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} executeQuery: Read 160 rows, 11.41 KiB in 0.001822 sec., 87815.58726673985 rows/sec., 6.12 MiB/sec. 2025.12.24 07:56:05.632799 [ 275 ] {2095692e-7c63-46f6-b01f-8714ea27b970} TCPHandler: Processed in 0.002010856 sec. 2025.12.24 07:56:05.632927 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:05.633029 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:05.633073 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:05.633463 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:05.633502 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:05.633949 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:05.634430 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:05.634566 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. 2025.12.24 07:56:05.634603 [ 275 ] {e2cdd04c-a65d-48c8-9331-37efd5eb7655} TCPHandler: Processed in 0.001729018 sec. 2025.12.24 07:56:05.801320 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 2025.12.24 07:56:05.802105 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:05.802182 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:05.802997 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:05.803461 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:05.803621 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 2025.12.24 07:56:05.919645 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.24 07:56:05.937278 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:05.937336 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:05.943501 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:05.944905 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:05.947947 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.24 07:56:08.296122 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 190 2025.12.24 07:56:08.297992 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:08.298044 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:08.299290 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:08.299774 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:08.300076 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 190 2025.12.24 07:56:10.627324 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:10.627526 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:10.627607 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:10.628347 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:10.628407 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:10.628817 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:10.629055 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:10.629226 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} executeQuery: Read 76 rows, 6.41 KiB in 0.001751 sec., 43403.76927470017 rows/sec., 3.58 MiB/sec. 2025.12.24 07:56:10.629289 [ 275 ] {f52e9405-ee69-4f07-858e-aa39925f2669} TCPHandler: Processed in 0.002112799 sec. 2025.12.24 07:56:10.629428 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:10.629537 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:10.629583 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:10.630001 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:10.630040 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:10.630348 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:10.630560 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:10.630693 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} executeQuery: Read 10 rows, 770.00 B in 0.001182 sec., 8460.236886632825 rows/sec., 636.17 KiB/sec. 2025.12.24 07:56:10.630731 [ 275 ] {67f685e6-cde8-4191-b02b-4ba1d25b5234} TCPHandler: Processed in 0.001356238 sec. 2025.12.24 07:56:10.630841 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:10.630938 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:10.630981 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:10.631396 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:10.631432 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:10.631734 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:10.631951 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:10.632084 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} executeQuery: Read 74 rows, 5.92 KiB in 0.001166 sec., 63464.83704974272 rows/sec., 4.95 MiB/sec. 2025.12.24 07:56:10.632122 [ 275 ] {cd3020f3-5a88-4f1a-b2fe-ed1dfec4f013} TCPHandler: Processed in 0.001331957 sec. 2025.12.24 07:56:10.632236 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:10.632332 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:10.632376 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:10.632776 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:10.632814 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:10.633150 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:10.633362 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:10.633495 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} executeQuery: Read 160 rows, 11.41 KiB in 0.001183 sec., 135249.36601859677 rows/sec., 9.42 MiB/sec. 2025.12.24 07:56:10.633532 [ 275 ] {d91b3389-5d32-4df5-b191-a27b78f6821b} TCPHandler: Processed in 0.001347197 sec. 2025.12.24 07:56:10.633634 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:10.633729 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:10.633783 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} 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.12.24 07:56:10.634524 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:10.634561 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:10.635070 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:10.635295 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:10.635434 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} executeQuery: Read 10 rows, 18.35 KiB in 0.001723 sec., 5803.830528148578 rows/sec., 10.40 MiB/sec. 2025.12.24 07:56:10.635491 [ 275 ] {933a5e6f-df42-42f8-88e9-dae500928bbe} TCPHandler: Processed in 0.001906383 sec. 2025.12.24 07:56:10.635602 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:10.635698 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:10.635740 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:10.636091 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:10.636128 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:10.636432 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:10.636658 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:10.636788 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2025.12.24 07:56:10.636823 [ 275 ] {e4ae29ff-7e96-481b-93ac-1aecf75c5203} TCPHandler: Processed in 0.001272475 sec. 2025.12.24 07:56:13.246316 [ 94 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:56:13.246409 [ 94 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:56:13.303751 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 2025.12.24 07:56:13.304595 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:13.304667 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:13.305147 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:13.305373 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:13.305501 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 2025.12.24 07:56:13.305517 [ 94 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:13.305631 [ 94 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:13.305654 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:13.309644 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:13.309823 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:13.311788 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:13.317893 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:13.318006 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:13.319995 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:13.320178 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part 2025.12.24 07:56:13.322098 [ 202 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.12.24 07:56:13.349077 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.043323268 sec., 64768.8904724362 rows/sec., 948.76 KiB/sec. 2025.12.24 07:56:13.350055 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:13.350327 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:13.350396 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_6_1} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:13.350477 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.12.24 07:56:13.448046 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.24 07:56:13.465763 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:13.465823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:13.471991 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:13.472717 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:13.473039 [ 94 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:13.473107 [ 94 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:13.473142 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:13.473266 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.476265 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.24 07:56:13.477655 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:13.479204 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.483820 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.488195 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.492672 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.500327 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.505349 [ 190 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:13.566430 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093214019 sec., 493.488002056858 rows/sec., 2.55 MiB/sec. 2025.12.24 07:56:13.568917 [ 189 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:13.571112 [ 189 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_6_1} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:13.571213 [ 189 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_6_1} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:13.573106 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.24 07:56:14.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 164.70 MiB, peak 174.24 MiB, free memory in arenas 0.00 B, will set to 176.06 MiB (RSS), difference: 11.36 MiB 2025.12.24 07:56:15.627028 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:15.627203 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:15.627270 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:15.627915 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.627960 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.628359 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:15.628588 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.628747 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} executeQuery: Read 56 rows, 4.41 KiB in 0.001592 sec., 35175.87939698492 rows/sec., 2.70 MiB/sec. 2025.12.24 07:56:15.628742 [ 90 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:15.628796 [ 275 ] {98633a11-6058-45ce-95fa-15c6cf6c6997} TCPHandler: Processed in 0.001895653 sec. 2025.12.24 07:56:15.628833 [ 90 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.628864 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.628932 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:15.628995 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:56:15.629043 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:15.629091 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:15.629138 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:15.629183 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 201 rows starting from the beginning of the part 2025.12.24 07:56:15.629276 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2025.12.24 07:56:15.629325 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 76 rows starting from the beginning of the part 2025.12.24 07:56:15.629373 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part 2025.12.24 07:56:15.629418 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 76 rows starting from the beginning of the part 2025.12.24 07:56:15.629461 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part 2025.12.24 07:56:15.629533 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.629578 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.630037 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:15.630281 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.630392 [ 90 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:15.630417 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} executeQuery: Read 64 rows, 5.12 KiB in 0.001402 sec., 45649.0727532097 rows/sec., 3.56 MiB/sec. 2025.12.24 07:56:15.630444 [ 90 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.630461 [ 275 ] {b4b3e4c2-70ea-4f6b-92ba-3f3ffc0b9639} TCPHandler: Processed in 0.001580174 sec. 2025.12.24 07:56:15.630486 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.630595 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:56:15.630599 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:15.630693 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:15.630718 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:15.630724 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part 2025.12.24 07:56:15.630768 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:15.630767 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 521 rows, containing 5 columns (5 merged, 0 gathered) in 0.001824821 sec., 285507.4552517754 rows/sec., 24.79 MiB/sec. 2025.12.24 07:56:15.630788 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2025.12.24 07:56:15.630873 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 74 rows starting from the beginning of the part 2025.12.24 07:56:15.630919 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part 2025.12.24 07:56:15.630968 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 74 rows starting from the beginning of the part 2025.12.24 07:56:15.630995 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:15.631011 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.12.24 07:56:15.631197 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.631236 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.631393 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.631464 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_6_1} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:15.631543 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 07:56:15.631699 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:15.631932 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.632041 [ 90 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:15.632063 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} executeQuery: Read 160 rows, 11.41 KiB in 0.001366 sec., 117130.3074670571 rows/sec., 8.16 MiB/sec. 2025.12.24 07:56:15.632083 [ 90 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.632105 [ 275 ] {2734aae4-71d1-41fd-97a9-ea13ba291059} TCPHandler: Processed in 0.001554964 sec. 2025.12.24 07:56:15.632109 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.632130 [ 196 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 5 columns (5 merged, 0 gathered) in 0.001582514 sec., 290676.7333495944 rows/sec., 24.04 MiB/sec. 2025.12.24 07:56:15.632228 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:15.632249 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:56:15.632277 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:15.632325 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:15.632372 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:15.632394 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:15.632446 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 297 rows starting from the beginning of the part 2025.12.24 07:56:15.632546 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:15.632586 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.632603 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:15.632659 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:15.632672 [ 199 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_6_1} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:15.632722 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.632731 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:15.632757 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 07:56:15.632766 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.632813 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:15.633134 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:15.633397 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.633505 [ 90 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:15.633535 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2025.12.24 07:56:15.633544 [ 90 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:15.633576 [ 275 ] {9faf86e6-de2e-46f1-b506-4ab2b1bda44a} TCPHandler: Processed in 0.001396709 sec. 2025.12.24 07:56:15.633577 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:15.633701 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:56:15.633806 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:15.633845 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:15.633936 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:15.633995 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:15.634039 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:56:15.634091 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:15.634134 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:15.634225 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1097 rows, containing 5 columns (5 merged, 0 gathered) in 0.002042867 sec., 536990.4159203707 rows/sec., 38.14 MiB/sec. 2025.12.24 07:56:15.634433 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:15.634731 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.634816 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_6_1} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:15.634899 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.12.24 07:56:15.635046 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 360 rows, containing 4 columns (4 merged, 0 gathered) in 0.001381679 sec., 260552.5596032074 rows/sec., 17.56 MiB/sec. 2025.12.24 07:56:15.635240 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:15.635534 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:15.635606 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_6_1} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:15.635691 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 07:56:18.300217 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 210 2025.12.24 07:56:18.302222 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:18.302278 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:18.303415 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:18.303675 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:18.303974 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 210 2025.12.24 07:56:20.396350 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42499 2025.12.24 07:56:20.398866 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.398913 [ 290 ] {} TCP-Session: 7ea8924e-7e45-4e24-be61-7f97e0f34c68 Authenticating user 'default' from [fd00:1122:3344:101::e]:42499 2025.12.24 07:56:20.398935 [ 290 ] {} TCP-Session: 7ea8924e-7e45-4e24-be61-7f97e0f34c68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.398949 [ 290 ] {} TCP-Session: 7ea8924e-7e45-4e24-be61-7f97e0f34c68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399002 [ 290 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.24 07:56:20.399026 [ 290 ] {} 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.12.24 07:56:20.399070 [ 290 ] {} 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.12.24 07:56:20.399417 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64475 2025.12.24 07:56:20.399507 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54320 2025.12.24 07:56:20.399578 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.399598 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42610 2025.12.24 07:56:20.399628 [ 291 ] {} TCP-Session: 24ac26ab-4383-4840-bb18-052ceab48d0d Authenticating user 'default' from [fd00:1122:3344:101::e]:64475 2025.12.24 07:56:20.399642 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.399665 [ 291 ] {} TCP-Session: 24ac26ab-4383-4840-bb18-052ceab48d0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399682 [ 292 ] {} TCP-Session: 2eaa6527-6702-4b51-91c2-e43052e2eabb Authenticating user 'default' from [fd00:1122:3344:101::e]:54320 2025.12.24 07:56:20.399681 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40449 2025.12.24 07:56:20.399732 [ 291 ] {} TCP-Session: 24ac26ab-4383-4840-bb18-052ceab48d0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399758 [ 292 ] {} TCP-Session: 2eaa6527-6702-4b51-91c2-e43052e2eabb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399758 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54425 2025.12.24 07:56:20.399784 [ 292 ] {} TCP-Session: 2eaa6527-6702-4b51-91c2-e43052e2eabb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399715 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.399687 [ 290 ] {} TCP-Session: 7ea8924e-7e45-4e24-be61-7f97e0f34c68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.399843 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42486 2025.12.24 07:56:20.399869 [ 293 ] {} TCP-Session: 05abdcf7-1974-4013-944a-bf35ab006480 Authenticating user 'default' from [fd00:1122:3344:101::e]:42610 2025.12.24 07:56:20.399910 [ 293 ] {} TCP-Session: 05abdcf7-1974-4013-944a-bf35ab006480 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399923 [ 293 ] {} TCP-Session: 05abdcf7-1974-4013-944a-bf35ab006480 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.399943 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.399989 [ 294 ] {} TCP-Session: 730e72fd-9637-4614-8784-16fa3335ff6d Authenticating user 'default' from [fd00:1122:3344:101::e]:40449 2025.12.24 07:56:20.400016 [ 294 ] {} TCP-Session: 730e72fd-9637-4614-8784-16fa3335ff6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400030 [ 294 ] {} TCP-Session: 730e72fd-9637-4614-8784-16fa3335ff6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400034 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36993 2025.12.24 07:56:20.400064 [ 290 ] {41130a62-9164-4844-8f50-b6ae7b212d81} executeQuery: (from [fd00:1122:3344:101::e]:42499) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:56:20.400156 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.400194 [ 295 ] {} TCP-Session: 7b481a39-59af-48f8-abb8-f1e0e97c1c58 Authenticating user 'default' from [fd00:1122:3344:101::e]:54425 2025.12.24 07:56:20.400210 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.400216 [ 295 ] {} TCP-Session: 7b481a39-59af-48f8-abb8-f1e0e97c1c58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400251 [ 295 ] {} TCP-Session: 7b481a39-59af-48f8-abb8-f1e0e97c1c58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400250 [ 296 ] {} TCP-Session: 75088389-fce2-40a6-ac9c-228724c38ed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:42486 2025.12.24 07:56:20.400286 [ 296 ] {} TCP-Session: 75088389-fce2-40a6-ac9c-228724c38ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400306 [ 296 ] {} TCP-Session: 75088389-fce2-40a6-ac9c-228724c38ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400319 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46720 2025.12.24 07:56:20.400336 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.400384 [ 297 ] {} TCP-Session: d9fa6142-a6b7-459f-953e-0901774b5a8f Authenticating user 'default' from [fd00:1122:3344:101::e]:36993 2025.12.24 07:56:20.400404 [ 297 ] {} TCP-Session: d9fa6142-a6b7-459f-953e-0901774b5a8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400417 [ 297 ] {} TCP-Session: d9fa6142-a6b7-459f-953e-0901774b5a8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400434 [ 290 ] {41130a62-9164-4844-8f50-b6ae7b212d81} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:56:20.400496 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:20.400532 [ 298 ] {} TCP-Session: 57492f1a-cef3-4cc1-9f6f-fbe616d28ce3 Authenticating user 'default' from [fd00:1122:3344:101::e]:46720 2025.12.24 07:56:20.400551 [ 298 ] {} TCP-Session: 57492f1a-cef3-4cc1-9f6f-fbe616d28ce3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.400564 [ 298 ] {} TCP-Session: 57492f1a-cef3-4cc1-9f6f-fbe616d28ce3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.404930 [ 290 ] {41130a62-9164-4844-8f50-b6ae7b212d81} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:20.407496 [ 290 ] {41130a62-9164-4844-8f50-b6ae7b212d81} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:56:20.424135 [ 309 ] {41130a62-9164-4844-8f50-b6ae7b212d81} AggregatingTransform: Aggregating 2025.12.24 07:56:20.424272 [ 309 ] {41130a62-9164-4844-8f50-b6ae7b212d81} Aggregator: Aggregation method: without_key 2025.12.24 07:56:20.424887 [ 309 ] {41130a62-9164-4844-8f50-b6ae7b212d81} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.003712234 sec. (269.380 rows/sec., 10.52 KiB/sec.) 2025.12.24 07:56:20.424908 [ 309 ] {41130a62-9164-4844-8f50-b6ae7b212d81} Aggregator: Merging aggregated data 2025.12.24 07:56:20.424939 [ 309 ] {41130a62-9164-4844-8f50-b6ae7b212d81} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.24 07:56:20.428029 [ 290 ] {41130a62-9164-4844-8f50-b6ae7b212d81} executeQuery: Read 1 rows, 40.00 B in 0.028024 sec., 35.68369968598344 rows/sec., 1.39 KiB/sec. 2025.12.24 07:56:20.428169 [ 290 ] {41130a62-9164-4844-8f50-b6ae7b212d81} TCPHandler: Processed in 0.028641198 sec. 2025.12.24 07:56:20.429633 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429663 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429679 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429695 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429712 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429733 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429747 [ 295 ] {} TCP-Session: 7b481a39-59af-48f8-abb8-f1e0e97c1c58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429779 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429796 [ 294 ] {} TCP-Session: 730e72fd-9637-4614-8784-16fa3335ff6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429767 [ 293 ] {} TCP-Session: 05abdcf7-1974-4013-944a-bf35ab006480 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429827 [ 298 ] {} TCP-Session: 57492f1a-cef3-4cc1-9f6f-fbe616d28ce3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429764 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429754 [ 297 ] {} TCP-Session: d9fa6142-a6b7-459f-953e-0901774b5a8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429749 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:20.429922 [ 292 ] {} TCP-Session: 2eaa6527-6702-4b51-91c2-e43052e2eabb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429959 [ 296 ] {} TCP-Session: 75088389-fce2-40a6-ac9c-228724c38ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429709 [ 291 ] {} TCP-Session: 24ac26ab-4383-4840-bb18-052ceab48d0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.429681 [ 290 ] {} TCP-Session: 7ea8924e-7e45-4e24-be61-7f97e0f34c68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:20.634635 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.634826 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.634901 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:56:20.635629 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.635690 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.636160 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:20.636435 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.636618 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} executeQuery: Read 24 rows, 2.04 KiB in 0.001845 sec., 13008.130081300813 rows/sec., 1.08 MiB/sec. 2025.12.24 07:56:20.636675 [ 275 ] {7fb16816-8b16-4cf1-83de-456fe8cfdf90} TCPHandler: Processed in 0.002180091 sec. 2025.12.24 07:56:20.636816 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.636926 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:20.636972 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:20.637514 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.637561 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.637943 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:20.638225 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.638378 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} executeQuery: Read 196 rows, 17.87 KiB in 0.001479 sec., 132521.97430696417 rows/sec., 11.80 MiB/sec. 2025.12.24 07:56:20.638420 [ 275 ] {4c565ec7-b3e7-474c-a1bb-98973f79f7e3} TCPHandler: Processed in 0.001657156 sec. 2025.12.24 07:56:20.638552 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.638655 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.638699 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:20.639131 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.639172 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.639495 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:20.639710 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.639845 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} executeQuery: Read 22 rows, 1.71 KiB in 0.001214 sec., 18121.911037891266 rows/sec., 1.38 MiB/sec. 2025.12.24 07:56:20.639885 [ 275 ] {858850aa-babf-424c-9d4c-a1a5d9683c97} TCPHandler: Processed in 0.001384428 sec. 2025.12.24 07:56:20.640002 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.640101 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.640143 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:56:20.640590 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.640638 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.640961 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:20.641187 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.641329 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} executeQuery: Read 24 rows, 2.04 KiB in 0.00125 sec., 19200 rows/sec., 1.59 MiB/sec. 2025.12.24 07:56:20.641370 [ 275 ] {d10ceee9-2032-4a9a-9861-66053d2e5a8c} TCPHandler: Processed in 0.0014183 sec. 2025.12.24 07:56:20.641503 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.641605 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.641649 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:56:20.642064 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.642102 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.642405 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:20.642647 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.642790 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} executeQuery: Read 12 rows, 960.00 B in 0.001205 sec., 9958.50622406639 rows/sec., 778.01 KiB/sec. 2025.12.24 07:56:20.642828 [ 275 ] {f2b9b2f1-d1c1-455c-906f-cf0cb244c9bc} TCPHandler: Processed in 0.001375609 sec. 2025.12.24 07:56:20.642955 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.643051 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:20.643092 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:20.643532 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.643570 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.643885 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:20.644097 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.644234 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} executeQuery: Read 110 rows, 9.17 KiB in 0.001201 sec., 91590.34138218152 rows/sec., 7.46 MiB/sec. 2025.12.24 07:56:20.644271 [ 275 ] {be9204d7-e1ca-48aa-bd17-7aabcfff1781} TCPHandler: Processed in 0.001365238 sec. 2025.12.24 07:56:20.644391 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.644487 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.644530 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:20.644945 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.644982 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.645343 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:20.645563 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.645698 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} executeQuery: Read 196 rows, 14.40 KiB in 0.00123 sec., 159349.59349593497 rows/sec., 11.43 MiB/sec. 2025.12.24 07:56:20.645736 [ 275 ] {c23a7381-fccd-48de-b6e4-e20a030cd285} TCPHandler: Processed in 0.001393599 sec. 2025.12.24 07:56:20.645856 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.645952 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.646006 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} 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.12.24 07:56:20.646758 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.646796 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.647332 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:20.647560 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.647718 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} executeQuery: Read 10 rows, 18.35 KiB in 0.001783 sec., 5608.5249579360625 rows/sec., 10.05 MiB/sec. 2025.12.24 07:56:20.647784 [ 275 ] {8a21c1d1-469f-4b66-bcbe-b59dcb2dfb4c} TCPHandler: Processed in 0.001980515 sec. 2025.12.24 07:56:20.647903 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:20.648000 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:20.648044 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:20.648394 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.648431 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.648786 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:20.649022 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.649169 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} executeQuery: Read 60 rows, 4.14 KiB in 0.001187 sec., 50547.59898904803 rows/sec., 3.41 MiB/sec. 2025.12.24 07:56:20.649207 [ 275 ] {593994fe-bd59-46cf-86f1-f9d305332ac8} TCPHandler: Processed in 0.001353988 sec. 2025.12.24 07:56:20.805601 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 2025.12.24 07:56:20.806138 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.806189 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:20.806691 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:20.806928 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:20.807071 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 2025.12.24 07:56:20.976361 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.24 07:56:20.995643 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:20.995719 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:21.000197 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 182.13 MiB, peak 185.08 MiB, free memory in arenas 0.00 B, will set to 179.84 MiB (RSS), difference: -2.28 MiB 2025.12.24 07:56:21.002090 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:21.002834 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:21.006674 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.24 07:56:22.000192 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 175.84 MiB, peak 185.08 MiB, free memory in arenas 0.00 B, will set to 180.86 MiB (RSS), difference: 5.01 MiB 2025.12.24 07:56:23.064902 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39129 2025.12.24 07:56:23.065026 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065053 [ 290 ] {} TCP-Session: 24270b91-aaaf-491e-b671-e7ab041b0623 Authenticating user 'default' from [fd00:1122:3344:101::e]:39129 2025.12.24 07:56:23.065076 [ 290 ] {} TCP-Session: 24270b91-aaaf-491e-b671-e7ab041b0623 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065089 [ 290 ] {} TCP-Session: 24270b91-aaaf-491e-b671-e7ab041b0623 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065308 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52176 2025.12.24 07:56:23.065323 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40906 2025.12.24 07:56:23.065372 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65091 2025.12.24 07:56:23.065392 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39816 2025.12.24 07:56:23.065431 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065444 [ 290 ] {} TCP-Session: 24270b91-aaaf-491e-b671-e7ab041b0623 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:23.065468 [ 291 ] {} TCP-Session: 59d4cd4f-7a41-4573-aa41-93133ecd57be Authenticating user 'default' from [fd00:1122:3344:101::e]:52176 2025.12.24 07:56:23.065458 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065504 [ 291 ] {} TCP-Session: 59d4cd4f-7a41-4573-aa41-93133ecd57be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065510 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065531 [ 291 ] {} TCP-Session: 59d4cd4f-7a41-4573-aa41-93133ecd57be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065530 [ 292 ] {} TCP-Session: 5707577a-b6f3-45a1-8cf7-74899199b646 Authenticating user 'default' from [fd00:1122:3344:101::e]:40906 2025.12.24 07:56:23.065554 [ 298 ] {} TCP-Session: 7e4e3ba5-e293-45c4-b2a7-d23ba531a14e Authenticating user 'default' from [fd00:1122:3344:101::e]:39816 2025.12.24 07:56:23.065385 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35200 2025.12.24 07:56:23.065594 [ 298 ] {} TCP-Session: 7e4e3ba5-e293-45c4-b2a7-d23ba531a14e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065579 [ 292 ] {} TCP-Session: 5707577a-b6f3-45a1-8cf7-74899199b646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065624 [ 298 ] {} TCP-Session: 7e4e3ba5-e293-45c4-b2a7-d23ba531a14e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065644 [ 292 ] {} TCP-Session: 5707577a-b6f3-45a1-8cf7-74899199b646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065621 [ 290 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} executeQuery: (from [fd00:1122:3344:101::e]:39129) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:56:23.065673 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065344 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46506 2025.12.24 07:56:23.065702 [ 297 ] {} TCP-Session: 0ee6ed76-664c-43c1-b409-4361986ac363 Authenticating user 'default' from [fd00:1122:3344:101::e]:35200 2025.12.24 07:56:23.065347 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39687 2025.12.24 07:56:23.065747 [ 297 ] {} TCP-Session: 0ee6ed76-664c-43c1-b409-4361986ac363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065778 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065786 [ 297 ] {} TCP-Session: 0ee6ed76-664c-43c1-b409-4361986ac363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065810 [ 294 ] {} TCP-Session: 080ba382-f7d9-4a67-b897-d7c4133a4de5 Authenticating user 'default' from [fd00:1122:3344:101::e]:46506 2025.12.24 07:56:23.065816 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065837 [ 294 ] {} TCP-Session: 080ba382-f7d9-4a67-b897-d7c4133a4de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065325 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36115 2025.12.24 07:56:23.065862 [ 295 ] {} TCP-Session: 140d9e26-a98a-43e2-9fb1-6d715da0a766 Authenticating user 'default' from [fd00:1122:3344:101::e]:39687 2025.12.24 07:56:23.065865 [ 294 ] {} TCP-Session: 080ba382-f7d9-4a67-b897-d7c4133a4de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065906 [ 295 ] {} TCP-Session: 140d9e26-a98a-43e2-9fb1-6d715da0a766 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065458 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.065931 [ 295 ] {} TCP-Session: 140d9e26-a98a-43e2-9fb1-6d715da0a766 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.065950 [ 290 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:56:23.065962 [ 296 ] {} TCP-Session: 827bbb47-5289-4efd-a2ba-c9d247f46c0d Authenticating user 'default' from [fd00:1122:3344:101::e]:65091 2025.12.24 07:56:23.066000 [ 296 ] {} TCP-Session: 827bbb47-5289-4efd-a2ba-c9d247f46c0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.066013 [ 296 ] {} TCP-Session: 827bbb47-5289-4efd-a2ba-c9d247f46c0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.066030 [ 290 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:23.066058 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.066084 [ 293 ] {} TCP-Session: 5ce3f523-f916-4df6-a335-0fe48d3d98cd Authenticating user 'default' from [fd00:1122:3344:101::e]:36115 2025.12.24 07:56:23.066107 [ 293 ] {} TCP-Session: 5ce3f523-f916-4df6-a335-0fe48d3d98cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.066125 [ 293 ] {} TCP-Session: 5ce3f523-f916-4df6-a335-0fe48d3d98cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.066360 [ 290 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:56:23.067316 [ 333 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} AggregatingTransform: Aggregating 2025.12.24 07:56:23.067374 [ 333 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} Aggregator: Aggregation method: without_key 2025.12.24 07:56:23.067412 [ 333 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000952497 sec. (1049.872 rows/sec., 41.01 KiB/sec.) 2025.12.24 07:56:23.067434 [ 333 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} Aggregator: Merging aggregated data 2025.12.24 07:56:23.068709 [ 290 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} executeQuery: Read 1 rows, 40.00 B in 0.003143 sec., 318.1673560292714 rows/sec., 12.43 KiB/sec. 2025.12.24 07:56:23.068846 [ 290 ] {9d462eb8-272e-4899-bf54-1f2b5b7661ac} TCPHandler: Processed in 0.003527358 sec. 2025.12.24 07:56:23.068970 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.068989 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069012 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069019 [ 290 ] {} TCP-Session: 24270b91-aaaf-491e-b671-e7ab041b0623 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069031 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069042 [ 291 ] {} TCP-Session: 59d4cd4f-7a41-4573-aa41-93133ecd57be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069055 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069086 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069105 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069126 [ 294 ] {} TCP-Session: 080ba382-f7d9-4a67-b897-d7c4133a4de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069142 [ 295 ] {} TCP-Session: 140d9e26-a98a-43e2-9fb1-6d715da0a766 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069158 [ 298 ] {} TCP-Session: 7e4e3ba5-e293-45c4-b2a7-d23ba531a14e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069126 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069086 [ 292 ] {} TCP-Session: 5707577a-b6f3-45a1-8cf7-74899199b646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069066 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.069226 [ 297 ] {} TCP-Session: 0ee6ed76-664c-43c1-b409-4361986ac363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069056 [ 293 ] {} TCP-Session: 5ce3f523-f916-4df6-a335-0fe48d3d98cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.069262 [ 296 ] {} TCP-Session: 827bbb47-5289-4efd-a2ba-c9d247f46c0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.182476 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40195 2025.12.24 07:56:23.182583 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.182610 [ 290 ] {} TCP-Session: 647464e7-78ae-40c7-aae4-803d159a9d22 Authenticating user 'default' from [fd00:1122:3344:101::e]:40195 2025.12.24 07:56:23.182632 [ 290 ] {} TCP-Session: 647464e7-78ae-40c7-aae4-803d159a9d22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.182645 [ 290 ] {} TCP-Session: 647464e7-78ae-40c7-aae4-803d159a9d22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.182950 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44817 2025.12.24 07:56:23.182967 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47571 2025.12.24 07:56:23.182987 [ 290 ] {} TCP-Session: 647464e7-78ae-40c7-aae4-803d159a9d22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:23.183007 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46980 2025.12.24 07:56:23.183024 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45252 2025.12.24 07:56:23.183048 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62809 2025.12.24 07:56:23.183075 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183112 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183100 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183143 [ 292 ] {} TCP-Session: 97751329-53e7-4ad5-b8e0-6a0ffa5bebc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:47571 2025.12.24 07:56:23.183144 [ 296 ] {} TCP-Session: 0fa96b33-6b26-4baa-89bb-1ea6dcc2d3c2 Authenticating user 'default' from [fd00:1122:3344:101::e]:45252 2025.12.24 07:56:23.183183 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183197 [ 296 ] {} TCP-Session: 0fa96b33-6b26-4baa-89bb-1ea6dcc2d3c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183187 [ 292 ] {} TCP-Session: 97751329-53e7-4ad5-b8e0-6a0ffa5bebc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183225 [ 296 ] {} TCP-Session: 0fa96b33-6b26-4baa-89bb-1ea6dcc2d3c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183221 [ 298 ] {} TCP-Session: 3ee894da-cb64-4a86-bf00-0cb5c9f6ee17 Authenticating user 'default' from [fd00:1122:3344:101::e]:62809 2025.12.24 07:56:23.183238 [ 292 ] {} TCP-Session: 97751329-53e7-4ad5-b8e0-6a0ffa5bebc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183174 [ 295 ] {} TCP-Session: 6cc02242-788a-489c-9348-1360f4b66527 Authenticating user 'default' from [fd00:1122:3344:101::e]:46980 2025.12.24 07:56:23.183286 [ 298 ] {} TCP-Session: 3ee894da-cb64-4a86-bf00-0cb5c9f6ee17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183311 [ 295 ] {} TCP-Session: 6cc02242-788a-489c-9348-1360f4b66527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183327 [ 298 ] {} TCP-Session: 3ee894da-cb64-4a86-bf00-0cb5c9f6ee17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183061 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183344 [ 295 ] {} TCP-Session: 6cc02242-788a-489c-9348-1360f4b66527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183045 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37833 2025.12.24 07:56:23.183379 [ 291 ] {} TCP-Session: 2e329bb4-8831-4eb4-9dd9-9ff600b3a66f Authenticating user 'default' from [fd00:1122:3344:101::e]:44817 2025.12.24 07:56:23.182979 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60167 2025.12.24 07:56:23.183473 [ 291 ] {} TCP-Session: 2e329bb4-8831-4eb4-9dd9-9ff600b3a66f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183485 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183506 [ 291 ] {} TCP-Session: 2e329bb4-8831-4eb4-9dd9-9ff600b3a66f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183527 [ 297 ] {} TCP-Session: e83d9137-ec5d-4b3a-b3f2-f6ccfebe4e9f Authenticating user 'default' from [fd00:1122:3344:101::e]:37833 2025.12.24 07:56:23.183535 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183552 [ 297 ] {} TCP-Session: e83d9137-ec5d-4b3a-b3f2-f6ccfebe4e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183564 [ 293 ] {} TCP-Session: 370a556d-3dfe-4404-9338-70ab12518e4d Authenticating user 'default' from [fd00:1122:3344:101::e]:60167 2025.12.24 07:56:23.183570 [ 297 ] {} TCP-Session: e83d9137-ec5d-4b3a-b3f2-f6ccfebe4e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183581 [ 293 ] {} TCP-Session: 370a556d-3dfe-4404-9338-70ab12518e4d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183174 [ 290 ] {cf608061-b374-4143-bfcd-ab8d0daea014} executeQuery: (from [fd00:1122:3344:101::e]:40195) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:56:23.183596 [ 293 ] {} TCP-Session: 370a556d-3dfe-4404-9338-70ab12518e4d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183000 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41458 2025.12.24 07:56:23.183714 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:23.183738 [ 294 ] {} TCP-Session: d24cd8e1-80ee-4d82-82e6-ab18b7120d16 Authenticating user 'default' from [fd00:1122:3344:101::e]:41458 2025.12.24 07:56:23.183763 [ 294 ] {} TCP-Session: d24cd8e1-80ee-4d82-82e6-ab18b7120d16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183782 [ 294 ] {} TCP-Session: d24cd8e1-80ee-4d82-82e6-ab18b7120d16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.183857 [ 290 ] {cf608061-b374-4143-bfcd-ab8d0daea014} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:56:23.183923 [ 290 ] {cf608061-b374-4143-bfcd-ab8d0daea014} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:23.184206 [ 290 ] {cf608061-b374-4143-bfcd-ab8d0daea014} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:56:23.185238 [ 322 ] {cf608061-b374-4143-bfcd-ab8d0daea014} AggregatingTransform: Aggregating 2025.12.24 07:56:23.185300 [ 322 ] {cf608061-b374-4143-bfcd-ab8d0daea014} Aggregator: Aggregation method: without_key 2025.12.24 07:56:23.185335 [ 322 ] {cf608061-b374-4143-bfcd-ab8d0daea014} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001032889 sec. (968.158 rows/sec., 37.82 KiB/sec.) 2025.12.24 07:56:23.185350 [ 322 ] {cf608061-b374-4143-bfcd-ab8d0daea014} Aggregator: Merging aggregated data 2025.12.24 07:56:23.186370 [ 290 ] {cf608061-b374-4143-bfcd-ab8d0daea014} executeQuery: Read 1 rows, 40.00 B in 0.003248 sec., 307.8817733990148 rows/sec., 12.03 KiB/sec. 2025.12.24 07:56:23.186530 [ 290 ] {cf608061-b374-4143-bfcd-ab8d0daea014} TCPHandler: Processed in 0.003647642 sec. 2025.12.24 07:56:23.186630 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186660 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186680 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186699 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186709 [ 292 ] {} TCP-Session: 97751329-53e7-4ad5-b8e0-6a0ffa5bebc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186728 [ 295 ] {} TCP-Session: 6cc02242-788a-489c-9348-1360f4b66527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186734 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186749 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186772 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186796 [ 293 ] {} TCP-Session: 370a556d-3dfe-4404-9338-70ab12518e4d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186817 [ 291 ] {} TCP-Session: 2e329bb4-8831-4eb4-9dd9-9ff600b3a66f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186842 [ 294 ] {} TCP-Session: d24cd8e1-80ee-4d82-82e6-ab18b7120d16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186788 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186747 [ 297 ] {} TCP-Session: e83d9137-ec5d-4b3a-b3f2-f6ccfebe4e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186918 [ 296 ] {} TCP-Session: 0fa96b33-6b26-4baa-89bb-1ea6dcc2d3c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186722 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:23.186676 [ 290 ] {} TCP-Session: 647464e7-78ae-40c7-aae4-803d159a9d22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:23.186982 [ 298 ] {} TCP-Session: 3ee894da-cb64-4a86-bf00-0cb5c9f6ee17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:25.627678 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:25.627881 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:25.627953 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:25.628640 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:25.628698 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:25.629130 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:25.629395 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:25.629560 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} executeQuery: Read 56 rows, 4.41 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.49 MiB/sec. 2025.12.24 07:56:25.629608 [ 275 ] {975c62f6-7a40-4ac0-8efa-e161a746374f} TCPHandler: Processed in 0.002064068 sec. 2025.12.24 07:56:25.629736 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:25.629842 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:25.629889 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:25.630331 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:25.630370 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:25.630702 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:25.630928 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:25.631077 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} executeQuery: Read 64 rows, 5.12 KiB in 0.00126 sec., 50793.65079365079 rows/sec., 3.96 MiB/sec. 2025.12.24 07:56:25.631115 [ 275 ] {5d2ab93e-2ccb-40ae-acd9-8a9a24822888} TCPHandler: Processed in 0.00143194 sec. 2025.12.24 07:56:25.631230 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:25.631330 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:25.631376 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:25.631784 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:25.631822 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:25.632163 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:25.632397 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:25.632541 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} executeQuery: Read 160 rows, 11.41 KiB in 0.001233 sec., 129764.80129764802 rows/sec., 9.04 MiB/sec. 2025.12.24 07:56:25.632578 [ 275 ] {87d9ba8b-f282-4e4f-9a03-b68a84a6585a} TCPHandler: Processed in 0.001399319 sec. 2025.12.24 07:56:25.632681 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:25.632779 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} executeQuery: (from [fd00:1122:3344:101::d]:48059) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:25.632823 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:25.633154 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:25.633191 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:25.633519 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:25.633761 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:25.633906 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} executeQuery: Read 60 rows, 4.14 KiB in 0.001147 sec., 52310.37489102005 rows/sec., 3.53 MiB/sec. 2025.12.24 07:56:25.633944 [ 275 ] {6437327f-8607-4e14-97df-b5eec3e4652b} TCPHandler: Processed in 0.001312837 sec. 2025.12.24 07:56:28.246476 [ 67 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:56:28.246531 [ 67 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:56:28.304074 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 242 2025.12.24 07:56:28.306322 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:28.306366 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:28.307136 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3745 2025.12.24 07:56:28.307485 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:28.307760 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:28.307924 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:28.307998 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 242 2025.12.24 07:56:28.308002 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:28.308592 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:28.308846 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:28.308989 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3745 2025.12.24 07:56:28.506731 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.24 07:56:28.524712 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:28.524779 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:28.531227 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:28.531953 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:28.535228 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.24 07:56:29.000201 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 181.54 MiB, peak 191.45 MiB, free memory in arenas 0.00 B, will set to 182.77 MiB (RSS), difference: 1.22 MiB 2025.12.24 07:56:30.267663 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:30.267745 [ 275 ] {} TCP-Session: b89134dd-605f-4822-b7f9-7b4b2901343b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:30.627309 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:30.627506 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:30.627584 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:30.628377 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:30.628427 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:30.628888 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:30.629123 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:30.629277 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} executeQuery: Read 76 rows, 6.41 KiB in 0.001826 sec., 41621.0295728368 rows/sec., 3.43 MiB/sec. 2025.12.24 07:56:30.629323 [ 280 ] {571a2b8e-8365-4a4e-a1a2-8bafd1424677} TCPHandler: Processed in 0.00215337 sec. 2025.12.24 07:56:30.629459 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:30.629565 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:30.629610 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:30.630032 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:30.630070 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:30.630380 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:30.630608 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:30.630744 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} executeQuery: Read 10 rows, 770.00 B in 0.001205 sec., 8298.755186721992 rows/sec., 624.03 KiB/sec. 2025.12.24 07:56:30.630781 [ 280 ] {4945b71c-b518-4b9d-9498-95a9d8de65bb} TCPHandler: Processed in 0.001373638 sec. 2025.12.24 07:56:30.630901 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:30.630998 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:30.631039 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:30.631462 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:30.631499 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:30.631821 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:30.632039 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:30.632165 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} executeQuery: Read 74 rows, 5.92 KiB in 0.001186 sec., 62394.60370994941 rows/sec., 4.87 MiB/sec. 2025.12.24 07:56:30.632200 [ 280 ] {6d4ca41c-50c4-428c-b2e2-aeecd192d53d} TCPHandler: Processed in 0.001352418 sec. 2025.12.24 07:56:30.632313 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:30.632409 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:30.632452 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:30.632868 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:30.632906 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:30.633275 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:30.633489 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:30.633616 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} executeQuery: Read 160 rows, 11.41 KiB in 0.001228 sec., 130293.15960912053 rows/sec., 9.07 MiB/sec. 2025.12.24 07:56:30.633651 [ 280 ] {ee8b42f8-0ed6-4d8a-b511-bc518d305851} TCPHandler: Processed in 0.001386849 sec. 2025.12.24 07:56:30.633759 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:30.633854 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:30.633911 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} 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.12.24 07:56:30.634698 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:30.634735 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:30.635242 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:56:30.635469 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:30.635609 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} executeQuery: Read 10 rows, 18.35 KiB in 0.001775 sec., 5633.802816901408 rows/sec., 10.10 MiB/sec. 2025.12.24 07:56:30.635674 [ 280 ] {18ec782f-cdec-411b-9400-1fadbe9f9746} TCPHandler: Processed in 0.001962915 sec. 2025.12.24 07:56:30.635790 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:30.635885 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:30.635927 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:30.636263 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:30.636298 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:30.636622 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:30.636842 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:30.636970 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.12.24 07:56:30.637005 [ 280 ] {fd091ef7-500a-4eb4-aa51-681d6350a7ca} TCPHandler: Processed in 0.001263316 sec. 2025.12.24 07:56:31.001190 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 181.17 MiB, peak 191.45 MiB, free memory in arenas 0.00 B, will set to 182.84 MiB (RSS), difference: 1.67 MiB 2025.12.24 07:56:31.041253 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.041485 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 07:56:31.041837 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.044902 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.045207 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.045285 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.045478 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.24 07:56:31.047601 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.049768 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.049794 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.049893 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.049922 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.063609 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} executeQuery: Read 26 rows, 1.13 KiB in 0.022221 sec., 1170.0643535394447 rows/sec., 50.63 KiB/sec. 2025.12.24 07:56:31.063717 [ 280 ] {e69c0a6b-b91c-4fd9-a519-1822d378a177} TCPHandler: Processed in 0.022599251 sec. 2025.12.24 07:56:31.063998 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.064161 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 07:56:31.064389 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.064425 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.064619 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.064673 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.064775 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.24 07:56:31.064803 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.064822 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.064836 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.064872 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.064891 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.065352 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} executeQuery: Read 26 rows, 1.13 KiB in 0.001262 sec., 20602.218700475434 rows/sec., 891.44 KiB/sec. 2025.12.24 07:56:31.065438 [ 280 ] {8b948051-c880-4169-9937-ea1140f5fdbb} TCPHandler: Processed in 0.001500522 sec. 2025.12.24 07:56:31.065666 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.065797 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 07:56:31.066005 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.066039 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.066230 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.066284 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.066382 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.24 07:56:31.066410 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.066428 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.066442 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.066475 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.066497 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.066927 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} executeQuery: Read 26 rows, 1.13 KiB in 0.001184 sec., 21959.45945945946 rows/sec., 950.17 KiB/sec. 2025.12.24 07:56:31.067010 [ 280 ] {4a786340-69d1-4e30-a6a5-b95a6189b0fb} TCPHandler: Processed in 0.001392529 sec. 2025.12.24 07:56:31.067683 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.067813 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.12.24 07:56:31.068020 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.068054 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.068264 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.068317 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.068415 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.24 07:56:31.068443 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.068461 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.068475 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.068516 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.068536 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.068963 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} executeQuery: Read 26 rows, 1.13 KiB in 0.001203 sec., 21612.63507896924 rows/sec., 935.16 KiB/sec. 2025.12.24 07:56:31.069046 [ 280 ] {3a963d8c-f31b-47bc-8bbd-a913136a7815} TCPHandler: Processed in 0.001411149 sec. 2025.12.24 07:56:31.069305 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.069434 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.12.24 07:56:31.069638 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.069672 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.069862 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.069916 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.070014 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.24 07:56:31.070041 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.070061 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.070074 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.070107 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.070125 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.070560 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} executeQuery: Read 26 rows, 1.13 KiB in 0.001178 sec., 22071.30730050934 rows/sec., 955.01 KiB/sec. 2025.12.24 07:56:31.070642 [ 280 ] {6cf971c2-be9d-4ff0-a858-96220672d928} TCPHandler: Processed in 0.001385009 sec. 2025.12.24 07:56:31.070863 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.070994 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.12.24 07:56:31.071200 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.071234 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.071424 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.071476 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.071571 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.24 07:56:31.071598 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.071616 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.071630 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.071663 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.071680 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.072094 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} executeQuery: Read 26 rows, 1.13 KiB in 0.001154 sec., 22530.329289428075 rows/sec., 974.87 KiB/sec. 2025.12.24 07:56:31.072176 [ 280 ] {535708ca-563a-46f8-8bcf-3d9439df1cfc} TCPHandler: Processed in 0.001360718 sec. 2025.12.24 07:56:31.072398 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.072529 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.12.24 07:56:31.072761 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.072795 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.072988 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.073040 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.073137 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.24 07:56:31.073163 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.073181 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.073196 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.073228 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.073246 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.073799 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} executeQuery: Read 26 rows, 1.13 KiB in 0.001325 sec., 19622.64150943396 rows/sec., 849.06 KiB/sec. 2025.12.24 07:56:31.073856 [ 280 ] {2aeaed89-7328-4348-83bc-9b0342d60e9f} TCPHandler: Processed in 0.001505762 sec. 2025.12.24 07:56:31.074067 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.074196 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.12.24 07:56:31.074397 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.074431 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.074618 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.074670 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.074765 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.24 07:56:31.074792 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.074810 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.074823 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.074856 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.074874 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.075248 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} executeQuery: Read 26 rows, 1.13 KiB in 0.001104 sec., 23550.72463768116 rows/sec., 1019.02 KiB/sec. 2025.12.24 07:56:31.075304 [ 280 ] {a58e925d-9e2c-4ad2-af1c-f873a15d2827} TCPHandler: Processed in 0.001283526 sec. 2025.12.24 07:56:31.075513 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.075643 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.12.24 07:56:31.075844 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.075879 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.076100 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.076152 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.076249 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.24 07:56:31.076277 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.076295 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.076308 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.076341 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.076358 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.076733 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} executeQuery: Read 26 rows, 1.13 KiB in 0.001143 sec., 22747.156605424323 rows/sec., 984.25 KiB/sec. 2025.12.24 07:56:31.076786 [ 280 ] {74d4bb18-efb9-4334-9243-b3df921e012e} TCPHandler: Processed in 0.001319937 sec. 2025.12.24 07:56:31.077013 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.077142 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} executeQuery: (from [fd00:1122:3344:101::d]:52695) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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.12.24 07:56:31.077340 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.24 07:56:31.077375 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.12.24 07:56:31.077669 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.077802 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:31.077900 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.24 07:56:31.077928 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.24 07:56:31.077946 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (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.12.24 07:56:31.077960 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.24 07:56:31.077992 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.12.24 07:56:31.078010 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.12.24 07:56:31.078509 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} executeQuery: Read 26 rows, 1.13 KiB in 0.001419 sec., 18322.76250880902 rows/sec., 792.81 KiB/sec. 2025.12.24 07:56:31.078562 [ 280 ] {d8f33a6e-0d9e-47aa-9a35-25b73b89c364} TCPHandler: Processed in 0.001595635 sec. 2025.12.24 07:56:31.160407 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.160560 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.24 07:56:31.160622 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.24 07:56:31.161308 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.161353 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.161791 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:31.162035 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} oximeter.timeseries_schema (81234625-bd8c-484e-8f10-8ea2a3022b8d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.162188 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} executeQuery: Read 10 rows, 1.71 KiB in 0.001669 sec., 5991.611743559018 rows/sec., 1.00 MiB/sec. 2025.12.24 07:56:31.162230 [ 280 ] {857c2870-12ac-4f8d-8163-963895c3e4ca} TCPHandler: Processed in 0.001915144 sec. 2025.12.24 07:56:31.162336 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.162434 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:56:31.162478 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:56:31.162898 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.162938 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.163238 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:31.163464 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.163592 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} executeQuery: Read 4 rows, 334.00 B in 0.001179 sec., 3392.705682782019 rows/sec., 276.65 KiB/sec. 2025.12.24 07:56:31.163630 [ 280 ] {cc8b7d2a-ccbc-4283-8784-451834408d1f} TCPHandler: Processed in 0.001342918 sec. 2025.12.24 07:56:31.163745 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.163839 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:31.163881 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:31.164981 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.165018 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.165515 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:31.165749 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.165878 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} executeQuery: Read 1244 rows, 105.42 KiB in 0.002058 sec., 604470.3595724005 rows/sec., 50.03 MiB/sec. 2025.12.24 07:56:31.165914 [ 280 ] {c5b8fdb1-8808-419f-a2ab-69e6588ee7ec} TCPHandler: Processed in 0.002218432 sec. 2025.12.24 07:56:31.166028 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.166123 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.166163 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:31.166562 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.166600 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.166914 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:31.167147 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.167261 [ 62 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:31.167273 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} executeQuery: Read 26 rows, 1.93 KiB in 0.001168 sec., 22260.27397260274 rows/sec., 1.62 MiB/sec. 2025.12.24 07:56:31.167339 [ 62 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.167355 [ 280 ] {f80eb7f2-48de-4ca3-a49f-7b7a2d8f20fc} TCPHandler: Processed in 0.001375499 sec. 2025.12.24 07:56:31.167366 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.167476 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.167492 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:56:31.167575 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.167618 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:56:31.167628 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:31.167664 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part 2025.12.24 07:56:31.167727 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.167772 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.167815 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2025.12.24 07:56:31.167853 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.167894 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part 2025.12.24 07:56:31.168080 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.168121 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2025.12.24 07:56:31.168477 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:31.168691 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 5 columns (5 merged, 0 gathered) in 0.001248685 sec., 88092.67349251412 rows/sec., 6.84 MiB/sec. 2025.12.24 07:56:31.168714 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.168860 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} executeQuery: Read 230 rows, 15.94 KiB in 0.001303 sec., 176515.7329240215 rows/sec., 11.95 MiB/sec. 2025.12.24 07:56:31.168900 [ 280 ] {3997b74a-3e79-4a36-8be3-945247c80d71} TCPHandler: Processed in 0.001471641 sec. 2025.12.24 07:56:31.168897 [ 199 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:31.169014 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.169114 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:31.169156 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:31.169237 [ 199 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.169322 [ 199 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_6_1} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:31.169419 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 07:56:31.169726 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.169768 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.170102 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:31.170316 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.170443 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} executeQuery: Read 556 rows, 42.31 KiB in 0.001347 sec., 412769.11655530805 rows/sec., 30.67 MiB/sec. 2025.12.24 07:56:31.170479 [ 280 ] {5f0c873c-139b-4495-9fd9-081851f3feb5} TCPHandler: Processed in 0.001514252 sec. 2025.12.24 07:56:31.170596 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.170690 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.170732 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:31.171573 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.171609 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.172133 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:31.172370 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.172500 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} executeQuery: Read 2128 rows, 145.57 KiB in 0.001828 sec., 1164113.785557987 rows/sec., 77.77 MiB/sec. 2025.12.24 07:56:31.172535 [ 280 ] {07aba32a-12b5-4e76-b7d4-ad405180e684} TCPHandler: Processed in 0.001987785 sec. 2025.12.24 07:56:31.172652 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.172746 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.172788 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 07:56:31.173157 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} oximeter.measurements_f64 (cfc0bcb6-a3d8-4b51-a41d-1c3c2228c064): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.173194 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.173514 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:56:31.173723 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} oximeter.measurements_f64 (cfc0bcb6-a3d8-4b51-a41d-1c3c2228c064): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.173859 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} executeQuery: Read 2 rows, 130.00 B in 0.001131 sec., 1768.3465959328028 rows/sec., 112.25 KiB/sec. 2025.12.24 07:56:31.173896 [ 280 ] {01bb291a-ce56-4039-8497-e73ea328ed41} TCPHandler: Processed in 0.001291756 sec. 2025.12.24 07:56:31.174013 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.174107 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.174160 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} 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.12.24 07:56:31.174942 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.174980 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.175545 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:31.175772 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.175880 [ 60 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:31.175910 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} executeQuery: Read 22 rows, 40.37 KiB in 0.00182 sec., 12087.912087912087 rows/sec., 21.66 MiB/sec. 2025.12.24 07:56:31.175922 [ 60 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.175951 [ 60 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.85 GiB. 2025.12.24 07:56:31.175974 [ 280 ] {74b95f28-a33d-4376-afca-1068e93a6d54} TCPHandler: Processed in 0.002007786 sec. 2025.12.24 07:56:31.176027 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:56:31.176096 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.176195 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.176237 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 07:56:31.176248 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:31.176311 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.176444 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.176569 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.176571 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.176614 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2025.12.24 07:56:31.176712 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.176829 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.24 07:56:31.176934 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.24 07:56:31.176949 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 22 rows starting from the beginning of the part 2025.12.24 07:56:31.177165 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.177297 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} executeQuery: Read 15 rows, 1.12 KiB in 0.001121 sec., 13380.909901873327 rows/sec., 995.73 KiB/sec. 2025.12.24 07:56:31.177333 [ 280 ] {52b15dba-1dfd-4f38-a8af-71ef5f9e7d2d} TCPHandler: Processed in 0.001286036 sec. 2025.12.24 07:56:31.177443 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:31.177537 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:31.177578 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:31.177899 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:31.177936 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.84 GiB. 2025.12.24 07:56:31.178264 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:31.178479 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.178618 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} executeQuery: Read 12 rows, 848.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 752.84 KiB/sec. 2025.12.24 07:56:31.178654 [ 280 ] {56e4026f-a2d5-4ccf-a3d5-a8884152775d} TCPHandler: Processed in 0.001259535 sec. 2025.12.24 07:56:31.178918 [ 198 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 72 rows, containing 19 columns (19 merged, 0 gathered) in 0.002923691 sec., 24626.40545803233 rows/sec., 44.13 MiB/sec. 2025.12.24 07:56:31.179265 [ 195 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:31.179644 [ 195 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:31.179718 [ 195 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_6_1} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:31.179834 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.12.24 07:56:33.455734 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64919 2025.12.24 07:56:33.455881 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.455912 [ 275 ] {} TCP-Session: d3226a11-2ce2-4ff6-81bc-ef990da532f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:64919 2025.12.24 07:56:33.455934 [ 275 ] {} TCP-Session: d3226a11-2ce2-4ff6-81bc-ef990da532f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.455948 [ 275 ] {} TCP-Session: d3226a11-2ce2-4ff6-81bc-ef990da532f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456157 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55504 2025.12.24 07:56:33.456214 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50913 2025.12.24 07:56:33.456244 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34936 2025.12.24 07:56:33.456271 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36530 2025.12.24 07:56:33.456305 [ 275 ] {} TCP-Session: d3226a11-2ce2-4ff6-81bc-ef990da532f4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:33.456263 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43664 2025.12.24 07:56:33.456363 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456373 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456397 [ 294 ] {} TCP-Session: 98dd8146-f3f2-4ede-9a48-5b166a4b8047 Authenticating user 'default' from [fd00:1122:3344:101::e]:34936 2025.12.24 07:56:33.456335 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456437 [ 294 ] {} TCP-Session: 98dd8146-f3f2-4ede-9a48-5b166a4b8047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456423 [ 297 ] {} TCP-Session: 36d43451-c5bb-44c5-bd7b-52f2ed5edc3c Authenticating user 'default' from [fd00:1122:3344:101::e]:36530 2025.12.24 07:56:33.456462 [ 291 ] {} TCP-Session: 9e7b5bc5-1d76-491b-8c2c-45d7d4344e74 Authenticating user 'default' from [fd00:1122:3344:101::e]:50913 2025.12.24 07:56:33.456500 [ 297 ] {} TCP-Session: 36d43451-c5bb-44c5-bd7b-52f2ed5edc3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456510 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} executeQuery: (from [fd00:1122:3344:101::e]:64919) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:56:33.456516 [ 291 ] {} TCP-Session: 9e7b5bc5-1d76-491b-8c2c-45d7d4344e74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456527 [ 297 ] {} TCP-Session: 36d43451-c5bb-44c5-bd7b-52f2ed5edc3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456553 [ 291 ] {} TCP-Session: 9e7b5bc5-1d76-491b-8c2c-45d7d4344e74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456465 [ 294 ] {} TCP-Session: 98dd8146-f3f2-4ede-9a48-5b166a4b8047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456463 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456239 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456643 [ 296 ] {} TCP-Session: 42cecdc0-bf70-4608-a0ef-8b1286cd6843 Authenticating user 'default' from [fd00:1122:3344:101::e]:43664 2025.12.24 07:56:33.456663 [ 290 ] {} TCP-Session: bffd6713-f894-47c3-9afc-46f763dc5f74 Authenticating user 'default' from [fd00:1122:3344:101::e]:55504 2025.12.24 07:56:33.456230 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47470 2025.12.24 07:56:33.456690 [ 290 ] {} TCP-Session: bffd6713-f894-47c3-9afc-46f763dc5f74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456680 [ 296 ] {} TCP-Session: 42cecdc0-bf70-4608-a0ef-8b1286cd6843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456723 [ 290 ] {} TCP-Session: bffd6713-f894-47c3-9afc-46f763dc5f74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456745 [ 296 ] {} TCP-Session: 42cecdc0-bf70-4608-a0ef-8b1286cd6843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456229 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59300 2025.12.24 07:56:33.456770 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456250 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46400 2025.12.24 07:56:33.456824 [ 293 ] {} TCP-Session: 8248fd16-8807-44d9-b5fd-0d4e2d52f0d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:47470 2025.12.24 07:56:33.456851 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.456852 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:56:33.456893 [ 292 ] {} TCP-Session: cb9a5fc4-fef5-4787-a7ef-8a6282a77eac Authenticating user 'default' from [fd00:1122:3344:101::e]:59300 2025.12.24 07:56:33.456862 [ 293 ] {} TCP-Session: 8248fd16-8807-44d9-b5fd-0d4e2d52f0d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456932 [ 292 ] {} TCP-Session: cb9a5fc4-fef5-4787-a7ef-8a6282a77eac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456938 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:56:33.456951 [ 293 ] {} TCP-Session: 8248fd16-8807-44d9-b5fd-0d4e2d52f0d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456971 [ 292 ] {} TCP-Session: cb9a5fc4-fef5-4787-a7ef-8a6282a77eac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.456956 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:56:33.457036 [ 295 ] {} TCP-Session: 7caf3825-def6-410c-94a6-ef3809dcfe80 Authenticating user 'default' from [fd00:1122:3344:101::e]:46400 2025.12.24 07:56:33.457052 [ 295 ] {} TCP-Session: 7caf3825-def6-410c-94a6-ef3809dcfe80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.457065 [ 295 ] {} TCP-Session: 7caf3825-def6-410c-94a6-ef3809dcfe80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.457281 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:56:33.457377 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} Aggregator: Compile expression max()(UInt64) 0 2025.12.24 07:56:33.880167 [ 299 ] {92011b3c-0a50-476d-9115-657739968415} AggregatingTransform: Aggregating 2025.12.24 07:56:33.880233 [ 299 ] {92011b3c-0a50-476d-9115-657739968415} Aggregator: Aggregation method: without_key 2025.12.24 07:56:33.880270 [ 299 ] {92011b3c-0a50-476d-9115-657739968415} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001102061 sec. (907.391 rows/sec., 35.44 KiB/sec.) 2025.12.24 07:56:33.880290 [ 299 ] {92011b3c-0a50-476d-9115-657739968415} Aggregator: Merging aggregated data 2025.12.24 07:56:33.881748 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} executeQuery: Read 1 rows, 40.00 B in 0.425314 sec., 2.3512040515948214 rows/sec., 94.05 B/sec. 2025.12.24 07:56:33.881903 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.24 07:56:33.881921 [ 275 ] {92011b3c-0a50-476d-9115-657739968415} TCPHandler: Processed in 0.425752735 sec. 2025.12.24 07:56:33.882038 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882076 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882116 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882143 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882163 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882189 [ 292 ] {} TCP-Session: cb9a5fc4-fef5-4787-a7ef-8a6282a77eac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882198 [ 293 ] {} TCP-Session: 8248fd16-8807-44d9-b5fd-0d4e2d52f0d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882208 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882232 [ 291 ] {} TCP-Session: 9e7b5bc5-1d76-491b-8c2c-45d7d4344e74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882222 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882287 [ 294 ] {} TCP-Session: 98dd8146-f3f2-4ede-9a48-5b166a4b8047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882084 [ 297 ] {} TCP-Session: 36d43451-c5bb-44c5-bd7b-52f2ed5edc3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882316 [ 296 ] {} TCP-Session: 42cecdc0-bf70-4608-a0ef-8b1286cd6843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882179 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882156 [ 295 ] {} TCP-Session: 7caf3825-def6-410c-94a6-ef3809dcfe80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882385 [ 290 ] {} TCP-Session: bffd6713-f894-47c3-9afc-46f763dc5f74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:33.882232 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:56:33.882435 [ 275 ] {} TCP-Session: d3226a11-2ce2-4ff6-81bc-ef990da532f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:56:34.000182 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 185.93 MiB, peak 196.09 MiB, free memory in arenas 0.00 B, will set to 204.40 MiB (RSS), difference: 18.46 MiB 2025.12.24 07:56:35.625417 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:35.625594 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:35.625663 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:35.626289 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.626337 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.626725 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:56:35.626949 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.627076 [ 54 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:56:35.627099 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} executeQuery: Read 56 rows, 4.41 KiB in 0.001554 sec., 36036.036036036036 rows/sec., 2.77 MiB/sec. 2025.12.24 07:56:35.627139 [ 54 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.627156 [ 280 ] {ae0e250c-814e-480d-889c-b9d0cf281501} TCPHandler: Processed in 0.001871912 sec. 2025.12.24 07:56:35.627167 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.627280 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:35.627294 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:56:35.627386 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:35.627434 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:35.627448 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:35.627486 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 201 rows starting from the beginning of the part 2025.12.24 07:56:35.627552 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2025.12.24 07:56:35.627595 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part 2025.12.24 07:56:35.627638 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 76 rows starting from the beginning of the part 2025.12.24 07:56:35.627677 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1244 rows starting from the beginning of the part 2025.12.24 07:56:35.627718 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2025.12.24 07:56:35.627871 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.627915 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.628243 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:56:35.628471 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.628572 [ 54 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:56:35.628605 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} executeQuery: Read 64 rows, 5.12 KiB in 0.001242 sec., 51529.790660225444 rows/sec., 4.02 MiB/sec. 2025.12.24 07:56:35.628606 [ 54 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.628644 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.628648 [ 280 ] {f9ca9ecd-b412-4418-861b-79956d75df65} TCPHandler: Processed in 0.00141837 sec. 2025.12.24 07:56:35.628743 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:56:35.628802 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:35.628881 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:35.628903 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:35.628919 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 120 rows starting from the beginning of the part 2025.12.24 07:56:35.628954 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:35.628962 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1829 rows, containing 5 columns (5 merged, 0 gathered) in 0.001726238 sec., 1059529.4507478112 rows/sec., 92.73 MiB/sec. 2025.12.24 07:56:35.629005 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 110 rows starting from the beginning of the part 2025.12.24 07:56:35.629062 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part 2025.12.24 07:56:35.629115 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 74 rows starting from the beginning of the part 2025.12.24 07:56:35.629158 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 556 rows starting from the beginning of the part 2025.12.24 07:56:35.629172 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:56:35.629201 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2025.12.24 07:56:35.629357 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.629403 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.629466 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.629556 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_11_2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:56:35.629639 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.12.24 07:56:35.629780 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:56:35.630011 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.630112 [ 54 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:56:35.630138 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} executeQuery: Read 128 rows, 9.13 KiB in 0.001255 sec., 101992.03187250996 rows/sec., 7.10 MiB/sec. 2025.12.24 07:56:35.630143 [ 54 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.630179 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.630181 [ 280 ] {4b1847ea-9d45-4dbc-afe6-117cc0de6373} TCPHandler: Processed in 0.00143211 sec. 2025.12.24 07:56:35.630276 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:56:35.630297 [ 198 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 988 rows, containing 5 columns (5 merged, 0 gathered) in 0.001602735 sec., 616446.2621706021 rows/sec., 49.64 MiB/sec. 2025.12.24 07:56:35.630314 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:35.630365 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:35.630394 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1097 rows starting from the beginning of the part 2025.12.24 07:56:35.630412 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:35.630439 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 196 rows starting from the beginning of the part 2025.12.24 07:56:35.630459 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:35.630474 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:56:35.630481 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:35.630529 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2025.12.24 07:56:35.630565 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2128 rows starting from the beginning of the part 2025.12.24 07:56:35.630602 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part 2025.12.24 07:56:35.630748 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.630791 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.630834 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_11_2} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:56:35.630837 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.630918 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.12.24 07:56:35.631179 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:56:35.631409 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.631512 [ 54 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:56:35.631536 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} executeQuery: Read 48 rows, 3.31 KiB in 0.001142 sec., 42031.52364273205 rows/sec., 2.83 MiB/sec. 2025.12.24 07:56:35.631547 [ 54 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.631577 [ 280 ] {edac0199-b302-4758-9a21-9ffe43122370} TCPHandler: Processed in 0.001310677 sec. 2025.12.24 07:56:35.631578 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.631703 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:56:35.631839 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:35.631896 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 360 rows starting from the beginning of the part 2025.12.24 07:56:35.631993 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:35.632049 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:56:35.632054 [ 191 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3869 rows, containing 5 columns (5 merged, 0 gathered) in 0.001820661 sec., 2125052.384820678 rows/sec., 145.73 MiB/sec. 2025.12.24 07:56:35.632101 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.12.24 07:56:35.632150 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.12.24 07:56:35.632195 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2025.12.24 07:56:35.632418 [ 191 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:56:35.632747 [ 191 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.632829 [ 191 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_11_2} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:56:35.632900 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.12.24 07:56:35.633196 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 600 rows, containing 4 columns (4 merged, 0 gathered) in 0.001548204 sec., 387545.8272940775 rows/sec., 26.12 MiB/sec. 2025.12.24 07:56:35.633388 [ 186 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:56:35.633657 [ 186 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.633731 [ 186 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_11_2} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:56:35.633801 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 07:56:35.809970 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4193 2025.12.24 07:56:35.810347 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:35.810384 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:35.810811 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:35.811033 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:35.811150 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4193 2025.12.24 07:56:36.036255 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.24 07:56:36.052999 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:36.053048 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:36.059328 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:36.060007 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:36.062915 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.24 07:56:37.001175 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 205.44 MiB, peak 211.42 MiB, free memory in arenas 0.00 B, will set to 206.61 MiB (RSS), difference: 1.17 MiB 2025.12.24 07:56:38.308981 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 306 2025.12.24 07:56:38.312036 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:38.312100 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:38.313315 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:56:38.313639 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:38.313797 [ 48 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.24 07:56:38.313860 [ 48 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:38.313879 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:38.313975 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 306 2025.12.24 07:56:38.313979 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:56:38.314472 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:38.314627 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:56:38.315014 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:56:38.315369 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 20 rows starting from the beginning of the part 2025.12.24 07:56:38.315705 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.12.24 07:56:38.316042 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 32 rows starting from the beginning of the part 2025.12.24 07:56:38.316374 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part 2025.12.24 07:56:38.321830 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 72 columns (72 merged, 0 gathered) in 0.00788931 sec., 38786.66195142541 rows/sec., 39.17 MiB/sec. 2025.12.24 07:56:38.322434 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.24 07:56:38.322892 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:38.322954 [ 191 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_6_1} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.24 07:56:38.323088 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.67 MiB. 2025.12.24 07:56:40.627596 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:40.627776 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:40.627844 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:40.628494 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:40.628539 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:40.628944 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:56:40.629182 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:40.629336 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} executeQuery: Read 76 rows, 6.41 KiB in 0.001609 sec., 47234.30702299565 rows/sec., 3.89 MiB/sec. 2025.12.24 07:56:40.629385 [ 280 ] {f6f2ae08-f2d1-43d4-95ee-9d95e994cb1c} TCPHandler: Processed in 0.001915003 sec. 2025.12.24 07:56:40.629517 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:40.629620 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:40.629665 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:40.630085 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:40.630125 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:40.630465 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:40.630694 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:40.630824 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} executeQuery: Read 10 rows, 770.00 B in 0.001228 sec., 8143.322475570033 rows/sec., 612.34 KiB/sec. 2025.12.24 07:56:40.630863 [ 280 ] {2f598568-bf92-42af-8c91-827c8d2f2bfc} TCPHandler: Processed in 0.001397819 sec. 2025.12.24 07:56:40.630974 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:40.631069 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:40.631110 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:40.631523 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:40.631561 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:40.631870 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:56:40.632084 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:40.632208 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} executeQuery: Read 74 rows, 5.92 KiB in 0.001157 sec., 63958.51339671564 rows/sec., 4.99 MiB/sec. 2025.12.24 07:56:40.632245 [ 280 ] {e384691a-b1e9-4718-bed5-7b41dab8d65f} TCPHandler: Processed in 0.001321467 sec. 2025.12.24 07:56:40.632355 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:40.632451 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:40.632494 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:40.632896 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:40.632931 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:40.633270 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:56:40.633490 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:40.633620 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} executeQuery: Read 160 rows, 11.41 KiB in 0.001188 sec., 134680.13468013468 rows/sec., 9.38 MiB/sec. 2025.12.24 07:56:40.633656 [ 280 ] {087629ff-40dd-43db-9b03-ef9f058f52e1} TCPHandler: Processed in 0.001348197 sec. 2025.12.24 07:56:40.633766 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:40.633861 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:40.633915 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} 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.12.24 07:56:40.634677 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:40.634715 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:40.635233 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:40.635462 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:40.635596 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} executeQuery: Read 10 rows, 18.35 KiB in 0.001754 sec., 5701.254275940707 rows/sec., 10.22 MiB/sec. 2025.12.24 07:56:40.635652 [ 280 ] {1a7a64f3-64b6-4eb5-ade8-32ce739db095} TCPHandler: Processed in 0.001934274 sec. 2025.12.24 07:56:40.635761 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:40.635856 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:40.635897 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:40.636240 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:40.636276 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:40.636577 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:56:40.636789 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:40.636912 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.12.24 07:56:40.636947 [ 280 ] {4f6e070e-1d80-4031-b27c-f4dc4237dc24} TCPHandler: Processed in 0.001234774 sec. 2025.12.24 07:56:43.246583 [ 39 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:56:43.246656 [ 39 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:56:43.312062 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4705 2025.12.24 07:56:43.312580 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:43.312628 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:43.313153 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:43.313392 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:43.313533 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4705 2025.12.24 07:56:43.563015 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.12.24 07:56:43.581692 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:43.581771 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:43.588212 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:43.589018 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:43.593090 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.12.24 07:56:44.000206 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 207.54 MiB, peak 211.54 MiB, free memory in arenas 0.00 B, will set to 209.77 MiB (RSS), difference: 2.23 MiB 2025.12.24 07:56:45.628190 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.628370 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:45.628440 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:45.629146 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.629198 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.629613 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:56:45.629849 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.630004 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} executeQuery: Read 110 rows, 9.48 KiB in 0.001683 sec., 65359.477124183 rows/sec., 5.50 MiB/sec. 2025.12.24 07:56:45.630053 [ 280 ] {0195a803-61a8-45d3-b865-914afded15f4} TCPHandler: Processed in 0.001994246 sec. 2025.12.24 07:56:45.630188 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.630294 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:45.630339 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:45.630772 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.630813 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.631160 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:45.631383 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.631518 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} executeQuery: Read 27 rows, 2.03 KiB in 0.001249 sec., 21617.293835068056 rows/sec., 1.59 MiB/sec. 2025.12.24 07:56:45.631558 [ 280 ] {d4e8d924-9580-477f-99c1-e3d75e726264} TCPHandler: Processed in 0.001423289 sec. 2025.12.24 07:56:45.631676 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.631774 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:45.631816 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:45.632255 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.632293 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.632629 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:56:45.632859 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.632986 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} executeQuery: Read 94 rows, 7.55 KiB in 0.001231 sec., 76360.68237205523 rows/sec., 5.99 MiB/sec. 2025.12.24 07:56:45.633024 [ 280 ] {f4790a59-7c12-4c22-898b-cc8dba945e96} TCPHandler: Processed in 0.001398739 sec. 2025.12.24 07:56:45.633137 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.633232 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:45.633277 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:45.633694 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.633731 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.634081 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:56:45.634296 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.634426 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.12.24 07:56:45.634464 [ 280 ] {cd9f057d-9118-493c-85e9-025198e3441f} TCPHandler: Processed in 0.001377549 sec. 2025.12.24 07:56:45.634567 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.634662 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:45.634717 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} 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.12.24 07:56:45.635638 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.635677 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.636280 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:45.636511 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.636661 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} executeQuery: Read 27 rows, 49.54 KiB in 0.002017 sec., 13386.21715418939 rows/sec., 23.99 MiB/sec. 2025.12.24 07:56:45.636729 [ 280 ] {36b5ecd0-d303-4ba0-b9ab-58cb1b1f41cd} TCPHandler: Processed in 0.002212632 sec. 2025.12.24 07:56:45.636849 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.636949 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 07:56:45.636995 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 07:56:45.637337 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.637375 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.637695 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:45.637905 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.638037 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} executeQuery: Read 3 rows, 246.00 B in 0.001108 sec., 2707.581227436823 rows/sec., 216.82 KiB/sec. 2025.12.24 07:56:45.638074 [ 280 ] {94b4df1a-0197-4910-be08-61dbfd8a9edf} TCPHandler: Processed in 0.001274595 sec. 2025.12.24 07:56:45.638186 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:45.638282 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:45.638323 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:45.638653 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:45.638690 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:45.638989 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:56:45.639197 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:45.639323 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} executeQuery: Read 60 rows, 4.14 KiB in 0.001059 sec., 56657.22379603399 rows/sec., 3.82 MiB/sec. 2025.12.24 07:56:45.639358 [ 280 ] {92b6f3b5-1125-49e6-8f13-c93ca846601c} TCPHandler: Processed in 0.001220244 sec. 2025.12.24 07:56:48.315100 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 332 2025.12.24 07:56:48.317148 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:48.317206 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:48.318335 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:56:48.318604 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:48.318942 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 332 2025.12.24 07:56:50.629506 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.629698 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.629774 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:56:50.630430 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.630483 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.630899 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:50.631129 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.631288 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} executeQuery: Read 24 rows, 2.04 KiB in 0.00164 sec., 14634.146341463415 rows/sec., 1.21 MiB/sec. 2025.12.24 07:56:50.631339 [ 280 ] {e98d4eee-c3b0-4356-842e-2538a456edfc} TCPHandler: Processed in 0.001999896 sec. 2025.12.24 07:56:50.631468 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.631581 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:56:50.631629 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:56:50.632066 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.632105 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.632431 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:50.632639 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.632770 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} executeQuery: Read 14 rows, 1.14 KiB in 0.001213 sec., 11541.632316570485 rows/sec., 941.14 KiB/sec. 2025.12.24 07:56:50.632809 [ 280 ] {bfc69879-37a0-4bb2-94f7-056664a59467} TCPHandler: Processed in 0.001393349 sec. 2025.12.24 07:56:50.632921 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.633017 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:50.633059 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:50.633541 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.633577 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.633906 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:56:50.634114 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.634241 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} executeQuery: Read 210 rows, 19.06 KiB in 0.001243 sec., 168946.09814963798 rows/sec., 14.98 MiB/sec. 2025.12.24 07:56:50.634277 [ 280 ] {0c6066e3-f738-429e-a3ee-8a6d3ff7784f} TCPHandler: Processed in 0.001404269 sec. 2025.12.24 07:56:50.634393 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.634499 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.634542 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:50.634946 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.634982 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.635278 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:50.635487 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.635610 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} executeQuery: Read 39 rows, 2.92 KiB in 0.001135 sec., 34361.23348017621 rows/sec., 2.51 MiB/sec. 2025.12.24 07:56:50.635647 [ 280 ] {827052c5-6b52-43de-891e-79958eb95691} TCPHandler: Processed in 0.001302466 sec. 2025.12.24 07:56:50.635759 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.635853 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.635893 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:56:50.636284 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.636320 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.636627 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:56:50.636834 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.636960 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} executeQuery: Read 25 rows, 2.11 KiB in 0.001125 sec., 22222.222222222223 rows/sec., 1.83 MiB/sec. 2025.12.24 07:56:50.636996 [ 280 ] {28b02ba3-99ae-4f61-82b6-9e8588864e32} TCPHandler: Processed in 0.001284516 sec. 2025.12.24 07:56:50.637104 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.637195 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.637235 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:56:50.637617 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.637652 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.637939 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:50.638148 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.638269 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} executeQuery: Read 12 rows, 960.00 B in 0.001091 sec., 10999.083409715857 rows/sec., 859.30 KiB/sec. 2025.12.24 07:56:50.638306 [ 280 ] {34bb9aac-f5be-494d-b0ae-ae6df154fbf8} TCPHandler: Processed in 0.001249594 sec. 2025.12.24 07:56:50.638414 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.638505 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:50.638544 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:50.638991 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.639027 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.639324 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:56:50.639533 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.639659 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} executeQuery: Read 136 rows, 11.28 KiB in 0.001169 sec., 116338.75106929 rows/sec., 9.42 MiB/sec. 2025.12.24 07:56:50.639696 [ 280 ] {28d037bd-ad91-4c03-bfb2-59029827c485} TCPHandler: Processed in 0.001329757 sec. 2025.12.24 07:56:50.639804 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.639897 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.639939 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:50.640324 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.640359 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.640696 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:56:50.640922 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.641052 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} executeQuery: Read 203 rows, 14.89 KiB in 0.001172 sec., 173208.19112627985 rows/sec., 12.41 MiB/sec. 2025.12.24 07:56:50.641087 [ 280 ] {df3a9a03-464e-49f3-979d-a840e818709d} TCPHandler: Processed in 0.001330407 sec. 2025.12.24 07:56:50.641199 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.641290 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.641332 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.24 07:56:50.641639 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} oximeter.measurements_f64 (cfc0bcb6-a3d8-4b51-a41d-1c3c2228c064): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.641675 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.641966 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.24 07:56:50.642176 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} oximeter.measurements_f64 (cfc0bcb6-a3d8-4b51-a41d-1c3c2228c064): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.642297 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} executeQuery: Read 1 rows, 65.00 B in 0.001024 sec., 976.5625 rows/sec., 61.99 KiB/sec. 2025.12.24 07:56:50.642332 [ 280 ] {501387cc-6173-4f32-9bc1-49734810beb2} TCPHandler: Processed in 0.001180492 sec. 2025.12.24 07:56:50.642441 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.642533 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.642584 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} 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.12.24 07:56:50.643338 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.643373 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.643885 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:56:50.644189 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.644339 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} executeQuery: Read 13 rows, 23.85 KiB in 0.001822 sec., 7135.016465422612 rows/sec., 12.79 MiB/sec. 2025.12.24 07:56:50.644403 [ 280 ] {fa49bf34-73e9-4b82-b5b3-3331f36e4280} TCPHandler: Processed in 0.002008646 sec. 2025.12.24 07:56:50.644521 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.644617 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.644660 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.24 07:56:50.645000 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.645036 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.645351 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.24 07:56:50.645563 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} oximeter.measurements_i64 (2c6efad3-f993-4e5c-8a0b-125167a3a16e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.645697 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} executeQuery: Read 9 rows, 651.00 B in 0.001099 sec., 8189.262966333031 rows/sec., 578.47 KiB/sec. 2025.12.24 07:56:50.645733 [ 280 ] {bf032ba9-aefb-46f9-99e2-49d804d6f4f1} TCPHandler: Processed in 0.001264075 sec. 2025.12.24 07:56:50.645858 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:50.645955 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:50.645997 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:50.646334 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.646370 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.646682 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:56:50.646888 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.647017 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.12.24 07:56:50.647054 [ 280 ] {f8afd044-6cef-4215-9f8c-998137f1a118} TCPHandler: Processed in 0.001253775 sec. 2025.12.24 07:56:50.813625 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5153 2025.12.24 07:56:50.814143 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.814191 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.814769 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:56:50.815031 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.815185 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5153 2025.12.24 07:56:50.815188 [ 27 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:56:50.815272 [ 27 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:50.815291 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:50.815406 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:50.815555 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:50.815596 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part 2025.12.24 07:56:50.815659 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.12.24 07:56:50.815703 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:50.815745 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:50.815781 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:50.815821 [ 198 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:56:50.817314 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5153 rows, containing 4 columns (4 merged, 0 gathered) in 0.001953804 sec., 2637419.106522456 rows/sec., 37.73 MiB/sec. 2025.12.24 07:56:50.818209 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:56:50.818530 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:50.818609 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_11_2} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:56:50.818705 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.24 07:56:51.093175 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.12.24 07:56:51.110900 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:51.110951 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:51.117229 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:56:51.117924 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:51.118228 [ 27 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:56:51.118278 [ 27 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:51.118300 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:51.118403 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.120989 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.12.24 07:56:51.122343 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:56:51.123847 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.128429 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.132631 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.136946 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.141523 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.145782 [ 198 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:56:51.197959 [ 193 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.07958944 sec., 1042.8519160330818 rows/sec., 5.39 MiB/sec. 2025.12.24 07:56:51.200529 [ 188 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:56:51.202558 [ 188 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_11_2} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:51.202638 [ 188 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_11_2} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:56:51.204503 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.12.24 07:56:52.000195 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 211.75 MiB, peak 221.63 MiB, free memory in arenas 0.00 B, will set to 221.03 MiB (RSS), difference: 9.28 MiB 2025.12.24 07:56:55.628463 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:55.628660 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:56:55.628727 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:56:55.629379 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:55.629420 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:55.629823 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:56:55.630071 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:55.630225 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} executeQuery: Read 110 rows, 9.48 KiB in 0.001615 sec., 68111.45510835914 rows/sec., 5.73 MiB/sec. 2025.12.24 07:56:55.630272 [ 280 ] {51419874-2faa-4acd-ab96-9441b1f1f2a2} TCPHandler: Processed in 0.001935364 sec. 2025.12.24 07:56:55.630400 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:55.630505 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:56:55.630549 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:56:55.630974 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:55.631009 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:55.631308 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:55.631519 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:55.631648 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} executeQuery: Read 27 rows, 2.03 KiB in 0.001168 sec., 23116.438356164384 rows/sec., 1.70 MiB/sec. 2025.12.24 07:56:55.631685 [ 280 ] {90d83a9f-943a-4464-a350-6b3d7cf35d8c} TCPHandler: Processed in 0.001335377 sec. 2025.12.24 07:56:55.631806 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:55.631901 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:56:55.631947 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:56:55.632366 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:55.632400 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:55.632722 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:56:55.632935 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:55.633062 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} executeQuery: Read 91 rows, 7.28 KiB in 0.00118 sec., 77118.6440677966 rows/sec., 6.02 MiB/sec. 2025.12.24 07:56:55.633097 [ 280 ] {789b38ea-1c81-4bfd-be75-75ed28f96cdb} TCPHandler: Processed in 0.001339558 sec. 2025.12.24 07:56:55.633213 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:55.633313 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:55.633357 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:56:55.633763 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:55.633797 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:55.634128 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:56:55.634354 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:55.634480 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} executeQuery: Read 160 rows, 11.41 KiB in 0.001187 sec., 134793.59730412805 rows/sec., 9.39 MiB/sec. 2025.12.24 07:56:55.634516 [ 280 ] {a8b7119f-266c-4e10-8e75-1c179bbafeb8} TCPHandler: Processed in 0.001350957 sec. 2025.12.24 07:56:55.634623 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:55.634717 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:56:55.634771 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} 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.12.24 07:56:55.635641 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:55.635679 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:55.636221 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:56:55.636440 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:55.636574 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} executeQuery: Read 27 rows, 49.54 KiB in 0.001875 sec., 14400 rows/sec., 25.80 MiB/sec. 2025.12.24 07:56:55.636635 [ 280 ] {0060f91d-3b93-42be-b7e4-3718e03022a6} TCPHandler: Processed in 0.002059257 sec. 2025.12.24 07:56:55.636760 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:56:55.636855 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:56:55.636993 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:56:55.637348 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:55.637384 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:55.637771 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:56:55.638043 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:55.638182 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. 2025.12.24 07:56:55.638221 [ 280 ] {f500bf1e-5f91-4c3b-b201-ae9b7bd0e99c} TCPHandler: Processed in 0.001508942 sec. 2025.12.24 07:56:58.246908 [ 176 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:56:58.247009 [ 176 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:56:58.315284 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5665 2025.12.24 07:56:58.316114 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:58.316196 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:58.316943 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:56:58.317171 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:58.317302 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5665 2025.12.24 07:56:58.319048 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 368 2025.12.24 07:56:58.321926 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:58.321982 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:58.323141 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:56:58.323398 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:58.323714 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 368 2025.12.24 07:56:58.621047 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.12.24 07:56:58.641777 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:56:58.641841 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:56:58.647803 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:56:58.648647 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:56:58.652405 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.12.24 07:57:00.627614 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:00.627896 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:00.628001 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:00.628779 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.628823 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.629221 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:00.629455 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.629595 [ 171 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:00.629613 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} executeQuery: Read 82 rows, 7.00 KiB in 0.001795 sec., 45682.45125348189 rows/sec., 3.81 MiB/sec. 2025.12.24 07:57:00.629685 [ 171 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.629706 [ 280 ] {42a22873-02c7-4e4c-871d-e23fa01a4619} TCPHandler: Processed in 0.002274673 sec. 2025.12.24 07:57:00.629715 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.629892 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:00.629907 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:57:00.629994 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:00.630041 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:00.630111 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:00.630170 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1389 rows starting from the beginning of the part 2025.12.24 07:57:00.630255 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 76 rows starting from the beginning of the part 2025.12.24 07:57:00.630296 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part 2025.12.24 07:57:00.630336 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 210 rows starting from the beginning of the part 2025.12.24 07:57:00.630373 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 110 rows starting from the beginning of the part 2025.12.24 07:57:00.630410 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part 2025.12.24 07:57:00.630480 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.630524 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.630875 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:57:00.631110 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.631222 [ 171 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:57:00.631248 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} executeQuery: Read 13 rows, 1001.00 B in 0.001274 sec., 10204.081632653062 rows/sec., 767.30 KiB/sec. 2025.12.24 07:57:00.631256 [ 171 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.631288 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.631292 [ 280 ] {7808011b-4f5f-425a-8d86-d2a2015f7463} TCPHandler: Processed in 0.001462771 sec. 2025.12.24 07:57:00.631371 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:57:00.631438 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:00.631467 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:00.631497 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part 2025.12.24 07:57:00.631536 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:00.631564 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.24 07:57:00.631574 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1977 rows, containing 5 columns (5 merged, 0 gathered) in 0.001748019 sec., 1130994.5715693021 rows/sec., 99.67 MiB/sec. 2025.12.24 07:57:00.631617 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:00.631581 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:00.631664 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 39 rows starting from the beginning of the part 2025.12.24 07:57:00.631707 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:00.631747 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:00.631885 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:00.632103 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.632146 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.632204 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.632282 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_16_3} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:00.632351 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.12.24 07:57:00.632471 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 5 columns (5 merged, 0 gathered) in 0.001134792 sec., 153332.0643783178 rows/sec., 11.82 MiB/sec. 2025.12.24 07:57:00.632572 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:00.632587 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:57:00.632870 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.632904 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.632978 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_11_2} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:57:00.632982 [ 171 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:00.633011 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} executeQuery: Read 77 rows, 6.16 KiB in 0.001494 sec., 51539.49129852744 rows/sec., 4.02 MiB/sec. 2025.12.24 07:57:00.633033 [ 171 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.633041 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2025.12.24 07:57:00.633053 [ 280 ] {a4b312df-8f82-418d-8645-238d6668acd4} TCPHandler: Processed in 0.001663686 sec. 2025.12.24 07:57:00.633064 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.633151 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:57:00.633192 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:00.633224 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:00.633251 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 612 rows starting from the beginning of the part 2025.12.24 07:57:00.633290 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:00.633297 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 74 rows starting from the beginning of the part 2025.12.24 07:57:00.633341 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:00.633351 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 94 rows starting from the beginning of the part 2025.12.24 07:57:00.633394 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 136 rows starting from the beginning of the part 2025.12.24 07:57:00.633425 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 91 rows starting from the beginning of the part 2025.12.24 07:57:00.633457 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part 2025.12.24 07:57:00.633782 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.633823 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.634159 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:00.634257 [ 189 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1084 rows, containing 5 columns (5 merged, 0 gathered) in 0.001133341 sec., 956464.1180368486 rows/sec., 77.20 MiB/sec. 2025.12.24 07:57:00.634366 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.634469 [ 171 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:00.634493 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.12.24 07:57:00.634501 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:00.634533 [ 280 ] {748dda4a-8061-435a-8d29-6519e93b39eb} TCPHandler: Processed in 0.001389128 sec. 2025.12.24 07:57:00.634501 [ 171 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.634593 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.634661 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:00.634680 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:00.634758 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:00.634781 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:00.634814 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3869 rows starting from the beginning of the part 2025.12.24 07:57:00.634817 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} 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.12.24 07:57:00.634864 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:00.634868 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.634908 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2025.12.24 07:57:00.634946 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 203 rows starting from the beginning of the part 2025.12.24 07:57:00.634970 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_16_3} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:00.634983 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2025.12.24 07:57:00.635025 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:00.635087 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.12.24 07:57:00.635596 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.635636 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.636158 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:57:00.636382 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.636489 [ 171 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:57:00.636514 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} executeQuery: Read 13 rows, 23.85 KiB in 0.001774 sec., 7328.072153325817 rows/sec., 13.13 MiB/sec. 2025.12.24 07:57:00.636537 [ 171 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.636566 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.636570 [ 280 ] {0f9f7ee2-c524-4806-90c8-0bbb33748f2c} TCPHandler: Processed in 0.001955954 sec. 2025.12.24 07:57:00.636584 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4712 rows, containing 5 columns (5 merged, 0 gathered) in 0.001934164 sec., 2436194.655675527 rows/sec., 167.74 MiB/sec. 2025.12.24 07:57:00.636660 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:57:00.636705 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:00.636803 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:00.636842 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:00.636922 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:00.636971 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:00.636988 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part 2025.12.24 07:57:00.637135 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.24 07:57:00.637175 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.637218 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.637230 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.637245 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:00.637303 [ 200 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_16_3} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:00.637350 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:00.637370 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.12.24 07:57:00.637459 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:00.637546 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:00.637565 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:00.637771 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.637877 [ 171 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:00.637903 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} executeQuery: Read 60 rows, 4.14 KiB in 0.001119 sec., 53619.30294906166 rows/sec., 3.61 MiB/sec. 2025.12.24 07:57:00.637909 [ 171 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:00.637944 [ 171 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:00.637944 [ 280 ] {47d0c89c-f0ee-4d60-987b-07d5c84f706e} TCPHandler: Processed in 0.001290446 sec. 2025.12.24 07:57:00.638022 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:00.638128 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:00.638156 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 600 rows starting from the beginning of the part 2025.12.24 07:57:00.638222 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:00.638277 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:00.638326 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:00.638363 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:00.638407 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:00.639206 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001216754 sec., 739672.9330661744 rows/sec., 49.85 MiB/sec. 2025.12.24 07:57:00.639377 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:00.639622 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.639686 [ 196 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_16_3} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:00.639742 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.12.24 07:57:00.644826 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 19 columns (19 merged, 0 gathered) in 0.008213669 sec., 19723.219915484784 rows/sec., 35.34 MiB/sec. 2025.12.24 07:57:00.645163 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:57:00.645504 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:00.645576 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_11_2} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:57:00.645649 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.12.24 07:57:05.654566 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.654778 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:05.654853 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:05.656177 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.656222 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.656710 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:05.656954 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.657113 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} executeQuery: Read 1250 rows, 106.04 KiB in 0.002391 sec., 522793.8101212882 rows/sec., 43.31 MiB/sec. 2025.12.24 07:57:05.657166 [ 280 ] {55a19568-d963-42fe-b612-570532fa6750} TCPHandler: Processed in 0.002735406 sec. 2025.12.24 07:57:05.657297 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.657403 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:05.657448 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:05.657876 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.657913 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.658234 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:57:05.658455 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.658591 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} executeQuery: Read 27 rows, 2.03 KiB in 0.001213 sec., 22258.86232481451 rows/sec., 1.63 MiB/sec. 2025.12.24 07:57:05.658631 [ 280 ] {3f31a189-4284-4145-ab38-171a41e5444b} TCPHandler: Processed in 0.001388289 sec. 2025.12.24 07:57:05.658738 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.658836 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:57:05.658878 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:57:05.659347 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.659383 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.659707 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:57:05.659923 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.660052 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} executeQuery: Read 228 rows, 15.81 KiB in 0.001236 sec., 184466.01941747573 rows/sec., 12.49 MiB/sec. 2025.12.24 07:57:05.660091 [ 280 ] {dbcb389a-4fab-4be6-850c-25da5ad3fe42} TCPHandler: Processed in 0.00140353 sec. 2025.12.24 07:57:05.660206 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.660301 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:05.660343 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:05.660908 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.660945 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.661303 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:05.661554 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.661686 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} executeQuery: Read 547 rows, 41.57 KiB in 0.001403 sec., 389878.83107626514 rows/sec., 28.93 MiB/sec. 2025.12.24 07:57:05.661725 [ 280 ] {7578fdd2-7e87-4528-a4c6-3fac3b346153} TCPHandler: Processed in 0.001569544 sec. 2025.12.24 07:57:05.661852 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.661949 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:05.661994 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:05.662520 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.662556 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.662938 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:05.663164 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.663297 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} executeQuery: Read 838 rows, 57.76 KiB in 0.001368 sec., 612573.0994152046 rows/sec., 41.23 MiB/sec. 2025.12.24 07:57:05.663334 [ 280 ] {aa81aca0-b56e-4b21-b676-94b348ff162e} TCPHandler: Processed in 0.001533093 sec. 2025.12.24 07:57:05.663450 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.663547 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:05.663603 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} 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.12.24 07:57:05.664353 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.664389 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.664909 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:57:05.665139 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.665274 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} executeQuery: Read 27 rows, 49.54 KiB in 0.001745 sec., 15472.779369627508 rows/sec., 27.73 MiB/sec. 2025.12.24 07:57:05.665324 [ 280 ] {189ceb58-dc77-485f-b7dc-dc57b37274c9} TCPHandler: Processed in 0.001923693 sec. 2025.12.24 07:57:05.665442 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:05.665538 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:05.665579 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:05.665921 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.665956 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.666265 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:05.666505 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.666633 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.12.24 07:57:05.666672 [ 280 ] {9db44fb8-db1d-4d27-b52e-39675a4f98b7} TCPHandler: Processed in 0.001277816 sec. 2025.12.24 07:57:05.818357 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6113 2025.12.24 07:57:05.818771 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:05.818806 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:05.819219 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:57:05.819438 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:05.819552 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6113 2025.12.24 07:57:06.153446 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.12.24 07:57:06.169165 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:06.169224 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:06.175364 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:57:06.176068 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:06.178836 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.12.24 07:57:08.324818 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 394 2025.12.24 07:57:08.326893 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:08.326944 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:08.328093 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:57:08.328428 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:08.328897 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 394 2025.12.24 07:57:10.626743 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:10.626943 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:10.627021 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:10.627745 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:10.627797 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:10.628209 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:10.628439 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:10.628599 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} executeQuery: Read 82 rows, 7.00 KiB in 0.001712 sec., 47897.19626168224 rows/sec., 3.99 MiB/sec. 2025.12.24 07:57:10.628649 [ 280 ] {13c3aa05-f52a-4eb0-a7fb-106a1313cf69} TCPHandler: Processed in 0.002046847 sec. 2025.12.24 07:57:10.628780 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:10.628886 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:10.628931 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:10.629349 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:10.629391 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:10.629707 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:57:10.629922 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:10.630051 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} executeQuery: Read 13 rows, 1001.00 B in 0.00119 sec., 10924.369747899158 rows/sec., 821.46 KiB/sec. 2025.12.24 07:57:10.630089 [ 280 ] {245b45b2-b48c-443e-9545-90503eaf2183} TCPHandler: Processed in 0.001360788 sec. 2025.12.24 07:57:10.630201 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:10.630296 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:10.630335 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:10.630745 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:10.630782 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:10.631088 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:10.631307 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:10.631437 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} executeQuery: Read 77 rows, 6.16 KiB in 0.00116 sec., 66379.31034482758 rows/sec., 5.18 MiB/sec. 2025.12.24 07:57:10.631474 [ 280 ] {f2bc1675-2407-44d0-8182-941ca2d8f8c3} TCPHandler: Processed in 0.001321887 sec. 2025.12.24 07:57:10.631588 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:10.631681 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:10.631726 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:10.632150 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:10.632187 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:10.632514 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:10.632720 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:10.632852 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.12.24 07:57:10.632887 [ 280 ] {460ba8c3-8757-46a9-acef-dfe58f7c4bb6} TCPHandler: Processed in 0.001347168 sec. 2025.12.24 07:57:10.632996 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:10.633090 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:10.633144 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} 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.12.24 07:57:10.633897 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:10.633934 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:10.634445 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:57:10.634660 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:10.634792 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} executeQuery: Read 13 rows, 23.85 KiB in 0.001719 sec., 7562.536358347877 rows/sec., 13.55 MiB/sec. 2025.12.24 07:57:10.634843 [ 280 ] {e9b76837-0792-4e93-9373-d98d884c48ae} TCPHandler: Processed in 0.001896223 sec. 2025.12.24 07:57:10.634963 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:10.635058 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:10.635099 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:10.635430 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:10.635467 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:10.635769 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:10.635977 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:10.636104 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.12.24 07:57:10.636139 [ 280 ] {b3c542b4-638d-4e95-b39f-7d97b026414f} TCPHandler: Processed in 0.001224484 sec. 2025.12.24 07:57:13.247049 [ 145 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:57:13.247115 [ 145 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:57:13.320579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6625 2025.12.24 07:57:13.321086 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:13.321120 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:13.321726 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:57:13.321967 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:13.322108 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6625 2025.12.24 07:57:13.679840 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.12.24 07:57:13.697304 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:13.697369 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:13.702924 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:57:13.703648 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:13.706627 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.12.24 07:57:15.627966 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:15.628149 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:15.628218 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:15.628901 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:15.628952 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:15.629344 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:15.629572 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:15.629728 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} executeQuery: Read 110 rows, 9.48 KiB in 0.001632 sec., 67401.96078431372 rows/sec., 5.67 MiB/sec. 2025.12.24 07:57:15.629774 [ 280 ] {608d3b95-4682-4f15-90ce-489883c19c67} TCPHandler: Processed in 0.001941214 sec. 2025.12.24 07:57:15.629904 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:15.630006 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:15.630047 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:15.630458 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:15.630495 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:15.630786 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:57:15.630989 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:15.631114 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} executeQuery: Read 27 rows, 2.03 KiB in 0.001131 sec., 23872.67904509284 rows/sec., 1.75 MiB/sec. 2025.12.24 07:57:15.631151 [ 280 ] {66b09bae-4d98-41c9-850e-d232c3ff00f4} TCPHandler: Processed in 0.001298726 sec. 2025.12.24 07:57:15.631264 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:15.631357 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:15.631397 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:15.631815 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:15.631852 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:15.632167 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:15.632386 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:15.632510 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} executeQuery: Read 91 rows, 7.28 KiB in 0.00117 sec., 77777.77777777778 rows/sec., 6.07 MiB/sec. 2025.12.24 07:57:15.632545 [ 280 ] {78002248-8d04-4d8d-afaf-79978b6ca036} TCPHandler: Processed in 0.001329127 sec. 2025.12.24 07:57:15.632659 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:15.632753 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:15.632796 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:15.633211 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:15.633247 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:15.633590 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:15.633794 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:15.633917 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} executeQuery: Read 160 rows, 11.41 KiB in 0.001182 sec., 135363.7901861252 rows/sec., 9.43 MiB/sec. 2025.12.24 07:57:15.633952 [ 280 ] {bc9467c5-bec0-4c49-a417-b1f461093216} TCPHandler: Processed in 0.001341357 sec. 2025.12.24 07:57:15.634059 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:15.634152 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:15.634205 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} 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.12.24 07:57:15.634979 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:15.635016 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:15.635537 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:57:15.635763 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:15.635893 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} executeQuery: Read 27 rows, 49.54 KiB in 0.001759 sec., 15349.63047185901 rows/sec., 27.51 MiB/sec. 2025.12.24 07:57:15.635942 [ 280 ] {ff0117d8-7613-45e2-9f82-f2a4c9aafee5} TCPHandler: Processed in 0.001931164 sec. 2025.12.24 07:57:15.636057 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:15.636151 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:15.636191 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:15.636517 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:15.636553 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:15.636864 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:15.637077 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:15.637200 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} executeQuery: Read 60 rows, 4.14 KiB in 0.001068 sec., 56179.77528089888 rows/sec., 3.79 MiB/sec. 2025.12.24 07:57:15.637234 [ 280 ] {03c86e3c-4322-4c29-b9bc-fc5f29df1fc9} TCPHandler: Processed in 0.001226635 sec. 2025.12.24 07:57:17.909177 [ 138 ] {} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 07:57:17.909255 [ 138 ] {} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:17.909279 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:17.909396 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::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.12.24 07:57:17.909551 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:17.909591 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:17.909686 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:17.909737 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 230 rows starting from the beginning of the part 2025.12.24 07:57:17.909782 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part 2025.12.24 07:57:17.909828 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part 2025.12.24 07:57:17.910734 [ 202 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 531 rows, containing 5 columns (5 merged, 0 gathered) in 0.001391549 sec., 381589.1499329165 rows/sec., 28.08 MiB/sec. 2025.12.24 07:57:17.910896 [ 197 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 07:57:17.911173 [ 197 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:17.911244 [ 197 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_5_1} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 07:57:17.911313 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.12.24 07:57:18.329957 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 418 2025.12.24 07:57:18.332005 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:18.332066 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:18.333241 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:57:18.333522 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:18.333867 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 418 2025.12.24 07:57:20.629828 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.630013 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.630081 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:57:20.630721 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.630770 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.631186 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:57:20.631442 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.631598 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} executeQuery: Read 24 rows, 2.04 KiB in 0.001636 sec., 14669.926650366748 rows/sec., 1.22 MiB/sec. 2025.12.24 07:57:20.631639 [ 280 ] {36b94bec-68de-42fd-b839-b042fe86f862} TCPHandler: Processed in 0.001946854 sec. 2025.12.24 07:57:20.631771 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.631869 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:20.631912 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:20.632440 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.632478 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.632812 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:20.633029 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.633162 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} executeQuery: Read 202 rows, 18.46 KiB in 0.001312 sec., 153963.41463414635 rows/sec., 13.74 MiB/sec. 2025.12.24 07:57:20.633199 [ 280 ] {3fcf8b61-8396-4806-9d8f-443d8bd4ca81} TCPHandler: Processed in 0.001478231 sec. 2025.12.24 07:57:20.633315 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.633411 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.633451 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:20.633856 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.633894 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.634198 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:57:20.634421 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.634553 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} executeQuery: Read 25 rows, 1.94 KiB in 0.001161 sec., 21533.161068044792 rows/sec., 1.63 MiB/sec. 2025.12.24 07:57:20.634592 [ 280 ] {33f8ab28-3e13-496f-91cc-8d1c30060fed} TCPHandler: Processed in 0.001326807 sec. 2025.12.24 07:57:20.634702 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.634806 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.634859 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:57:20.635366 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.635408 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.635811 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:57:20.636126 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.636302 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} executeQuery: Read 24 rows, 2.04 KiB in 0.001519 sec., 15799.868334430546 rows/sec., 1.31 MiB/sec. 2025.12.24 07:57:20.636349 [ 280 ] {1be5bac6-fb4a-47c0-b764-03aa43c2fd13} TCPHandler: Processed in 0.001696508 sec. 2025.12.24 07:57:20.636469 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.636571 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.636613 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:57:20.637044 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.637080 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.637411 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:57:20.637646 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.637779 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} executeQuery: Read 12 rows, 960.00 B in 0.001228 sec., 9771.98697068404 rows/sec., 763.44 KiB/sec. 2025.12.24 07:57:20.637819 [ 280 ] {55e0a0d7-fd36-45a7-a6ce-a94c9bbbf3a9} TCPHandler: Processed in 0.001402819 sec. 2025.12.24 07:57:20.637926 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.638023 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:20.638064 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:20.638525 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.638561 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.638882 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:20.639096 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.639227 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} executeQuery: Read 113 rows, 9.41 KiB in 0.001223 sec., 92395.74816026166 rows/sec., 7.52 MiB/sec. 2025.12.24 07:57:20.639265 [ 280 ] {791c7ca6-3737-4b1d-8687-1b9f6e6b5339} TCPHandler: Processed in 0.001389999 sec. 2025.12.24 07:57:20.639384 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.639481 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.639526 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:20.639953 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.639987 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.640333 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:20.640623 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.640763 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} executeQuery: Read 196 rows, 14.40 KiB in 0.0013 sec., 150769.23076923078 rows/sec., 10.82 MiB/sec. 2025.12.24 07:57:20.640801 [ 280 ] {0a4ac680-4f7c-4184-9afa-0817d9f57775} TCPHandler: Processed in 0.001467601 sec. 2025.12.24 07:57:20.640934 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.641032 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.641097 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} 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.12.24 07:57:20.641865 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.641901 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.642429 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:57:20.642654 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.642795 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} executeQuery: Read 13 rows, 23.85 KiB in 0.001781 sec., 7299.270072992701 rows/sec., 13.08 MiB/sec. 2025.12.24 07:57:20.642859 [ 280 ] {3887e522-e726-48d6-91d4-3ac9bf2a614f} TCPHandler: Processed in 0.001976515 sec. 2025.12.24 07:57:20.642982 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:20.643078 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:20.643120 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:20.643473 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.643508 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.643850 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:20.644074 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.644226 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} executeQuery: Read 60 rows, 4.14 KiB in 0.001167 sec., 51413.88174807197 rows/sec., 3.46 MiB/sec. 2025.12.24 07:57:20.644275 [ 280 ] {6cebf0d6-2cd4-4d81-adec-364a37ac47bc} TCPHandler: Processed in 0.001343188 sec. 2025.12.24 07:57:20.822158 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7073 2025.12.24 07:57:20.822596 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:20.822632 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:20.823099 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:57:20.823325 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:20.823455 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7073 2025.12.24 07:57:21.206681 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.12.24 07:57:21.222947 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:21.223012 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:21.228319 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:57:21.229024 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:21.231765 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.12.24 07:57:25.628073 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:25.628276 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:25.628351 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:25.629017 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.629068 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:25.629474 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:57:25.629723 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.629883 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} executeQuery: Read 110 rows, 9.48 KiB in 0.001661 sec., 66225.16556291391 rows/sec., 5.57 MiB/sec. 2025.12.24 07:57:25.629891 [ 127 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:57:25.629933 [ 280 ] {7b181c51-e543-4c03-8620-2c2573cce3c5} TCPHandler: Processed in 0.001996866 sec. 2025.12.24 07:57:25.629961 [ 127 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.629989 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.34 GiB. 2025.12.24 07:57:25.630069 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:25.630089 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:57:25.630181 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:25.630185 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:25.630226 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1407 rows starting from the beginning of the part 2025.12.24 07:57:25.630228 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:25.630289 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1250 rows starting from the beginning of the part 2025.12.24 07:57:25.630337 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 82 rows starting from the beginning of the part 2025.12.24 07:57:25.630382 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 110 rows starting from the beginning of the part 2025.12.24 07:57:25.630422 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 202 rows starting from the beginning of the part 2025.12.24 07:57:25.630462 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 110 rows starting from the beginning of the part 2025.12.24 07:57:25.630688 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.630726 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.631043 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:25.631259 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.631386 [ 127 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:25.631395 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} executeQuery: Read 27 rows, 2.03 KiB in 0.001238 sec., 21809.369951534733 rows/sec., 1.60 MiB/sec. 2025.12.24 07:57:25.631431 [ 127 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.631451 [ 280 ] {3b5f18fe-1e27-4589-a2dd-2826eda4ed89} TCPHandler: Processed in 0.00143562 sec. 2025.12.24 07:57:25.631456 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.631573 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:57:25.631580 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:25.631718 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:25.631724 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:25.631770 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 70 rows starting from the beginning of the part 2025.12.24 07:57:25.631785 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:25.631840 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:25.631890 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:25.631936 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:25.631975 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part 2025.12.24 07:57:25.631973 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3161 rows, containing 5 columns (5 merged, 0 gathered) in 0.001927474 sec., 1639970.2408437156 rows/sec., 143.75 MiB/sec. 2025.12.24 07:57:25.632015 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:25.632224 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.632267 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.632302 [ 194 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:57:25.632626 [ 194 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.632707 [ 194 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_21_4} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:57:25.632762 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:57:25.632800 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 07:57:25.632852 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.001328827 sec., 142230.7042225963 rows/sec., 11.00 MiB/sec. 2025.12.24 07:57:25.633013 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.633128 [ 192 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:25.633141 [ 127 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:57:25.633159 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} executeQuery: Read 91 rows, 7.28 KiB in 0.001457 sec., 62457.10363761153 rows/sec., 4.88 MiB/sec. 2025.12.24 07:57:25.633220 [ 127 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.633230 [ 280 ] {a25a0bc3-85fd-4c82-a1de-960cd525cf01} TCPHandler: Processed in 0.001701498 sec. 2025.12.24 07:57:25.633265 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.633342 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:57:25.633374 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:25.633435 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:25.633462 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 632 rows starting from the beginning of the part 2025.12.24 07:57:25.633474 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:25.633509 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 547 rows starting from the beginning of the part 2025.12.24 07:57:25.633522 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:25.633535 [ 192 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.633548 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part 2025.12.24 07:57:25.633598 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 91 rows starting from the beginning of the part 2025.12.24 07:57:25.633637 [ 192 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_16_3} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:25.633638 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 113 rows starting from the beginning of the part 2025.12.24 07:57:25.633697 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 91 rows starting from the beginning of the part 2025.12.24 07:57:25.633747 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 07:57:25.633936 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.633976 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.634318 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:57:25.634545 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.634656 [ 192 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1551 rows, containing 5 columns (5 merged, 0 gathered) in 0.001340757 sec., 1156809.17571193 rows/sec., 92.16 MiB/sec. 2025.12.24 07:57:25.634660 [ 127 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:57:25.634685 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} executeQuery: Read 160 rows, 11.41 KiB in 0.001232 sec., 129870.12987012987 rows/sec., 9.05 MiB/sec. 2025.12.24 07:57:25.634711 [ 127 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.634733 [ 280 ] {75fd2110-d78b-4394-8a19-7b61d4befcb7} TCPHandler: Processed in 0.00141104 sec. 2025.12.24 07:57:25.634734 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.634802 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:57:25.634828 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:25.634857 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:25.634926 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:25.634958 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:25.634959 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4712 rows starting from the beginning of the part 2025.12.24 07:57:25.635020 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} 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.12.24 07:57:25.635027 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 838 rows starting from the beginning of the part 2025.12.24 07:57:25.635056 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.635080 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:25.635121 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2025.12.24 07:57:25.635129 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_21_4} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:57:25.635161 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 196 rows starting from the beginning of the part 2025.12.24 07:57:25.635201 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 07:57:25.635204 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.12.24 07:57:25.635816 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.635858 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.636433 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:25.636691 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.636811 [ 127 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:25.636839 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} executeQuery: Read 27 rows, 49.54 KiB in 0.0019 sec., 14210.526315789473 rows/sec., 25.46 MiB/sec. 2025.12.24 07:57:25.636849 [ 127 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.636883 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.636918 [ 280 ] {90e7847f-357d-4e8e-8660-d7b0ee5b3c15} TCPHandler: Processed in 0.002111309 sec. 2025.12.24 07:57:25.636980 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:57:25.637046 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:25.637149 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:25.637191 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:25.637264 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:25.637346 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 162 rows starting from the beginning of the part 2025.12.24 07:57:25.637412 [ 195 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6226 rows, containing 5 columns (5 merged, 0 gathered) in 0.002610603 sec., 2384889.6212867294 rows/sec., 164.08 MiB/sec. 2025.12.24 07:57:25.637526 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:25.637533 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.637581 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.637674 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:25.637762 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:57:25.637822 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:25.637941 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:57:25.637968 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:25.638048 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.638118 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:25.638127 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_21_4} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:57:25.638209 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. 2025.12.24 07:57:25.638222 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.638336 [ 127 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:57:25.638360 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} executeQuery: Read 60 rows, 4.14 KiB in 0.001229 sec., 48820.17900732302 rows/sec., 3.29 MiB/sec. 2025.12.24 07:57:25.638372 [ 127 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:25.638401 [ 127 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:25.638403 [ 280 ] {a8990c5f-5b69-437a-8e3b-786654499eaf} TCPHandler: Processed in 0.001407639 sec. 2025.12.24 07:57:25.638472 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:25.638553 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:25.638584 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 900 rows starting from the beginning of the part 2025.12.24 07:57:25.638631 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:25.638670 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:25.638707 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:25.638741 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:25.638776 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:25.639676 [ 186 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1200 rows, containing 4 columns (4 merged, 0 gathered) in 0.001232894 sec., 973319.6852284138 rows/sec., 65.59 MiB/sec. 2025.12.24 07:57:25.639861 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:57:25.640121 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.640184 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_21_4} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:57:25.640243 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.12.24 07:57:25.641423 [ 197 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 269 rows, containing 19 columns (19 merged, 0 gathered) in 0.004491725 sec., 59887.90498082585 rows/sec., 107.32 MiB/sec. 2025.12.24 07:57:25.641837 [ 197 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:25.642148 [ 197 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:25.642211 [ 197 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_16_3} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:25.642315 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.58 MiB. 2025.12.24 07:57:28.247169 [ 98 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:57:28.247278 [ 98 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:57:28.323515 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7585 2025.12.24 07:57:28.324033 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:28.324070 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:28.324537 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:28.324757 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:28.324877 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7585 2025.12.24 07:57:28.324900 [ 98 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:28.324953 [ 98 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:28.324976 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:28.325105 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:57:28.325284 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:28.325322 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5153 rows starting from the beginning of the part 2025.12.24 07:57:28.325386 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:57:28.325429 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:57:28.325472 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:57:28.325511 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:57:28.325550 [ 195 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:57:28.326970 [ 186 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7585 rows, containing 4 columns (4 merged, 0 gathered) in 0.001927844 sec., 3934446.9780749897 rows/sec., 56.28 MiB/sec. 2025.12.24 07:57:28.327367 [ 191 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:28.327629 [ 191 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_16_3} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:28.327700 [ 191 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_16_3} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:28.327787 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.24 07:57:28.333965 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 448 2025.12.24 07:57:28.336041 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:28.336082 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:28.337201 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:57:28.337460 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:28.337639 [ 87 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.24 07:57:28.337683 [ 87 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:28.337705 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:28.337790 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:57:28.337820 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 448 2025.12.24 07:57:28.338327 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:28.338474 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 306 rows starting from the beginning of the part 2025.12.24 07:57:28.338840 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part 2025.12.24 07:57:28.339180 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2025.12.24 07:57:28.339542 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2025.12.24 07:57:28.339872 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:28.340202 [ 187 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part 2025.12.24 07:57:28.345442 [ 195 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 448 rows, containing 72 columns (72 merged, 0 gathered) in 0.007688114 sec., 58271.76860280688 rows/sec., 53.26 MiB/sec. 2025.12.24 07:57:28.346111 [ 195 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.24 07:57:28.346621 [ 195 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:28.346689 [ 195 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_11_2} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.24 07:57:28.346799 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. 2025.12.24 07:57:28.731816 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.12.24 07:57:28.749629 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:28.749695 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:28.756004 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:57:28.756743 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:28.757083 [ 87 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:57:28.757154 [ 87 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:28.757180 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:28.757281 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.759900 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.12.24 07:57:28.761058 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:28.762533 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.767084 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.771713 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.776096 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.780684 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.785129 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:57:28.842518 [ 186 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.085274998 sec., 1418.9387609249782 rows/sec., 7.34 MiB/sec. 2025.12.24 07:57:28.845074 [ 186 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:57:28.847241 [ 186 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_16_3} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:28.847372 [ 186 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_16_3} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:57:28.849335 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.12.24 07:57:29.000184 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 227.01 MiB, peak 236.96 MiB, free memory in arenas 0.00 B, will set to 237.19 MiB (RSS), difference: 10.18 MiB 2025.12.24 07:57:29.001210 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000814723 sec. 2025.12.24 07:57:30.628316 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:30.628606 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:30.628708 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:30.629621 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:30.629659 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:30.630051 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:57:30.630273 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:30.630417 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} executeQuery: Read 82 rows, 7.00 KiB in 0.001888 sec., 43432.20338983051 rows/sec., 3.62 MiB/sec. 2025.12.24 07:57:30.630458 [ 280 ] {acf1d154-4da9-4d66-996e-3001946d53c3} TCPHandler: Processed in 0.002334656 sec. 2025.12.24 07:57:30.630582 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:30.630677 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:30.630717 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:30.631116 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:30.631151 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:30.631441 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:30.631650 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:30.631773 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} executeQuery: Read 13 rows, 1001.00 B in 0.001114 sec., 11669.658886894076 rows/sec., 877.50 KiB/sec. 2025.12.24 07:57:30.631808 [ 280 ] {be25991f-6651-4bdf-8e8e-32e2968f5e82} TCPHandler: Processed in 0.001275515 sec. 2025.12.24 07:57:30.631918 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:30.632011 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:30.632050 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:30.632457 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:30.632492 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:30.632782 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:57:30.632995 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:30.633114 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} executeQuery: Read 77 rows, 6.16 KiB in 0.001121 sec., 68688.67082961641 rows/sec., 5.36 MiB/sec. 2025.12.24 07:57:30.633150 [ 280 ] {da0327f2-ca59-4f80-814e-f6a2075d32b2} TCPHandler: Processed in 0.001280575 sec. 2025.12.24 07:57:30.633263 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:30.633356 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:30.633398 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:30.633795 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:30.633830 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:30.634161 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:57:30.634366 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:30.634487 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} executeQuery: Read 160 rows, 11.41 KiB in 0.001149 sec., 139251.5230635335 rows/sec., 9.70 MiB/sec. 2025.12.24 07:57:30.634522 [ 280 ] {45ab9ecb-36ba-4810-bd65-ad6df2f65d83} TCPHandler: Processed in 0.001307187 sec. 2025.12.24 07:57:30.634632 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:30.634724 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:30.634776 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} 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.12.24 07:57:30.635547 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:30.635584 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:30.636102 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:30.636316 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:30.636446 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} executeQuery: Read 13 rows, 23.85 KiB in 0.001739 sec., 7475.560667050028 rows/sec., 13.40 MiB/sec. 2025.12.24 07:57:30.636497 [ 280 ] {3e44bd70-19a5-4cdf-8f84-4a18e2705977} TCPHandler: Processed in 0.001913204 sec. 2025.12.24 07:57:30.636614 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:30.636711 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:30.636752 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:30.637083 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:30.637118 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:30.637425 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:57:30.637628 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:30.637748 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} executeQuery: Read 60 rows, 4.14 KiB in 0.001056 sec., 56818.181818181816 rows/sec., 3.83 MiB/sec. 2025.12.24 07:57:30.637783 [ 280 ] {2bd0334d-1c36-4501-9eb4-2ec749a813ba} TCPHandler: Processed in 0.001221394 sec. 2025.12.24 07:57:33.265975 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44322 2025.12.24 07:57:33.266094 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.266120 [ 292 ] {} TCP-Session: 03905f23-6fde-4bc2-9abb-131c0dc60bec Authenticating user 'default' from [fd00:1122:3344:101::e]:44322 2025.12.24 07:57:33.266142 [ 292 ] {} TCP-Session: 03905f23-6fde-4bc2-9abb-131c0dc60bec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.266154 [ 292 ] {} TCP-Session: 03905f23-6fde-4bc2-9abb-131c0dc60bec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.266363 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59359 2025.12.24 07:57:33.266375 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63380 2025.12.24 07:57:33.266420 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63196 2025.12.24 07:57:33.266433 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54299 2025.12.24 07:57:33.266442 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57449 2025.12.24 07:57:33.266405 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62418 2025.12.24 07:57:33.266393 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55962 2025.12.24 07:57:33.266556 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.266394 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46983 2025.12.24 07:57:33.266600 [ 293 ] {} TCP-Session: dd2592f5-4653-440f-8adb-97c5b06e13e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59359 2025.12.24 07:57:33.266634 [ 293 ] {} TCP-Session: dd2592f5-4653-440f-8adb-97c5b06e13e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.266647 [ 293 ] {} TCP-Session: dd2592f5-4653-440f-8adb-97c5b06e13e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.266681 [ 292 ] {} TCP-Session: 03905f23-6fde-4bc2-9abb-131c0dc60bec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:33.266852 [ 292 ] {0842fa05-852f-434a-9200-0c30805715ac} executeQuery: (from [fd00:1122:3344:101::e]:44322) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:57:33.267003 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267008 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267048 [ 295 ] {} TCP-Session: f402469d-c17a-4d92-8daf-4ee4ffcb2e76 Authenticating user 'default' from [fd00:1122:3344:101::e]:55962 2025.12.24 07:57:33.267072 [ 290 ] {} TCP-Session: 6d58ffb1-9f06-4448-9265-1e338ce494ac Authenticating user 'default' from [fd00:1122:3344:101::e]:57449 2025.12.24 07:57:33.267092 [ 295 ] {} TCP-Session: f402469d-c17a-4d92-8daf-4ee4ffcb2e76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267102 [ 290 ] {} TCP-Session: 6d58ffb1-9f06-4448-9265-1e338ce494ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267113 [ 295 ] {} TCP-Session: f402469d-c17a-4d92-8daf-4ee4ffcb2e76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267124 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267131 [ 290 ] {} TCP-Session: 6d58ffb1-9f06-4448-9265-1e338ce494ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267131 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267167 [ 297 ] {} TCP-Session: 026d162b-b7dd-4cd0-baf6-ff2d1f97b03c Authenticating user 'default' from [fd00:1122:3344:101::e]:62418 2025.12.24 07:57:33.267196 [ 275 ] {} TCP-Session: caecd745-2b15-4e01-a255-a8b0c8c1beaa Authenticating user 'default' from [fd00:1122:3344:101::e]:54299 2025.12.24 07:57:33.267198 [ 297 ] {} TCP-Session: 026d162b-b7dd-4cd0-baf6-ff2d1f97b03c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267214 [ 275 ] {} TCP-Session: caecd745-2b15-4e01-a255-a8b0c8c1beaa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267218 [ 297 ] {} TCP-Session: 026d162b-b7dd-4cd0-baf6-ff2d1f97b03c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267228 [ 275 ] {} TCP-Session: caecd745-2b15-4e01-a255-a8b0c8c1beaa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267270 [ 292 ] {0842fa05-852f-434a-9200-0c30805715ac} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:57:33.267327 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267327 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267365 [ 298 ] {} TCP-Session: 3babae9e-4ecd-45fa-9ebf-fb9f916bccbc Authenticating user 'default' from [fd00:1122:3344:101::e]:63196 2025.12.24 07:57:33.267331 [ 292 ] {0842fa05-852f-434a-9200-0c30805715ac} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:57:33.267393 [ 298 ] {} TCP-Session: 3babae9e-4ecd-45fa-9ebf-fb9f916bccbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267383 [ 294 ] {} TCP-Session: 9c5a65a0-96b2-4502-9117-a804e22be38a Authenticating user 'default' from [fd00:1122:3344:101::e]:63380 2025.12.24 07:57:33.267418 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.267435 [ 294 ] {} TCP-Session: 9c5a65a0-96b2-4502-9117-a804e22be38a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267417 [ 298 ] {} TCP-Session: 3babae9e-4ecd-45fa-9ebf-fb9f916bccbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267472 [ 294 ] {} TCP-Session: 9c5a65a0-96b2-4502-9117-a804e22be38a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267471 [ 296 ] {} TCP-Session: 8b6f1c1d-de6a-4063-8de9-639882b3fabf Authenticating user 'default' from [fd00:1122:3344:101::e]:46983 2025.12.24 07:57:33.267519 [ 296 ] {} TCP-Session: 8b6f1c1d-de6a-4063-8de9-639882b3fabf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267540 [ 296 ] {} TCP-Session: 8b6f1c1d-de6a-4063-8de9-639882b3fabf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.267708 [ 292 ] {0842fa05-852f-434a-9200-0c30805715ac} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:57:33.268930 [ 319 ] {0842fa05-852f-434a-9200-0c30805715ac} AggregatingTransform: Aggregating 2025.12.24 07:57:33.268990 [ 319 ] {0842fa05-852f-434a-9200-0c30805715ac} Aggregator: Aggregation method: without_key 2025.12.24 07:57:33.269037 [ 319 ] {0842fa05-852f-434a-9200-0c30805715ac} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001228014 sec. (814.323 rows/sec., 31.81 KiB/sec.) 2025.12.24 07:57:33.269063 [ 319 ] {0842fa05-852f-434a-9200-0c30805715ac} Aggregator: Merging aggregated data 2025.12.24 07:57:33.270343 [ 292 ] {0842fa05-852f-434a-9200-0c30805715ac} executeQuery: Read 1 rows, 40.00 B in 0.003549 sec., 281.7695125387433 rows/sec., 11.01 KiB/sec. 2025.12.24 07:57:33.270472 [ 292 ] {0842fa05-852f-434a-9200-0c30805715ac} TCPHandler: Processed in 0.004086343 sec. 2025.12.24 07:57:33.270627 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270652 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270664 [ 292 ] {} TCP-Session: 03905f23-6fde-4bc2-9abb-131c0dc60bec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270673 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270697 [ 293 ] {} TCP-Session: dd2592f5-4653-440f-8adb-97c5b06e13e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270714 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270736 [ 295 ] {} TCP-Session: f402469d-c17a-4d92-8daf-4ee4ffcb2e76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270747 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270767 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270785 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270797 [ 294 ] {} TCP-Session: 9c5a65a0-96b2-4502-9117-a804e22be38a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270817 [ 297 ] {} TCP-Session: 026d162b-b7dd-4cd0-baf6-ff2d1f97b03c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270831 [ 290 ] {} TCP-Session: 6d58ffb1-9f06-4448-9265-1e338ce494ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270775 [ 298 ] {} TCP-Session: 3babae9e-4ecd-45fa-9ebf-fb9f916bccbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270726 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270689 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.270918 [ 296 ] {} TCP-Session: 8b6f1c1d-de6a-4063-8de9-639882b3fabf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.270943 [ 275 ] {} TCP-Session: caecd745-2b15-4e01-a255-a8b0c8c1beaa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.292469 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50740 2025.12.24 07:57:33.292545 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.292569 [ 292 ] {} TCP-Session: e16f45b0-7fe4-4571-80fe-ef2e4d6b0e45 Authenticating user 'default' from [fd00:1122:3344:101::e]:50740 2025.12.24 07:57:33.292594 [ 292 ] {} TCP-Session: e16f45b0-7fe4-4571-80fe-ef2e4d6b0e45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.292611 [ 292 ] {} TCP-Session: e16f45b0-7fe4-4571-80fe-ef2e4d6b0e45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.292810 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62030 2025.12.24 07:57:33.292834 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57877 2025.12.24 07:57:33.292850 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56784 2025.12.24 07:57:33.292885 [ 292 ] {} TCP-Session: e16f45b0-7fe4-4571-80fe-ef2e4d6b0e45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:33.292903 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.292924 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.292950 [ 293 ] {} TCP-Session: ae308bdc-95cf-4ed0-a45d-7602bc6cd1dd Authenticating user 'default' from [fd00:1122:3344:101::e]:62030 2025.12.24 07:57:33.292956 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.292968 [ 295 ] {} TCP-Session: a5771956-005a-4869-9d99-8744294eab8d Authenticating user 'default' from [fd00:1122:3344:101::e]:57877 2025.12.24 07:57:33.292980 [ 293 ] {} TCP-Session: ae308bdc-95cf-4ed0-a45d-7602bc6cd1dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293009 [ 296 ] {} TCP-Session: ea698c4a-1b34-457f-bada-7a42b96b4af7 Authenticating user 'default' from [fd00:1122:3344:101::e]:56784 2025.12.24 07:57:33.293016 [ 295 ] {} TCP-Session: a5771956-005a-4869-9d99-8744294eab8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293026 [ 293 ] {} TCP-Session: ae308bdc-95cf-4ed0-a45d-7602bc6cd1dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293037 [ 292 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} executeQuery: (from [fd00:1122:3344:101::e]:50740) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:57:33.293054 [ 295 ] {} TCP-Session: a5771956-005a-4869-9d99-8744294eab8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293048 [ 296 ] {} TCP-Session: ea698c4a-1b34-457f-bada-7a42b96b4af7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.292891 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59889 2025.12.24 07:57:33.293135 [ 296 ] {} TCP-Session: ea698c4a-1b34-457f-bada-7a42b96b4af7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.292884 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36982 2025.12.24 07:57:33.292873 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44692 2025.12.24 07:57:33.293186 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.292855 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57247 2025.12.24 07:57:33.293225 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.293236 [ 290 ] {} TCP-Session: 068ebd11-183a-4e18-8767-de0b9411c6d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:59889 2025.12.24 07:57:33.293260 [ 292 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:57:33.293269 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.293291 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.293314 [ 292 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:57:33.293315 [ 298 ] {} TCP-Session: 33f20f01-20e9-4804-977e-afb9ab0a923a Authenticating user 'default' from [fd00:1122:3344:101::e]:44692 2025.12.24 07:57:33.293332 [ 297 ] {} TCP-Session: 84e506b4-663d-487e-919e-0525defa98c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:57247 2025.12.24 07:57:33.293277 [ 290 ] {} TCP-Session: 068ebd11-183a-4e18-8767-de0b9411c6d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293371 [ 297 ] {} TCP-Session: 84e506b4-663d-487e-919e-0525defa98c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293362 [ 298 ] {} TCP-Session: 33f20f01-20e9-4804-977e-afb9ab0a923a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293381 [ 290 ] {} TCP-Session: 068ebd11-183a-4e18-8767-de0b9411c6d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293401 [ 297 ] {} TCP-Session: 84e506b4-663d-487e-919e-0525defa98c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293409 [ 298 ] {} TCP-Session: 33f20f01-20e9-4804-977e-afb9ab0a923a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293266 [ 275 ] {} TCP-Session: bbfb90f5-40ed-467b-a443-53cab59f943e Authenticating user 'default' from [fd00:1122:3344:101::e]:36982 2025.12.24 07:57:33.292814 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43221 2025.12.24 07:57:33.293473 [ 275 ] {} TCP-Session: bbfb90f5-40ed-467b-a443-53cab59f943e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293504 [ 275 ] {} TCP-Session: bbfb90f5-40ed-467b-a443-53cab59f943e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293534 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.293562 [ 294 ] {} TCP-Session: 6dad2311-f744-4a92-8336-55ffce671fab Authenticating user 'default' from [fd00:1122:3344:101::e]:43221 2025.12.24 07:57:33.293571 [ 292 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:57:33.293582 [ 294 ] {} TCP-Session: 6dad2311-f744-4a92-8336-55ffce671fab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.293612 [ 294 ] {} TCP-Session: 6dad2311-f744-4a92-8336-55ffce671fab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.294424 [ 314 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} AggregatingTransform: Aggregating 2025.12.24 07:57:33.294475 [ 314 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} Aggregator: Aggregation method: without_key 2025.12.24 07:57:33.294509 [ 314 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000834524 sec. (1198.288 rows/sec., 46.81 KiB/sec.) 2025.12.24 07:57:33.294527 [ 314 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} Aggregator: Merging aggregated data 2025.12.24 07:57:33.296067 [ 292 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} executeQuery: Read 1 rows, 40.00 B in 0.00307 sec., 325.73289902280135 rows/sec., 12.72 KiB/sec. 2025.12.24 07:57:33.296193 [ 292 ] {f7dcc424-04ac-4b53-8518-e9e6d7e39128} TCPHandler: Processed in 0.003402805 sec. 2025.12.24 07:57:33.296315 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296340 [ 292 ] {} TCP-Session: e16f45b0-7fe4-4571-80fe-ef2e4d6b0e45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296350 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296370 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296396 [ 294 ] {} TCP-Session: 6dad2311-f744-4a92-8336-55ffce671fab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296402 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296437 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296460 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296472 [ 295 ] {} TCP-Session: a5771956-005a-4869-9d99-8744294eab8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296490 [ 297 ] {} TCP-Session: 84e506b4-663d-487e-919e-0525defa98c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296515 [ 296 ] {} TCP-Session: ea698c4a-1b34-457f-bada-7a42b96b4af7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296476 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296420 [ 290 ] {} TCP-Session: 068ebd11-183a-4e18-8767-de0b9411c6d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296580 [ 275 ] {} TCP-Session: bbfb90f5-40ed-467b-a443-53cab59f943e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296401 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296440 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.296636 [ 293 ] {} TCP-Session: ae308bdc-95cf-4ed0-a45d-7602bc6cd1dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.296661 [ 298 ] {} TCP-Session: 33f20f01-20e9-4804-977e-afb9ab0a923a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360117 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38798 2025.12.24 07:57:33.360216 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.360242 [ 292 ] {} TCP-Session: 7c349a76-a9b2-4834-9243-7c7250b32a2f Authenticating user 'default' from [fd00:1122:3344:101::e]:38798 2025.12.24 07:57:33.360265 [ 292 ] {} TCP-Session: 7c349a76-a9b2-4834-9243-7c7250b32a2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360279 [ 292 ] {} TCP-Session: 7c349a76-a9b2-4834-9243-7c7250b32a2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360508 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48518 2025.12.24 07:57:33.360521 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37753 2025.12.24 07:57:33.360555 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54677 2025.12.24 07:57:33.360587 [ 292 ] {} TCP-Session: 7c349a76-a9b2-4834-9243-7c7250b32a2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:33.360632 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.360544 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35864 2025.12.24 07:57:33.360672 [ 293 ] {} TCP-Session: 566fbcb7-2a73-4683-bd56-de6820a9516c Authenticating user 'default' from [fd00:1122:3344:101::e]:48518 2025.12.24 07:57:33.360675 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.360663 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.360731 [ 298 ] {} TCP-Session: b2418550-409f-4654-b96f-eb806138f79a Authenticating user 'default' from [fd00:1122:3344:101::e]:54677 2025.12.24 07:57:33.360748 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.360786 [ 292 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} executeQuery: (from [fd00:1122:3344:101::e]:38798) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:57:33.360797 [ 298 ] {} TCP-Session: b2418550-409f-4654-b96f-eb806138f79a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360812 [ 297 ] {} TCP-Session: 802a4e62-3d46-4c84-a7f8-760ac18c70c0 Authenticating user 'default' from [fd00:1122:3344:101::e]:35864 2025.12.24 07:57:33.360837 [ 298 ] {} TCP-Session: b2418550-409f-4654-b96f-eb806138f79a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360860 [ 297 ] {} TCP-Session: 802a4e62-3d46-4c84-a7f8-760ac18c70c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360761 [ 295 ] {} TCP-Session: c2f84193-2ad9-4954-8941-2d3ddd4e2492 Authenticating user 'default' from [fd00:1122:3344:101::e]:37753 2025.12.24 07:57:33.360890 [ 297 ] {} TCP-Session: 802a4e62-3d46-4c84-a7f8-760ac18c70c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360530 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53564 2025.12.24 07:57:33.360934 [ 295 ] {} TCP-Session: c2f84193-2ad9-4954-8941-2d3ddd4e2492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360510 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61116 2025.12.24 07:57:33.360978 [ 295 ] {} TCP-Session: c2f84193-2ad9-4954-8941-2d3ddd4e2492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.360719 [ 293 ] {} TCP-Session: 566fbcb7-2a73-4683-bd56-de6820a9516c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.361022 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.361046 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.361061 [ 293 ] {} TCP-Session: 566fbcb7-2a73-4683-bd56-de6820a9516c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.361090 [ 294 ] {} TCP-Session: e2f8e1b3-4ae1-41d3-a5b4-2c11236dab93 Authenticating user 'default' from [fd00:1122:3344:101::e]:61116 2025.12.24 07:57:33.361079 [ 296 ] {} TCP-Session: 77effd21-1dd8-4ea6-803e-641d5ef360c4 Authenticating user 'default' from [fd00:1122:3344:101::e]:53564 2025.12.24 07:57:33.361122 [ 294 ] {} TCP-Session: e2f8e1b3-4ae1-41d3-a5b4-2c11236dab93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.361134 [ 292 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:57:33.361149 [ 294 ] {} TCP-Session: e2f8e1b3-4ae1-41d3-a5b4-2c11236dab93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.361142 [ 296 ] {} TCP-Session: 77effd21-1dd8-4ea6-803e-641d5ef360c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.361218 [ 296 ] {} TCP-Session: 77effd21-1dd8-4ea6-803e-641d5ef360c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.361221 [ 292 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:57:33.361522 [ 292 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:57:33.362513 [ 320 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} AggregatingTransform: Aggregating 2025.12.24 07:57:33.362567 [ 320 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} Aggregator: Aggregation method: without_key 2025.12.24 07:57:33.362607 [ 320 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000983397 sec. (1016.883 rows/sec., 39.72 KiB/sec.) 2025.12.24 07:57:33.362628 [ 320 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} Aggregator: Merging aggregated data 2025.12.24 07:57:33.364034 [ 292 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} executeQuery: Read 1 rows, 40.00 B in 0.003301 sec., 302.9385034837928 rows/sec., 11.83 KiB/sec. 2025.12.24 07:57:33.364191 [ 292 ] {f781af24-bcba-4c61-8c38-c106b7ae666e} TCPHandler: Processed in 0.003717454 sec. 2025.12.24 07:57:33.364296 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364330 [ 292 ] {} TCP-Session: 7c349a76-a9b2-4834-9243-7c7250b32a2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.364331 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364348 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364388 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364403 [ 293 ] {} TCP-Session: 566fbcb7-2a73-4683-bd56-de6820a9516c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.364426 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364434 [ 295 ] {} TCP-Session: c2f84193-2ad9-4954-8941-2d3ddd4e2492 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.364459 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364480 [ 296 ] {} TCP-Session: 77effd21-1dd8-4ea6-803e-641d5ef360c4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.364508 [ 298 ] {} TCP-Session: b2418550-409f-4654-b96f-eb806138f79a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.364439 [ 294 ] {} TCP-Session: e2f8e1b3-4ae1-41d3-a5b4-2c11236dab93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.364366 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:57:33.364616 [ 297 ] {} TCP-Session: 802a4e62-3d46-4c84-a7f8-760ac18c70c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.365425 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34317 2025.12.24 07:57:33.365468 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33806 2025.12.24 07:57:33.365490 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.365514 [ 290 ] {} TCP-Session: 7d88d483-795f-430c-a6e3-d2a501ab8e20 Authenticating user 'default' from [fd00:1122:3344:101::e]:34317 2025.12.24 07:57:33.365531 [ 290 ] {} TCP-Session: 7d88d483-795f-430c-a6e3-d2a501ab8e20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.365534 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:57:33.365546 [ 290 ] {} TCP-Session: 7d88d483-795f-430c-a6e3-d2a501ab8e20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.365561 [ 275 ] {} TCP-Session: 41d15b06-52c8-4da6-9ffd-d866a855bd63 Authenticating user 'default' from [fd00:1122:3344:101::e]:33806 2025.12.24 07:57:33.365580 [ 275 ] {} TCP-Session: 41d15b06-52c8-4da6-9ffd-d866a855bd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.365594 [ 275 ] {} TCP-Session: 41d15b06-52c8-4da6-9ffd-d866a855bd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.383722 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34317). (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.12.24 07:57:33.383906 [ 290 ] {} TCP-Session: 7d88d483-795f-430c-a6e3-d2a501ab8e20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:33.383919 [ 275 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:33806). (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.12.24 07:57:33.383968 [ 275 ] {} TCP-Session: 41d15b06-52c8-4da6-9ffd-d866a855bd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:57:35.654900 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.655082 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:57:35.655153 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:57:35.655815 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.655868 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.656276 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.24 07:57:35.656505 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.656664 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} executeQuery: Read 4 rows, 334.00 B in 0.001633 sec., 2449.479485609308 rows/sec., 199.74 KiB/sec. 2025.12.24 07:57:35.656715 [ 280 ] {a683bd27-976a-480d-aeef-ee4ff462c7f3} TCPHandler: Processed in 0.001951294 sec. 2025.12.24 07:57:35.656857 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.656969 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:35.657016 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:35.658085 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.658128 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.658667 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:57:35.658895 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.659040 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} executeQuery: Read 1252 rows, 106.19 KiB in 0.002096 sec., 597328.2442748091 rows/sec., 49.47 MiB/sec. 2025.12.24 07:57:35.659081 [ 280 ] {415fae08-1cb4-4c2c-bab8-030e4a31f375} TCPHandler: Processed in 0.002276194 sec. 2025.12.24 07:57:35.659212 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.659312 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:35.659356 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:35.659803 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.659843 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.660184 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:35.660400 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.660541 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} executeQuery: Read 31 rows, 2.31 KiB in 0.001251 sec., 24780.175859312552 rows/sec., 1.80 MiB/sec. 2025.12.24 07:57:35.660582 [ 280 ] {6fe7f385-3ea9-483d-b12a-d3cafa71c35a} TCPHandler: Processed in 0.001418819 sec. 2025.12.24 07:57:35.660720 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.660817 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:57:35.660858 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:57:35.661362 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.661405 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.661859 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:57:35.662146 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.662311 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} executeQuery: Read 228 rows, 15.81 KiB in 0.001512 sec., 150793.65079365077 rows/sec., 10.21 MiB/sec. 2025.12.24 07:57:35.662359 [ 280 ] {73ee43e9-7b6c-4db1-9260-09934aef0a71} TCPHandler: Processed in 0.001686927 sec. 2025.12.24 07:57:35.662476 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.662580 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:35.662622 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:35.663227 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.663265 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.663629 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:57:35.663859 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.663991 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} executeQuery: Read 551 rows, 41.89 KiB in 0.00143 sec., 385314.6853146853 rows/sec., 28.61 MiB/sec. 2025.12.24 07:57:35.664029 [ 280 ] {28474efd-1c70-48f0-b5d4-82a5f153fd10} TCPHandler: Processed in 0.001604775 sec. 2025.12.24 07:57:35.664159 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.664254 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:35.664300 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:35.664884 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.664921 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.665342 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:57:35.665558 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.665689 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} executeQuery: Read 846 rows, 58.31 KiB in 0.001454 sec., 581843.1911966988 rows/sec., 39.16 MiB/sec. 2025.12.24 07:57:35.665726 [ 280 ] {14d305d7-161a-4e7b-8616-c81d0b8c49b5} TCPHandler: Processed in 0.001618285 sec. 2025.12.24 07:57:35.665844 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.665938 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:35.665993 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} 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.12.24 07:57:35.666791 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.666827 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.667375 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:35.667609 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.667756 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} executeQuery: Read 27 rows, 49.54 KiB in 0.001836 sec., 14705.882352941177 rows/sec., 26.35 MiB/sec. 2025.12.24 07:57:35.667820 [ 280 ] {c0ea2d12-74c5-4b70-8b4d-66390bf65a10} TCPHandler: Processed in 0.002025466 sec. 2025.12.24 07:57:35.667935 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:35.668030 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:35.668072 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:35.668418 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.668455 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.668761 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:57:35.668981 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.669122 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.12.24 07:57:35.669179 [ 280 ] {a67a738e-36b4-4f3e-aec9-6f2b98062f76} TCPHandler: Processed in 0.001292736 sec. 2025.12.24 07:57:35.825928 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8033 2025.12.24 07:57:35.826396 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:35.826441 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:35.826971 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:35.827211 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:35.827353 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8033 2025.12.24 07:57:36.260943 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.12.24 07:57:36.275626 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:36.275675 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:36.281896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:57:36.282592 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:36.285252 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.12.24 07:57:38.338920 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 482 2025.12.24 07:57:38.341233 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:38.341294 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:38.342488 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:57:38.342766 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:38.343124 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 482 2025.12.24 07:57:40.627286 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:40.627461 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:40.627526 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:40.628177 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:40.628217 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:40.628650 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:57:40.628927 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:40.629103 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} executeQuery: Read 84 rows, 7.20 KiB in 0.001689 sec., 49733.5701598579 rows/sec., 4.16 MiB/sec. 2025.12.24 07:57:40.629159 [ 280 ] {be3b1ea5-fd59-4d28-8b25-d4ea58d03e4e} TCPHandler: Processed in 0.001999966 sec. 2025.12.24 07:57:40.629301 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:40.629416 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:40.629465 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:40.629953 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:40.629995 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:40.630361 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:40.630618 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:40.630752 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} executeQuery: Read 14 rows, 1.05 KiB in 0.001365 sec., 10256.410256410258 rows/sec., 771.23 KiB/sec. 2025.12.24 07:57:40.630790 [ 280 ] {32dc1786-6c4f-4137-bdc0-a0b51f0642d5} TCPHandler: Processed in 0.001550213 sec. 2025.12.24 07:57:40.630911 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:40.631009 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:40.631051 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:40.631470 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:40.631505 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:40.631805 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:57:40.632023 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:40.632148 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} executeQuery: Read 78 rows, 6.24 KiB in 0.001158 sec., 67357.51295336788 rows/sec., 5.26 MiB/sec. 2025.12.24 07:57:40.632185 [ 280 ] {61bc6866-5be8-4d5e-a9a4-5d754812569c} TCPHandler: Processed in 0.001331757 sec. 2025.12.24 07:57:40.632305 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:40.632399 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:40.632444 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:40.632848 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:40.632884 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:40.633211 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:57:40.633421 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:40.633546 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.12.24 07:57:40.633582 [ 280 ] {641d92ae-d1c9-43b8-a8ee-ce6733a19b54} TCPHandler: Processed in 0.001326247 sec. 2025.12.24 07:57:40.633694 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:40.633789 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:40.633843 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} 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.12.24 07:57:40.634589 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:40.634625 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:40.635134 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:40.635356 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:40.635491 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} executeQuery: Read 14 rows, 25.69 KiB in 0.00172 sec., 8139.53488372093 rows/sec., 14.59 MiB/sec. 2025.12.24 07:57:40.635552 [ 280 ] {fac78549-b663-48dc-b1dd-318efeba1a49} TCPHandler: Processed in 0.001906553 sec. 2025.12.24 07:57:40.635677 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:40.635772 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:40.635815 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:40.636154 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:40.636188 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:40.636523 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:57:40.636749 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:40.636883 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2025.12.24 07:57:40.636922 [ 280 ] {d6ec06cb-a9c3-4115-808f-0dd29a776a20} TCPHandler: Processed in 0.001294596 sec. 2025.12.24 07:57:43.247363 [ 29 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:57:43.247467 [ 29 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:57:43.328390 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8545 2025.12.24 07:57:43.328946 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:43.328982 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:43.329462 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:43.329687 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:43.329813 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8545 2025.12.24 07:57:43.786279 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.12.24 07:57:43.802648 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:43.802713 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:43.809079 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:57:43.809805 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:43.812786 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.12.24 07:57:45.627385 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:45.627561 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:45.627629 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:45.628307 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:45.628356 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:45.628764 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:57:45.628996 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:45.629151 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} executeQuery: Read 110 rows, 9.48 KiB in 0.00164 sec., 67073.17073170732 rows/sec., 5.64 MiB/sec. 2025.12.24 07:57:45.629200 [ 280 ] {3df61078-4ecb-4d8d-b8c1-acd449aa563a} TCPHandler: Processed in 0.001947074 sec. 2025.12.24 07:57:45.629342 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:45.629438 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:45.629478 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:45.629905 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:45.629942 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:45.630233 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:45.630441 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:45.630566 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} executeQuery: Read 27 rows, 2.03 KiB in 0.001146 sec., 23560.20942408377 rows/sec., 1.73 MiB/sec. 2025.12.24 07:57:45.630603 [ 280 ] {a1c26c87-81b9-4b30-9fa1-0e00b7c396bc} TCPHandler: Processed in 0.001310257 sec. 2025.12.24 07:57:45.630719 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:45.630813 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:45.630853 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:45.631275 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:45.631311 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:45.631624 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:57:45.631829 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:45.631957 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} executeQuery: Read 91 rows, 7.28 KiB in 0.001162 sec., 78313.25301204818 rows/sec., 6.12 MiB/sec. 2025.12.24 07:57:45.631994 [ 280 ] {58e1d7ac-a515-41ad-8c7a-796d415eb454} TCPHandler: Processed in 0.001322477 sec. 2025.12.24 07:57:45.632112 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:45.632206 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:45.632249 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:45.632655 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:45.632691 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:45.633016 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:57:45.633228 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:45.633358 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001169 sec., 136869.11890504707 rows/sec., 9.53 MiB/sec. 2025.12.24 07:57:45.633394 [ 280 ] {4fecd62e-9da5-42b5-ad3d-63171362e9ac} TCPHandler: Processed in 0.001329747 sec. 2025.12.24 07:57:45.633503 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:45.633598 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:45.633653 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} 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.12.24 07:57:45.634461 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:45.634496 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:45.635037 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:45.635259 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:45.635392 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} executeQuery: Read 27 rows, 49.54 KiB in 0.001812 sec., 14900.662251655629 rows/sec., 26.70 MiB/sec. 2025.12.24 07:57:45.635442 [ 280 ] {5ce2c0f1-4e96-49db-8f64-e792439f6c6e} TCPHandler: Processed in 0.001986905 sec. 2025.12.24 07:57:45.635556 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:45.635651 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:45.635691 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:45.636024 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:45.636060 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:45.636376 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:57:45.636614 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:45.636745 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} executeQuery: Read 60 rows, 4.14 KiB in 0.001112 sec., 53956.8345323741 rows/sec., 3.64 MiB/sec. 2025.12.24 07:57:45.636781 [ 280 ] {0ffc2015-b1e2-4b15-8a85-f793b18677b8} TCPHandler: Processed in 0.001273565 sec. 2025.12.24 07:57:48.344210 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 506 2025.12.24 07:57:48.346271 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:48.346325 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:48.347530 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:57:48.347796 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:48.348151 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 506 2025.12.24 07:57:50.629992 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.630175 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.630244 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:57:50.630877 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.630931 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.631353 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:57:50.631608 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.631774 [ 50 ] {} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 07:57:50.631779 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} executeQuery: Read 24 rows, 2.04 KiB in 0.001654 sec., 14510.278113663844 rows/sec., 1.20 MiB/sec. 2025.12.24 07:57:50.631850 [ 50 ] {} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.631878 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.631890 [ 280 ] {451791a9-a276-444e-95a5-f0b2b5c1fdc3} TCPHandler: Processed in 0.002032387 sec. 2025.12.24 07:57:50.631983 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::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.12.24 07:57:50.632020 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.632103 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.632130 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:57:50.632143 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:50.632188 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:57:50.632222 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:50.632277 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:50.632344 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:50.632390 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.12.24 07:57:50.632615 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.632661 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.633027 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:57:50.633227 [ 193 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001289456 sec., 93062.50077552084 rows/sec., 8.08 MiB/sec. 2025.12.24 07:57:50.633272 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.633367 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 07:57:50.633419 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} executeQuery: Read 14 rows, 1.14 KiB in 0.001314 sec., 10654.490106544901 rows/sec., 868.80 KiB/sec. 2025.12.24 07:57:50.633464 [ 280 ] {96ce5f4a-ce40-4e4f-82d5-cc9309da31ff} TCPHandler: Processed in 0.001495861 sec. 2025.12.24 07:57:50.633586 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.633639 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.633686 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:50.633710 [ 198 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_5_1} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 07:57:50.633733 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:50.633792 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 07:57:50.634222 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.634264 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.634628 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:57:50.634842 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.634952 [ 50 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:57:50.634976 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} executeQuery: Read 211 rows, 19.17 KiB in 0.001311 sec., 160945.84286803965 rows/sec., 14.28 MiB/sec. 2025.12.24 07:57:50.634990 [ 50 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.635015 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.635019 [ 280 ] {5e8d84bc-a7ac-4e2c-b354-b2be2ef88a58} TCPHandler: Processed in 0.001483052 sec. 2025.12.24 07:57:50.635119 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:57:50.635212 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.635253 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.635292 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1407 rows starting from the beginning of the part 2025.12.24 07:57:50.635312 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.635357 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:50.635357 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 82 rows starting from the beginning of the part 2025.12.24 07:57:50.635443 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1252 rows starting from the beginning of the part 2025.12.24 07:57:50.635508 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 84 rows starting from the beginning of the part 2025.12.24 07:57:50.635556 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 110 rows starting from the beginning of the part 2025.12.24 07:57:50.635600 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:57:50.635801 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.635843 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.636160 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:57:50.636389 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.636502 [ 50 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:57:50.636526 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} executeQuery: Read 40 rows, 2.99 KiB in 0.001233 sec., 32441.200324412006 rows/sec., 2.37 MiB/sec. 2025.12.24 07:57:50.636539 [ 50 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.636568 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.636571 [ 280 ] {edd9a2bd-8804-4d25-9a6a-58a78cd61b87} TCPHandler: Processed in 0.001406269 sec. 2025.12.24 07:57:50.636633 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:57:50.636696 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.636715 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.636746 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 70 rows starting from the beginning of the part 2025.12.24 07:57:50.636794 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:50.636796 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.636838 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 31 rows starting from the beginning of the part 2025.12.24 07:57:50.636853 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:57:50.636880 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.12.24 07:57:50.636929 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:50.636968 [ 198 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:57:50.637264 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.637300 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3146 rows, containing 5 columns (5 merged, 0 gathered) in 0.002231182 sec., 1410014.9606800342 rows/sec., 123.53 MiB/sec. 2025.12.24 07:57:50.637306 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.637522 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:57:50.637692 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:57:50.637819 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 5 columns (5 merged, 0 gathered) in 0.001208124 sec., 161407.2727633918 rows/sec., 12.41 MiB/sec. 2025.12.24 07:57:50.637870 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.637958 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_26_5} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:57:50.637962 [ 190 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:57:50.637991 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.638050 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.12.24 07:57:50.638137 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} executeQuery: Read 24 rows, 2.04 KiB in 0.001359 sec., 17660.044150110374 rows/sec., 1.47 MiB/sec. 2025.12.24 07:57:50.638182 [ 280 ] {dca8ccfc-a81a-4232-aee6-a9d53cae41cc} TCPHandler: Processed in 0.001533403 sec. 2025.12.24 07:57:50.638257 [ 190 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.638299 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.638326 [ 190 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_21_4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:57:50.638400 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.638403 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 07:57:50.638448 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:57:50.638846 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.638886 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.639212 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.24 07:57:50.639437 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.639584 [ 50 ] {} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 07:57:50.639600 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} executeQuery: Read 12 rows, 960.00 B in 0.001216 sec., 9868.421052631578 rows/sec., 770.97 KiB/sec. 2025.12.24 07:57:50.639625 [ 50 ] {} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.639657 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.639671 [ 280 ] {7e36d650-a15c-42a0-b138-98bca282fdc8} TCPHandler: Processed in 0.00141849 sec. 2025.12.24 07:57:50.639737 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:57:50.639821 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.639844 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.639881 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.12.24 07:57:50.639928 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:50.639937 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:57:50.639979 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:50.639998 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:57:50.640043 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.12.24 07:57:50.640087 [ 200 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:57:50.640457 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.640499 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.640735 [ 188 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001031119 sec., 58189.20997479437 rows/sec., 4.66 MiB/sec. 2025.12.24 07:57:50.640846 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:57:50.640891 [ 193 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 07:57:50.641082 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.641163 [ 193 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.641204 [ 82 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:57:50.641218 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} executeQuery: Read 128 rows, 10.64 KiB in 0.001316 sec., 97264.4376899696 rows/sec., 7.89 MiB/sec. 2025.12.24 07:57:50.641230 [ 193 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_5_1} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 07:57:50.641249 [ 82 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.641271 [ 280 ] {feaf5620-4652-488d-85d8-cecf47aaf920} TCPHandler: Processed in 0.001509242 sec. 2025.12.24 07:57:50.641278 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.641317 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 07:57:50.641397 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.641398 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:57:50.641502 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.641514 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.641551 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 632 rows starting from the beginning of the part 2025.12.24 07:57:50.641561 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:50.641597 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part 2025.12.24 07:57:50.641640 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 551 rows starting from the beginning of the part 2025.12.24 07:57:50.641675 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 78 rows starting from the beginning of the part 2025.12.24 07:57:50.641712 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 91 rows starting from the beginning of the part 2025.12.24 07:57:50.641749 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 128 rows starting from the beginning of the part 2025.12.24 07:57:50.641988 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.642028 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.642407 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:57:50.642623 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.642710 [ 193 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1557 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342417 sec., 1159848.24387653 rows/sec., 92.43 MiB/sec. 2025.12.24 07:57:50.642731 [ 82 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:57:50.642753 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} executeQuery: Read 203 rows, 14.89 KiB in 0.001271 sec., 159716.75845790716 rows/sec., 11.44 MiB/sec. 2025.12.24 07:57:50.642767 [ 82 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.642793 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.642796 [ 280 ] {6f30c151-7b3a-40ce-86f8-44078623fb1f} TCPHandler: Processed in 0.001452141 sec. 2025.12.24 07:57:50.642860 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:57:50.642873 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:50.642927 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.642975 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.643008 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6226 rows starting from the beginning of the part 2025.12.24 07:57:50.643030 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.643064 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:50.643091 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} 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.12.24 07:57:50.643110 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.643112 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 846 rows starting from the beginning of the part 2025.12.24 07:57:50.643165 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:57:50.643185 [ 200 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_26_5} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:57:50.643204 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2025.12.24 07:57:50.643248 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 07:57:50.643248 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 203 rows starting from the beginning of the part 2025.12.24 07:57:50.643865 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.643906 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.644495 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:57:50.644734 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.644850 [ 82 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:57:50.644880 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} executeQuery: Read 14 rows, 25.69 KiB in 0.001867 sec., 7498.660953401179 rows/sec., 13.44 MiB/sec. 2025.12.24 07:57:50.644887 [ 82 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.644920 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.644955 [ 280 ] {71456d96-48fc-4d7c-953a-10fd4763da66} TCPHandler: Processed in 0.002078828 sec. 2025.12.24 07:57:50.644988 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:57:50.645079 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:50.645157 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.645174 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:50.645209 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 269 rows starting from the beginning of the part 2025.12.24 07:57:50.645217 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:50.645345 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part 2025.12.24 07:57:50.645450 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:50.645548 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part 2025.12.24 07:57:50.645586 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.645621 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.645643 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 27 rows starting from the beginning of the part 2025.12.24 07:57:50.645741 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part 2025.12.24 07:57:50.645887 [ 196 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7755 rows, containing 5 columns (5 merged, 0 gathered) in 0.003049245 sec., 2543252.5100475694 rows/sec., 174.88 MiB/sec. 2025.12.24 07:57:50.645935 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:57:50.646167 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.646270 [ 82 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:57:50.646297 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} executeQuery: Read 60 rows, 4.14 KiB in 0.001142 sec., 52539.404553415065 rows/sec., 3.54 MiB/sec. 2025.12.24 07:57:50.646302 [ 82 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.646336 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.646340 [ 280 ] {681b93ee-9efd-4678-8713-32e2b6f5ed27} TCPHandler: Processed in 0.001312067 sec. 2025.12.24 07:57:50.646406 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:50.646486 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:57:50.646496 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:57:50.646534 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1200 rows starting from the beginning of the part 2025.12.24 07:57:50.646578 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:50.646617 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:50.646653 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:50.646687 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2025.12.24 07:57:50.646724 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:57:50.646796 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.646876 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_26_5} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:57:50.646970 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. 2025.12.24 07:57:50.647762 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1500 rows, containing 4 columns (4 merged, 0 gathered) in 0.001386348 sec., 1081979.416423582 rows/sec., 72.92 MiB/sec. 2025.12.24 07:57:50.648002 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:57:50.648293 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.648365 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_26_5} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:57:50.648435 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.12.24 07:57:50.649073 [ 193 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 364 rows, containing 19 columns (19 merged, 0 gathered) in 0.004113915 sec., 88480.19465642824 rows/sec., 158.55 MiB/sec. 2025.12.24 07:57:50.649788 [ 194 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:57:50.650135 [ 194 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.650208 [ 194 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_21_4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:57:50.650324 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.07 MiB. 2025.12.24 07:57:50.830863 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8993 2025.12.24 07:57:50.831490 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:50.831530 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:50.831960 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:50.832181 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:50.832302 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8993 2025.12.24 07:57:51.000176 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 241.17 MiB, peak 248.14 MiB, free memory in arenas 0.00 B, will set to 242.79 MiB (RSS), difference: 1.62 MiB 2025.12.24 07:57:51.313825 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.12.24 07:57:51.330813 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:51.330872 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:51.337044 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:57:51.337757 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:51.340712 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.12.24 07:57:55.627613 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:55.627825 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:57:55.627902 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:57:55.628593 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:55.628643 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:55.629049 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:57:55.629276 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:55.629441 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} executeQuery: Read 110 rows, 9.48 KiB in 0.00167 sec., 65868.26347305388 rows/sec., 5.54 MiB/sec. 2025.12.24 07:57:55.629489 [ 280 ] {2c6ae081-bf6d-4042-a099-6a8b4038d1fd} TCPHandler: Processed in 0.002022247 sec. 2025.12.24 07:57:55.629623 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:55.629726 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:57:55.629770 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:57:55.630187 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:55.630224 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:55.630558 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:57:55.630767 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:55.630898 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} executeQuery: Read 27 rows, 2.03 KiB in 0.001195 sec., 22594.142259414224 rows/sec., 1.66 MiB/sec. 2025.12.24 07:57:55.630937 [ 280 ] {327592dd-278c-42dc-8dbf-c90e36a12a05} TCPHandler: Processed in 0.001366708 sec. 2025.12.24 07:57:55.631055 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:55.631153 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:57:55.631194 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:57:55.631610 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:55.631646 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:55.631952 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:57:55.632162 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:55.632290 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} executeQuery: Read 91 rows, 7.28 KiB in 0.001157 sec., 78651.68539325842 rows/sec., 6.14 MiB/sec. 2025.12.24 07:57:55.632328 [ 280 ] {ecdd7cc5-4cbe-48a4-9be6-5d6e1fba0f3f} TCPHandler: Processed in 0.001322457 sec. 2025.12.24 07:57:55.632440 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:55.632545 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:55.632590 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:57:55.632990 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:55.633026 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:55.633365 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:57:55.633592 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:55.633728 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001201 sec., 133222.31473771855 rows/sec., 9.28 MiB/sec. 2025.12.24 07:57:55.633766 [ 280 ] {0dfce947-c7ee-4f55-b654-262f72ced8ab} TCPHandler: Processed in 0.001374749 sec. 2025.12.24 07:57:55.633885 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:55.633982 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:57:55.634038 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} 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.12.24 07:57:55.634836 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:55.634872 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:55.635438 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:57:55.635692 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:55.635843 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} executeQuery: Read 27 rows, 49.54 KiB in 0.001879 sec., 14369.345396487493 rows/sec., 25.75 MiB/sec. 2025.12.24 07:57:55.635919 [ 280 ] {0be4d5e4-c02d-426f-a9cc-cf6a50090ab4} TCPHandler: Processed in 0.002089658 sec. 2025.12.24 07:57:55.636039 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:57:55.636135 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:57:55.636179 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:57:55.636584 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:55.636630 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:55.637041 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:57:55.637270 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:55.637399 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} executeQuery: Read 60 rows, 4.14 KiB in 0.001282 sec., 46801.872074882995 rows/sec., 3.15 MiB/sec. 2025.12.24 07:57:55.637434 [ 280 ] {4bb85e48-531a-421a-a134-f0fa75f5d138} TCPHandler: Processed in 0.00144546 sec. 2025.12.24 07:57:58.247570 [ 72 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:57:58.247660 [ 72 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:57:58.332364 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9505 2025.12.24 07:57:58.332958 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:58.333007 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:58.333511 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:58.333743 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:58.333869 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9505 2025.12.24 07:57:58.348259 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 538 2025.12.24 07:57:58.350609 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:58.350654 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:58.351830 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:57:58.352116 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:58.352402 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 538 2025.12.24 07:57:58.840764 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.12.24 07:57:58.858259 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:57:58.858319 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:57:58.864284 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:57:58.864989 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:57:58.868152 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.12.24 07:58:00.627417 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:00.627707 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:00.627814 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:00.628667 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:00.628713 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:00.629113 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:00.629344 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:00.629500 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} executeQuery: Read 84 rows, 7.20 KiB in 0.00187 sec., 44919.786096256685 rows/sec., 3.76 MiB/sec. 2025.12.24 07:58:00.629549 [ 280 ] {2ac2ec7c-2fa5-406d-a01e-4e873039b89f} TCPHandler: Processed in 0.002313804 sec. 2025.12.24 07:58:00.629669 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:00.629771 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:00.629815 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:00.630225 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:00.630262 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:00.630562 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:58:00.630786 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:00.630916 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} executeQuery: Read 14 rows, 1.05 KiB in 0.001169 sec., 11976.047904191617 rows/sec., 900.54 KiB/sec. 2025.12.24 07:58:00.630954 [ 280 ] {e3396b0f-a50e-4a45-814e-6174ce8db32f} TCPHandler: Processed in 0.001334757 sec. 2025.12.24 07:58:00.631064 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:00.631160 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:00.631200 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:00.631618 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:00.631654 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:00.631970 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:00.632176 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:00.632302 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} executeQuery: Read 78 rows, 6.24 KiB in 0.001161 sec., 67183.46253229975 rows/sec., 5.25 MiB/sec. 2025.12.24 07:58:00.632338 [ 280 ] {da253ac7-9f35-4bb0-9f91-4a2d88c95637} TCPHandler: Processed in 0.001321287 sec. 2025.12.24 07:58:00.632446 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:00.632540 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:00.632582 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:00.632983 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:00.633019 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:00.633346 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:00.633557 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:00.633684 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} executeQuery: Read 160 rows, 11.41 KiB in 0.001163 sec., 137575.23645743766 rows/sec., 9.58 MiB/sec. 2025.12.24 07:58:00.633719 [ 280 ] {e2636887-d775-4087-9641-599e935cab50} TCPHandler: Processed in 0.001320187 sec. 2025.12.24 07:58:00.633818 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:00.633910 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:00.633963 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} 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.12.24 07:58:00.634716 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:00.634752 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:00.635296 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:58:00.635523 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:00.635657 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} executeQuery: Read 14 rows, 25.69 KiB in 0.001765 sec., 7932.011331444759 rows/sec., 14.21 MiB/sec. 2025.12.24 07:58:00.635710 [ 280 ] {b2ca8cfe-620e-48f0-915e-1ccaf1198096} TCPHandler: Processed in 0.001939434 sec. 2025.12.24 07:58:00.635832 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:00.635926 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:00.635967 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:00.636292 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:00.636326 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:00.636623 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:00.636829 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:00.636951 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.12.24 07:58:00.636986 [ 280 ] {faac584f-4c5f-457b-8788-cf9bc57d69c5} TCPHandler: Processed in 0.001213594 sec. 2025.12.24 07:58:02.423465 [ 92 ] {} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.24 07:58:02.423593 [ 92 ] {} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:02.423624 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:02.423799 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::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.12.24 07:58:02.424048 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:02.424115 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.24 07:58:02.424231 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.12.24 07:58:02.424312 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:02.424389 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2025.12.24 07:58:02.424461 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:02.425758 [ 194 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 5 columns (5 merged, 0 gathered) in 0.002036897 sec., 22583.37068590115 rows/sec., 1.88 MiB/sec. 2025.12.24 07:58:02.425995 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.24 07:58:02.426359 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:02.426469 [ 189 ] {3cb306df-31d8-43cb-b6ea-40c9a997fddd::all_1_5_1} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.24 07:58:02.426599 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 07:58:05.654492 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.654779 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:05.654886 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:05.656430 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.656479 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.656988 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:58:05.657215 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.657364 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} executeQuery: Read 1250 rows, 106.04 KiB in 0.002664 sec., 469219.2192192192 rows/sec., 38.87 MiB/sec. 2025.12.24 07:58:05.657405 [ 280 ] {877b1e62-dc6f-476f-8515-79ab70952853} TCPHandler: Processed in 0.003047215 sec. 2025.12.24 07:58:05.657531 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.657628 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:05.657668 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:05.658092 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.658127 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.658451 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:58:05.658671 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.658798 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} executeQuery: Read 27 rows, 2.03 KiB in 0.00119 sec., 22689.0756302521 rows/sec., 1.67 MiB/sec. 2025.12.24 07:58:05.658835 [ 280 ] {a7caaedf-8efc-4003-b9f2-8cc416dc0db4} TCPHandler: Processed in 0.001356638 sec. 2025.12.24 07:58:05.658944 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.659038 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:58:05.659077 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:58:05.659537 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.659572 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.659922 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:58:05.660127 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.660252 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} executeQuery: Read 228 rows, 15.81 KiB in 0.001233 sec., 184914.84184914842 rows/sec., 12.52 MiB/sec. 2025.12.24 07:58:05.660290 [ 280 ] {99633d34-db63-4aa4-ae93-3e61513cf94f} TCPHandler: Processed in 0.001396148 sec. 2025.12.24 07:58:05.660391 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.660484 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:05.660524 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:05.661073 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.661109 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.661440 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:58:05.661644 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.661769 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} executeQuery: Read 547 rows, 41.57 KiB in 0.001303 sec., 419800.46047582506 rows/sec., 31.15 MiB/sec. 2025.12.24 07:58:05.661807 [ 280 ] {50930f2b-9022-4701-b35c-7b30072e9551} TCPHandler: Processed in 0.001465951 sec. 2025.12.24 07:58:05.661918 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.662013 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:05.662057 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:05.662595 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.662631 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.663021 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:58:05.663225 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.663351 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} executeQuery: Read 844 rows, 58.17 KiB in 0.001356 sec., 622418.8790560472 rows/sec., 41.89 MiB/sec. 2025.12.24 07:58:05.663387 [ 280 ] {4547db9d-858e-409a-941c-84bbae807373} TCPHandler: Processed in 0.001519393 sec. 2025.12.24 07:58:05.663497 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.663598 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:05.663653 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} 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.12.24 07:58:05.664463 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.664499 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.665063 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:58:05.665296 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.665430 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} executeQuery: Read 27 rows, 49.54 KiB in 0.001851 sec., 14586.709886547813 rows/sec., 26.14 MiB/sec. 2025.12.24 07:58:05.665484 [ 280 ] {9320c7f5-477f-4036-9fc0-f7ef082aee43} TCPHandler: Processed in 0.002037726 sec. 2025.12.24 07:58:05.665596 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:05.665692 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:05.665733 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:05.666062 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.666097 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.666405 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:58:05.666618 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.666742 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2025.12.24 07:58:05.666777 [ 280 ] {5ec41b79-1a3c-4a27-80d7-d81a486e3716} TCPHandler: Processed in 0.001231774 sec. 2025.12.24 07:58:05.833950 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9953 2025.12.24 07:58:05.834736 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.834829 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.835401 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:58:05.835650 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.835784 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9953 2025.12.24 07:58:05.835786 [ 121 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:58:05.835842 [ 121 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:05.835866 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:05.835996 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:05.836167 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:05.836208 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7585 rows starting from the beginning of the part 2025.12.24 07:58:05.836299 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:05.836359 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:05.836400 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:05.836448 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:05.836490 [ 200 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:05.838789 [ 189 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9953 rows, containing 4 columns (4 merged, 0 gathered) in 0.00285583 sec., 3485151.4270807435 rows/sec., 49.86 MiB/sec. 2025.12.24 07:58:05.839220 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:58:05.839576 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_21_4} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:05.839658 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_21_4} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:58:05.839759 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.24 07:58:06.368214 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.12.24 07:58:06.386025 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:06.386094 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:06.391986 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:58:06.392737 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:06.393051 [ 121 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:58:06.393148 [ 121 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:06.393184 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:06.393355 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.396050 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.12.24 07:58:06.397742 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:06.399460 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.404352 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.408850 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.413242 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.417735 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.422127 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:06.471001 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.077727168 sec., 2045.6167912871854 rows/sec., 10.58 MiB/sec. 2025.12.24 07:58:06.472556 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:58:06.474118 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_21_4} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:06.474204 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_21_4} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:58:06.475575 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2025.12.24 07:58:07.000234 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 246.03 MiB, peak 256.57 MiB, free memory in arenas 0.00 B, will set to 250.57 MiB (RSS), difference: 4.54 MiB 2025.12.24 07:58:08.352574 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 564 2025.12.24 07:58:08.355273 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:08.355332 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:08.356584 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:58:08.356853 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:08.357244 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 564 2025.12.24 07:58:10.627725 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:10.627904 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:10.627971 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:10.628671 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:10.628714 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:10.629110 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:58:10.629341 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:10.629497 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} executeQuery: Read 84 rows, 7.20 KiB in 0.001642 sec., 51157.12545676005 rows/sec., 4.28 MiB/sec. 2025.12.24 07:58:10.629548 [ 280 ] {b45036ef-b86c-404c-866c-f18f9710829c} TCPHandler: Processed in 0.001957175 sec. 2025.12.24 07:58:10.629686 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:10.629797 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:10.629843 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:10.630269 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:10.630307 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:10.630675 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:58:10.630906 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:10.631041 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} executeQuery: Read 14 rows, 1.05 KiB in 0.001268 sec., 11041.009463722397 rows/sec., 830.23 KiB/sec. 2025.12.24 07:58:10.631080 [ 280 ] {521ceb74-72e6-43e1-8c24-032126781ca2} TCPHandler: Processed in 0.00144892 sec. 2025.12.24 07:58:10.631182 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:10.631279 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:10.631321 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:10.631738 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:10.631773 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:10.632074 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:58:10.632269 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:10.632386 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} executeQuery: Read 78 rows, 6.24 KiB in 0.001179 sec., 66157.76081424937 rows/sec., 5.17 MiB/sec. 2025.12.24 07:58:10.632420 [ 280 ] {90ba125e-eeb5-4ec9-8569-fdf40fd0e381} TCPHandler: Processed in 0.001341697 sec. 2025.12.24 07:58:10.632522 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:10.632682 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:10.632727 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:10.633134 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:10.633171 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:10.633514 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:58:10.633737 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:10.633867 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} executeQuery: Read 160 rows, 11.41 KiB in 0.001204 sec., 132890.36544850498 rows/sec., 9.26 MiB/sec. 2025.12.24 07:58:10.633906 [ 280 ] {7886d1da-7ce1-49bd-82de-0c180746f4f9} TCPHandler: Processed in 0.001369488 sec. 2025.12.24 07:58:10.634011 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:10.634111 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:10.634168 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} 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.12.24 07:58:10.634965 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:10.635002 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:10.635582 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:58:10.635833 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:10.635984 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} executeQuery: Read 14 rows, 25.69 KiB in 0.001891 sec., 7403.490216816499 rows/sec., 13.27 MiB/sec. 2025.12.24 07:58:10.636047 [ 280 ] {ae82e0a3-202c-4676-9b96-14b4497d6243} TCPHandler: Processed in 0.002084608 sec. 2025.12.24 07:58:10.636159 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:10.636253 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:10.636294 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:10.636636 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:10.636672 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:10.636995 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:58:10.637233 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:10.637359 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2025.12.24 07:58:10.637395 [ 280 ] {f78a172b-7081-43be-ab7b-3e9b7a849c0e} TCPHandler: Processed in 0.001283626 sec. 2025.12.24 07:58:13.247729 [ 112 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:58:13.247793 [ 112 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:58:13.336052 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10465 2025.12.24 07:58:13.336841 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:13.336885 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:13.337502 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:58:13.337727 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:13.337852 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10465 2025.12.24 07:58:13.896322 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.12.24 07:58:13.912757 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:13.912823 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:13.918665 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:58:13.919393 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:13.922256 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.12.24 07:58:15.628213 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:15.628395 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:15.628465 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:15.629180 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.629232 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.629665 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:58:15.629897 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.630043 [ 108 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:58:15.630059 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} executeQuery: Read 110 rows, 9.48 KiB in 0.001715 sec., 64139.9416909621 rows/sec., 5.40 MiB/sec. 2025.12.24 07:58:15.630114 [ 108 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.630134 [ 280 ] {9289c00a-5a91-466c-822c-7c77f9f6d46a} TCPHandler: Processed in 0.002052398 sec. 2025.12.24 07:58:15.630140 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.630270 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:15.630277 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:58:15.630377 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:15.630426 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:15.630433 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:15.630479 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1409 rows starting from the beginning of the part 2025.12.24 07:58:15.630545 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 110 rows starting from the beginning of the part 2025.12.24 07:58:15.630591 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 84 rows starting from the beginning of the part 2025.12.24 07:58:15.630637 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1250 rows starting from the beginning of the part 2025.12.24 07:58:15.630677 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 84 rows starting from the beginning of the part 2025.12.24 07:58:15.630722 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 110 rows starting from the beginning of the part 2025.12.24 07:58:15.630890 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.630934 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.631264 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:58:15.631494 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.631622 [ 108 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:58:15.631642 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} executeQuery: Read 27 rows, 2.03 KiB in 0.001288 sec., 20962.732919254657 rows/sec., 1.54 MiB/sec. 2025.12.24 07:58:15.631667 [ 108 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.631691 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.631697 [ 280 ] {4ac26d88-18f6-4005-b0b8-f28c994be095} TCPHandler: Processed in 0.001477551 sec. 2025.12.24 07:58:15.631781 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:58:15.631829 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:15.631870 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:15.631902 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 71 rows starting from the beginning of the part 2025.12.24 07:58:15.631925 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:15.631963 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:15.631966 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:15.632009 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:15.632058 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:15.632103 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:15.632147 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:15.632226 [ 197 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 3047 rows, containing 5 columns (5 merged, 0 gathered) in 0.002009296 sec., 1516451.5332733456 rows/sec., 132.40 MiB/sec. 2025.12.24 07:58:15.632413 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.632449 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.632478 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:58:15.632770 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.632872 [ 199 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_31_6} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:58:15.632933 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:58:15.632958 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 07:58:15.633007 [ 195 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.001268616 sec., 141886.9066762519 rows/sec., 10.93 MiB/sec. 2025.12.24 07:58:15.633164 [ 199 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:58:15.633180 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.633305 [ 108 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:58:15.633328 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} executeQuery: Read 91 rows, 7.28 KiB in 0.001424 sec., 63904.49438202247 rows/sec., 4.99 MiB/sec. 2025.12.24 07:58:15.633343 [ 108 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.633373 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.633373 [ 280 ] {4f7bfe13-4c20-42a2-b77a-01c00266f03d} TCPHandler: Processed in 0.001593674 sec. 2025.12.24 07:58:15.633455 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:58:15.633467 [ 199 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.633504 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:15.633556 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:15.633558 [ 199 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_26_5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:58:15.633589 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 633 rows starting from the beginning of the part 2025.12.24 07:58:15.633606 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:15.633649 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 91 rows starting from the beginning of the part 2025.12.24 07:58:15.633651 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:15.633656 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 07:58:15.633699 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 78 rows starting from the beginning of the part 2025.12.24 07:58:15.633750 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 547 rows starting from the beginning of the part 2025.12.24 07:58:15.633791 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 78 rows starting from the beginning of the part 2025.12.24 07:58:15.633833 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 91 rows starting from the beginning of the part 2025.12.24 07:58:15.634086 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.634124 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.634462 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:58:15.634699 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.634804 [ 189 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 5 columns (5 merged, 0 gathered) in 0.001384709 sec., 1096259.214029807 rows/sec., 87.02 MiB/sec. 2025.12.24 07:58:15.634809 [ 108 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:58:15.634829 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} executeQuery: Read 160 rows, 11.41 KiB in 0.001244 sec., 128617.36334405144 rows/sec., 8.96 MiB/sec. 2025.12.24 07:58:15.634861 [ 108 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.634883 [ 280 ] {23ff47c4-d7ed-4731-8974-a7f3b44e15e7} TCPHandler: Processed in 0.00142701 sec. 2025.12.24 07:58:15.634885 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.634962 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:58:15.634972 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:58:15.635004 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:15.635076 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:15.635101 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:15.635110 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7755 rows starting from the beginning of the part 2025.12.24 07:58:15.635164 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} 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.12.24 07:58:15.635174 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.12.24 07:58:15.635223 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:58:15.635222 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.635263 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 844 rows starting from the beginning of the part 2025.12.24 07:58:15.635304 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:58:15.635315 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_31_6} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:58:15.635339 [ 199 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.12.24 07:58:15.635384 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.12.24 07:58:15.635978 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.636015 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.636583 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:58:15.636812 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.636919 [ 108 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:58:15.636947 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} executeQuery: Read 27 rows, 49.54 KiB in 0.001864 sec., 14484.978540772532 rows/sec., 25.96 MiB/sec. 2025.12.24 07:58:15.636949 [ 108 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.636987 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.637008 [ 280 ] {c9b67aa9-c537-4832-b98d-95e4cf8e7f83} TCPHandler: Processed in 0.002051487 sec. 2025.12.24 07:58:15.637058 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:58:15.637133 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:15.637214 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:15.637226 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:15.637256 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 364 rows starting from the beginning of the part 2025.12.24 07:58:15.637267 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:15.637354 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:15.637446 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:15.637535 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:15.637611 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.637620 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:15.637646 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:15.637711 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:15.637952 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:58:15.638166 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.638279 [ 109 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:58:15.638296 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.12.24 07:58:15.638317 [ 109 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:15.638332 [ 280 ] {0bc4d77a-df77-4608-b5c1-6fa5a97c9819} TCPHandler: Processed in 0.001247114 sec. 2025.12.24 07:58:15.638338 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:15.638408 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:58:15.638431 [ 198 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9239 rows, containing 5 columns (5 merged, 0 gathered) in 0.003482447 sec., 2653019.557799444 rows/sec., 182.24 MiB/sec. 2025.12.24 07:58:15.638502 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:15.638531 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1500 rows starting from the beginning of the part 2025.12.24 07:58:15.638573 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.12.24 07:58:15.638615 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:58:15.638646 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:58:15.638663 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.12.24 07:58:15.638718 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:58:15.638763 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.12.24 07:58:15.638916 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.638991 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_31_6} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:58:15.639067 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. 2025.12.24 07:58:15.639654 [ 187 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1800 rows, containing 4 columns (4 merged, 0 gathered) in 0.001277465 sec., 1409040.5607981433 rows/sec., 94.96 MiB/sec. 2025.12.24 07:58:15.639931 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:58:15.640238 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.640326 [ 198 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_31_6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:58:15.640420 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2025.12.24 07:58:15.641318 [ 198 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 473 rows, containing 19 columns (19 merged, 0 gathered) in 0.0042908 sec., 110235.85345390136 rows/sec., 197.54 MiB/sec. 2025.12.24 07:58:15.642164 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:58:15.642577 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:15.642644 [ 189 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_26_5} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:58:15.642717 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.31 MiB. 2025.12.24 07:58:16.000264 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 251.77 MiB, peak 261.40 MiB, free memory in arenas 0.00 B, will set to 253.25 MiB (RSS), difference: 1.48 MiB 2025.12.24 07:58:17.039261 [ 106 ] {} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 07:58:17.039371 [ 106 ] {} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:17.039413 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:17.039589 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::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.12.24 07:58:17.039770 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:17.039828 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 254 rows starting from the beginning of the part 2025.12.24 07:58:17.039937 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.12.24 07:58:17.040018 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part 2025.12.24 07:58:17.040089 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.12.24 07:58:17.040156 [ 198 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part 2025.12.24 07:58:17.041124 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001599715 sec., 473834.4017528122 rows/sec., 34.57 MiB/sec. 2025.12.24 07:58:17.041315 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 07:58:17.041598 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:17.041673 [ 189 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_9_2} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 07:58:17.041768 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 07:58:18.357733 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 588 2025.12.24 07:58:18.359919 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:18.359977 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:18.361172 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:58:18.361452 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:18.361601 [ 107 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.24 07:58:18.361646 [ 107 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:18.361669 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:18.361786 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:58:18.361818 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 588 2025.12.24 07:58:18.362337 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:18.362479 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 448 rows starting from the beginning of the part 2025.12.24 07:58:18.362842 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part 2025.12.24 07:58:18.363175 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.12.24 07:58:18.363495 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:58:18.363855 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part 2025.12.24 07:58:18.364162 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:58:18.370362 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 72 columns (72 merged, 0 gathered) in 0.008630521 sec., 68130.30175119208 rows/sec., 59.02 MiB/sec. 2025.12.24 07:58:18.371194 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.24 07:58:18.371726 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:18.371805 [ 198 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_16_3} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.24 07:58:18.371997 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. 2025.12.24 07:58:20.630491 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.630674 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.630741 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:58:20.631406 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.631453 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.631834 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:58:20.632100 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.632263 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} executeQuery: Read 24 rows, 2.04 KiB in 0.00164 sec., 14634.146341463415 rows/sec., 1.21 MiB/sec. 2025.12.24 07:58:20.632315 [ 280 ] {934f2137-fdfc-4163-a3ea-13e9f6ca0c27} TCPHandler: Processed in 0.001954835 sec. 2025.12.24 07:58:20.632457 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.632562 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:20.632608 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:20.633137 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.633176 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.633529 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:58:20.633744 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.633879 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} executeQuery: Read 204 rows, 18.66 KiB in 0.001341 sec., 152125.27964205816 rows/sec., 13.59 MiB/sec. 2025.12.24 07:58:20.633917 [ 280 ] {0c928e4a-383d-4680-877d-50933ab48978} TCPHandler: Processed in 0.001515482 sec. 2025.12.24 07:58:20.634045 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.634142 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.634185 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:20.634602 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.634638 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.634952 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:58:20.635168 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.635298 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} executeQuery: Read 26 rows, 2.01 KiB in 0.001175 sec., 22127.659574468085 rows/sec., 1.67 MiB/sec. 2025.12.24 07:58:20.635336 [ 280 ] {95c3f509-d569-44fc-8d9c-701ec95498d5} TCPHandler: Processed in 0.001341627 sec. 2025.12.24 07:58:20.635453 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.635549 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.635589 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:58:20.635992 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.636028 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.636326 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.24 07:58:20.636544 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.636671 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} executeQuery: Read 24 rows, 2.04 KiB in 0.001141 sec., 21034.180543382994 rows/sec., 1.75 MiB/sec. 2025.12.24 07:58:20.636709 [ 280 ] {b21c61c6-ebcf-4892-a64a-a169eaec3c7a} TCPHandler: Processed in 0.001305936 sec. 2025.12.24 07:58:20.636826 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.636923 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.636964 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:58:20.637368 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.637404 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.637717 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:58:20.637930 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.638055 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} executeQuery: Read 12 rows, 960.00 B in 0.001151 sec., 10425.716768027803 rows/sec., 814.51 KiB/sec. 2025.12.24 07:58:20.638093 [ 280 ] {8e17d0ab-00a3-4e02-91a0-055c2d968c98} TCPHandler: Processed in 0.001317747 sec. 2025.12.24 07:58:20.638209 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.638303 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:20.638343 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:20.638784 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.638819 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.639127 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:58:20.639338 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.639466 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} executeQuery: Read 114 rows, 9.49 KiB in 0.00118 sec., 96610.16949152542 rows/sec., 7.86 MiB/sec. 2025.12.24 07:58:20.639503 [ 280 ] {cce724bd-ee69-4913-8600-2dfeb3e032d9} TCPHandler: Processed in 0.001344717 sec. 2025.12.24 07:58:20.639622 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.639716 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.639761 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:20.640176 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.640212 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.640540 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:58:20.640752 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.640880 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} executeQuery: Read 196 rows, 14.40 KiB in 0.001182 sec., 165820.64297800336 rows/sec., 11.90 MiB/sec. 2025.12.24 07:58:20.640917 [ 280 ] {4b7274a6-2967-488e-ace3-e37cd1dca038} TCPHandler: Processed in 0.001345747 sec. 2025.12.24 07:58:20.641038 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.641133 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.641186 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} 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.12.24 07:58:20.641950 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.641986 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.642509 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:58:20.642729 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.642864 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} executeQuery: Read 14 rows, 25.69 KiB in 0.001749 sec., 8004.574042309891 rows/sec., 14.34 MiB/sec. 2025.12.24 07:58:20.642926 [ 280 ] {eada84a2-1708-4a10-b047-61248ec63cc4} TCPHandler: Processed in 0.001936945 sec. 2025.12.24 07:58:20.643037 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:20.643128 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:20.643166 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:20.643486 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.643519 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.643805 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:58:20.644076 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.644207 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} executeQuery: Read 60 rows, 4.14 KiB in 0.001083 sec., 55401.662049861494 rows/sec., 3.73 MiB/sec. 2025.12.24 07:58:20.644244 [ 280 ] {1ca67ae7-87b7-43bc-bc97-23a149f5c2c5} TCPHandler: Processed in 0.001248254 sec. 2025.12.24 07:58:20.838141 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10913 2025.12.24 07:58:20.838571 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:20.838606 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:20.839022 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:58:20.839250 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:20.839372 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10913 2025.12.24 07:58:21.422526 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.12.24 07:58:21.439755 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:21.439802 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.33 GiB. 2025.12.24 07:58:21.446081 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:58:21.446822 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:21.449587 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.12.24 07:58:25.629266 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:25.629467 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:25.629536 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:25.630202 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:25.630254 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:25.630662 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:58:25.630895 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:25.631054 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} executeQuery: Read 110 rows, 9.48 KiB in 0.001637 sec., 67196.09040928527 rows/sec., 5.65 MiB/sec. 2025.12.24 07:58:25.631106 [ 280 ] {0626e9d2-5aaf-41aa-bb21-18638751e757} TCPHandler: Processed in 0.001978366 sec. 2025.12.24 07:58:25.631238 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:25.631347 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:25.631393 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:25.631832 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:25.631871 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:25.632196 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:25.632413 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:25.632545 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} executeQuery: Read 27 rows, 2.03 KiB in 0.001222 sec., 22094.9263502455 rows/sec., 1.62 MiB/sec. 2025.12.24 07:58:25.632585 [ 280 ] {36e3f582-9c66-4342-b639-5a5b7f99fac6} TCPHandler: Processed in 0.001400799 sec. 2025.12.24 07:58:25.632690 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:25.632787 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:25.632829 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:25.633254 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:25.633293 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:25.633600 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:58:25.633808 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:25.633964 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} executeQuery: Read 91 rows, 7.28 KiB in 0.001196 sec., 76086.95652173914 rows/sec., 5.94 MiB/sec. 2025.12.24 07:58:25.634002 [ 280 ] {6324f575-f426-4015-9e6e-dd67f368f1c1} TCPHandler: Processed in 0.001363629 sec. 2025.12.24 07:58:25.634122 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:25.634218 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:25.634263 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:25.634668 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:25.634704 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:25.635067 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:58:25.635280 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:25.635411 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} executeQuery: Read 160 rows, 11.41 KiB in 0.001212 sec., 132013.201320132 rows/sec., 9.19 MiB/sec. 2025.12.24 07:58:25.635448 [ 280 ] {b21a4110-0585-4201-b8a2-ed3be91018a0} TCPHandler: Processed in 0.001376708 sec. 2025.12.24 07:58:25.635561 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:25.635657 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:25.635711 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} 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.12.24 07:58:25.636498 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:25.636533 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:25.637067 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:25.637294 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:25.637428 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} executeQuery: Read 27 rows, 49.54 KiB in 0.001788 sec., 15100.671140939596 rows/sec., 27.06 MiB/sec. 2025.12.24 07:58:25.637481 [ 280 ] {249cbf47-39ae-418e-ab40-c3e22fe5abf4} TCPHandler: Processed in 0.001968444 sec. 2025.12.24 07:58:25.637596 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:25.637693 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:25.637735 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:25.638068 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:25.638101 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:25.638405 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:58:25.638611 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:25.638739 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.12.24 07:58:25.638774 [ 280 ] {49932d4a-7a48-4fac-8821-fd54ee06850d} TCPHandler: Processed in 0.001228535 sec. 2025.12.24 07:58:28.248039 [ 94 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:58:28.248106 [ 94 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:58:28.339545 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11425 2025.12.24 07:58:28.340238 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:28.340279 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:28.340778 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:58:28.341016 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:28.341156 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11425 2025.12.24 07:58:28.362160 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 618 2025.12.24 07:58:28.364659 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:28.364716 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:28.365923 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.24 07:58:28.366209 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:28.366576 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 618 2025.12.24 07:58:28.949738 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.12.24 07:58:28.967022 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:28.967089 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:28.973518 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:58:28.974212 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:28.977077 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.12.24 07:58:30.628485 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:30.628665 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:30.628738 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:30.629397 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:30.629446 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:30.629874 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:58:30.630103 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:30.630265 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} executeQuery: Read 84 rows, 7.20 KiB in 0.00165 sec., 50909.09090909091 rows/sec., 4.26 MiB/sec. 2025.12.24 07:58:30.630315 [ 280 ] {515ce2da-8de6-42aa-8d7e-4ba9afd9d63d} TCPHandler: Processed in 0.001958905 sec. 2025.12.24 07:58:30.630438 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:30.630540 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:30.630584 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:30.630991 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:30.631029 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:30.631339 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:58:30.631565 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:30.631704 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} executeQuery: Read 14 rows, 1.05 KiB in 0.001187 sec., 11794.439764111206 rows/sec., 886.89 KiB/sec. 2025.12.24 07:58:30.631741 [ 280 ] {53b537eb-4c6e-4452-b607-7281837613da} TCPHandler: Processed in 0.001354818 sec. 2025.12.24 07:58:30.631856 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:30.631951 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:30.631993 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:30.632408 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:30.632444 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:30.632943 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:58:30.633180 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:30.633310 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} executeQuery: Read 78 rows, 6.24 KiB in 0.001377 sec., 56644.88017429194 rows/sec., 4.42 MiB/sec. 2025.12.24 07:58:30.633349 [ 280 ] {c96d6fc7-726e-4e58-8d2b-028a621f45db} TCPHandler: Processed in 0.001544553 sec. 2025.12.24 07:58:30.633466 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:30.633561 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:30.633606 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:30.634014 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:30.634051 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:30.634394 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:58:30.634606 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:30.634738 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.12.24 07:58:30.634774 [ 280 ] {db5d491a-2ffd-49c3-88cb-f0d513275ce4} TCPHandler: Processed in 0.001357228 sec. 2025.12.24 07:58:30.634902 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:30.634999 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:30.635053 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} 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.12.24 07:58:30.635841 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:30.635876 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:30.636423 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:58:30.636635 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:30.636767 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} executeQuery: Read 14 rows, 25.69 KiB in 0.001787 sec., 7834.3592613318415 rows/sec., 14.04 MiB/sec. 2025.12.24 07:58:30.636819 [ 280 ] {10ea1d61-24b0-434a-a31c-5d969ad0f757} TCPHandler: Processed in 0.001973046 sec. 2025.12.24 07:58:30.636935 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:30.637030 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:30.637078 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:30.637409 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:30.637444 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:30.637743 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:58:30.637956 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:30.638084 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} executeQuery: Read 60 rows, 4.14 KiB in 0.001073 sec., 55917.98695246971 rows/sec., 3.77 MiB/sec. 2025.12.24 07:58:30.638121 [ 280 ] {314508ee-3466-4d78-8862-45fbd1eea5f1} TCPHandler: Processed in 0.001235715 sec. 2025.12.24 07:58:33.279166 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50370 2025.12.24 07:58:33.279289 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.279319 [ 290 ] {} TCP-Session: e7ccc4bc-c73b-4d4d-8634-13d822583fe3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50370 2025.12.24 07:58:33.279342 [ 290 ] {} TCP-Session: e7ccc4bc-c73b-4d4d-8634-13d822583fe3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279356 [ 290 ] {} TCP-Session: e7ccc4bc-c73b-4d4d-8634-13d822583fe3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279572 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58327 2025.12.24 07:58:33.279601 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41256 2025.12.24 07:58:33.279617 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39004 2025.12.24 07:58:33.279636 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33088 2025.12.24 07:58:33.279671 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59055 2025.12.24 07:58:33.279698 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.279722 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.279735 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.279753 [ 293 ] {} TCP-Session: c2360433-c226-4f65-8ccf-74f5d342ced7 Authenticating user 'default' from [fd00:1122:3344:101::e]:41256 2025.12.24 07:58:33.279784 [ 292 ] {} TCP-Session: fbfa866c-97a5-417b-a569-ce202c711596 Authenticating user 'default' from [fd00:1122:3344:101::e]:58327 2025.12.24 07:58:33.279791 [ 294 ] {} TCP-Session: 87c9b2a9-71a5-4224-b272-17298354b838 Authenticating user 'default' from [fd00:1122:3344:101::e]:39004 2025.12.24 07:58:33.279803 [ 293 ] {} TCP-Session: c2360433-c226-4f65-8ccf-74f5d342ced7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279820 [ 292 ] {} TCP-Session: fbfa866c-97a5-417b-a569-ce202c711596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279835 [ 294 ] {} TCP-Session: 87c9b2a9-71a5-4224-b272-17298354b838 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279854 [ 292 ] {} TCP-Session: fbfa866c-97a5-417b-a569-ce202c711596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279869 [ 294 ] {} TCP-Session: 87c9b2a9-71a5-4224-b272-17298354b838 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279892 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.279899 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.279929 [ 296 ] {} TCP-Session: 8b316de9-0018-4213-875e-b5614d9e75d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:33088 2025.12.24 07:58:33.279954 [ 275 ] {} TCP-Session: b2063eeb-d05a-4d3c-89b2-5aaad71e7389 Authenticating user 'default' from [fd00:1122:3344:101::e]:59055 2025.12.24 07:58:33.279965 [ 296 ] {} TCP-Session: 8b316de9-0018-4213-875e-b5614d9e75d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279840 [ 293 ] {} TCP-Session: c2360433-c226-4f65-8ccf-74f5d342ced7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279988 [ 275 ] {} TCP-Session: b2063eeb-d05a-4d3c-89b2-5aaad71e7389 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279993 [ 296 ] {} TCP-Session: 8b316de9-0018-4213-875e-b5614d9e75d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280024 [ 275 ] {} TCP-Session: b2063eeb-d05a-4d3c-89b2-5aaad71e7389 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.279660 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45164 2025.12.24 07:58:33.279648 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62465 2025.12.24 07:58:33.279633 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64692 2025.12.24 07:58:33.279733 [ 290 ] {} TCP-Session: e7ccc4bc-c73b-4d4d-8634-13d822583fe3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:33.280319 [ 290 ] {e9697472-21e0-4949-bd26-4862e935694e} executeQuery: (from [fd00:1122:3344:101::e]:50370) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:58:33.280329 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.280370 [ 298 ] {} TCP-Session: 365e54b5-8d2e-484f-8047-913070eb0816 Authenticating user 'default' from [fd00:1122:3344:101::e]:45164 2025.12.24 07:58:33.280379 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.280388 [ 298 ] {} TCP-Session: 365e54b5-8d2e-484f-8047-913070eb0816 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280418 [ 298 ] {} TCP-Session: 365e54b5-8d2e-484f-8047-913070eb0816 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280419 [ 295 ] {} TCP-Session: 70393271-205d-4aaa-a54f-61123b05ffa9 Authenticating user 'default' from [fd00:1122:3344:101::e]:64692 2025.12.24 07:58:33.280418 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.280458 [ 295 ] {} TCP-Session: 70393271-205d-4aaa-a54f-61123b05ffa9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280486 [ 295 ] {} TCP-Session: 70393271-205d-4aaa-a54f-61123b05ffa9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280486 [ 297 ] {} TCP-Session: b3930f66-6d18-445a-bab6-a7872a6f2985 Authenticating user 'default' from [fd00:1122:3344:101::e]:62465 2025.12.24 07:58:33.280526 [ 297 ] {} TCP-Session: b3930f66-6d18-445a-bab6-a7872a6f2985 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280545 [ 297 ] {} TCP-Session: b3930f66-6d18-445a-bab6-a7872a6f2985 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.280594 [ 290 ] {e9697472-21e0-4949-bd26-4862e935694e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:58:33.280652 [ 290 ] {e9697472-21e0-4949-bd26-4862e935694e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:58:33.280934 [ 290 ] {e9697472-21e0-4949-bd26-4862e935694e} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:58:33.281863 [ 308 ] {e9697472-21e0-4949-bd26-4862e935694e} AggregatingTransform: Aggregating 2025.12.24 07:58:33.281920 [ 308 ] {e9697472-21e0-4949-bd26-4862e935694e} Aggregator: Aggregation method: without_key 2025.12.24 07:58:33.281957 [ 308 ] {e9697472-21e0-4949-bd26-4862e935694e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000921586 sec. (1085.086 rows/sec., 42.39 KiB/sec.) 2025.12.24 07:58:33.281976 [ 308 ] {e9697472-21e0-4949-bd26-4862e935694e} Aggregator: Merging aggregated data 2025.12.24 07:58:33.283301 [ 290 ] {e9697472-21e0-4949-bd26-4862e935694e} executeQuery: Read 1 rows, 40.00 B in 0.003034 sec., 329.59789057350037 rows/sec., 12.87 KiB/sec. 2025.12.24 07:58:33.283500 [ 290 ] {e9697472-21e0-4949-bd26-4862e935694e} TCPHandler: Processed in 0.00393948 sec. 2025.12.24 07:58:33.283632 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283654 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283668 [ 290 ] {} TCP-Session: e7ccc4bc-c73b-4d4d-8634-13d822583fe3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283677 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283693 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283713 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283730 [ 294 ] {} TCP-Session: 87c9b2a9-71a5-4224-b272-17298354b838 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283750 [ 295 ] {} TCP-Session: 70393271-205d-4aaa-a54f-61123b05ffa9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283754 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283772 [ 292 ] {} TCP-Session: fbfa866c-97a5-417b-a569-ce202c711596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283769 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283813 [ 296 ] {} TCP-Session: 8b316de9-0018-4213-875e-b5614d9e75d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283725 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283848 [ 298 ] {} TCP-Session: 365e54b5-8d2e-484f-8047-913070eb0816 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283700 [ 275 ] {} TCP-Session: b2063eeb-d05a-4d3c-89b2-5aaad71e7389 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283903 [ 293 ] {} TCP-Session: c2360433-c226-4f65-8ccf-74f5d342ced7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.283735 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.283954 [ 297 ] {} TCP-Session: b3930f66-6d18-445a-bab6-a7872a6f2985 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296004 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62363 2025.12.24 07:58:33.296085 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296114 [ 290 ] {} TCP-Session: fe1a2a30-5ecb-4829-945f-de1a6f3678d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:62363 2025.12.24 07:58:33.296138 [ 290 ] {} TCP-Session: fe1a2a30-5ecb-4829-945f-de1a6f3678d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296157 [ 290 ] {} TCP-Session: fe1a2a30-5ecb-4829-945f-de1a6f3678d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296334 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51896 2025.12.24 07:58:33.296384 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52848 2025.12.24 07:58:33.296387 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64558 2025.12.24 07:58:33.296414 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63554 2025.12.24 07:58:33.296430 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35517 2025.12.24 07:58:33.296461 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296464 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37226 2025.12.24 07:58:33.296491 [ 293 ] {} TCP-Session: dd4ba40a-c112-402c-bd9f-00878c6096e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:52848 2025.12.24 07:58:33.296505 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296522 [ 293 ] {} TCP-Session: dd4ba40a-c112-402c-bd9f-00878c6096e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296521 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296546 [ 295 ] {} TCP-Session: 08a037c0-0b92-4851-8dc1-622cb71a7837 Authenticating user 'default' from [fd00:1122:3344:101::e]:63554 2025.12.24 07:58:33.296546 [ 293 ] {} TCP-Session: dd4ba40a-c112-402c-bd9f-00878c6096e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296563 [ 297 ] {} TCP-Session: cd1cb964-0e4c-47ce-a3f8-199fc869fd3b Authenticating user 'default' from [fd00:1122:3344:101::e]:35517 2025.12.24 07:58:33.296577 [ 295 ] {} TCP-Session: 08a037c0-0b92-4851-8dc1-622cb71a7837 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296594 [ 297 ] {} TCP-Session: cd1cb964-0e4c-47ce-a3f8-199fc869fd3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296609 [ 295 ] {} TCP-Session: 08a037c0-0b92-4851-8dc1-622cb71a7837 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296619 [ 297 ] {} TCP-Session: cd1cb964-0e4c-47ce-a3f8-199fc869fd3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296547 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296449 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33596 2025.12.24 07:58:33.296678 [ 275 ] {} TCP-Session: a776cad7-ebdd-4557-b149-19c9a3d85393 Authenticating user 'default' from [fd00:1122:3344:101::e]:37226 2025.12.24 07:58:33.296424 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50692 2025.12.24 07:58:33.296734 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296724 [ 275 ] {} TCP-Session: a776cad7-ebdd-4557-b149-19c9a3d85393 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296769 [ 298 ] {} TCP-Session: f4828e57-67bd-47d9-a24c-05911fa7aca7 Authenticating user 'default' from [fd00:1122:3344:101::e]:33596 2025.12.24 07:58:33.296787 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296803 [ 298 ] {} TCP-Session: f4828e57-67bd-47d9-a24c-05911fa7aca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296820 [ 296 ] {} TCP-Session: 9a6bc629-3fa6-4a6d-bb6a-36d7ef9bd8db Authenticating user 'default' from [fd00:1122:3344:101::e]:50692 2025.12.24 07:58:33.296844 [ 298 ] {} TCP-Session: f4828e57-67bd-47d9-a24c-05911fa7aca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296870 [ 296 ] {} TCP-Session: 9a6bc629-3fa6-4a6d-bb6a-36d7ef9bd8db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296791 [ 275 ] {} TCP-Session: a776cad7-ebdd-4557-b149-19c9a3d85393 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296892 [ 296 ] {} TCP-Session: 9a6bc629-3fa6-4a6d-bb6a-36d7ef9bd8db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.296416 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296476 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.296971 [ 292 ] {} TCP-Session: 1a61df96-9d41-434b-8992-e9fac3e86b98 Authenticating user 'default' from [fd00:1122:3344:101::e]:51896 2025.12.24 07:58:33.296990 [ 294 ] {} TCP-Session: db4e8693-dc1e-4cbd-958f-716b769b1670 Authenticating user 'default' from [fd00:1122:3344:101::e]:64558 2025.12.24 07:58:33.296425 [ 290 ] {} TCP-Session: fe1a2a30-5ecb-4829-945f-de1a6f3678d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:33.297021 [ 294 ] {} TCP-Session: db4e8693-dc1e-4cbd-958f-716b769b1670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.297014 [ 292 ] {} TCP-Session: 1a61df96-9d41-434b-8992-e9fac3e86b98 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.297057 [ 294 ] {} TCP-Session: db4e8693-dc1e-4cbd-958f-716b769b1670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.297089 [ 292 ] {} TCP-Session: 1a61df96-9d41-434b-8992-e9fac3e86b98 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.297197 [ 290 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} executeQuery: (from [fd00:1122:3344:101::e]:62363) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:58:33.297455 [ 290 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:58:33.297521 [ 290 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:58:33.297851 [ 290 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:58:33.298858 [ 320 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} AggregatingTransform: Aggregating 2025.12.24 07:58:33.298897 [ 320 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} Aggregator: Aggregation method: without_key 2025.12.24 07:58:33.298931 [ 320 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000963647 sec. (1037.724 rows/sec., 40.54 KiB/sec.) 2025.12.24 07:58:33.298951 [ 320 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} Aggregator: Merging aggregated data 2025.12.24 07:58:33.300618 [ 290 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} executeQuery: Read 1 rows, 40.00 B in 0.003476 sec., 287.68699654775605 rows/sec., 11.24 KiB/sec. 2025.12.24 07:58:33.300794 [ 290 ] {6f28adf2-6a53-42c7-b3c3-33bb68a772c9} TCPHandler: Processed in 0.004457905 sec. 2025.12.24 07:58:33.300952 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.300978 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301003 [ 290 ] {} TCP-Session: fe1a2a30-5ecb-4829-945f-de1a6f3678d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301015 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301033 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301051 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301074 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301098 [ 295 ] {} TCP-Session: 08a037c0-0b92-4851-8dc1-622cb71a7837 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301104 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301147 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301197 [ 296 ] {} TCP-Session: 9a6bc629-3fa6-4a6d-bb6a-36d7ef9bd8db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301160 [ 293 ] {} TCP-Session: dd4ba40a-c112-402c-bd9f-00878c6096e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301222 [ 297 ] {} TCP-Session: cd1cb964-0e4c-47ce-a3f8-199fc869fd3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301117 [ 275 ] {} TCP-Session: a776cad7-ebdd-4557-b149-19c9a3d85393 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301107 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.301073 [ 292 ] {} TCP-Session: 1a61df96-9d41-434b-8992-e9fac3e86b98 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301310 [ 298 ] {} TCP-Session: f4828e57-67bd-47d9-a24c-05911fa7aca7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.301034 [ 294 ] {} TCP-Session: db4e8693-dc1e-4cbd-958f-716b769b1670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.510727 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52978 2025.12.24 07:58:33.510838 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.510865 [ 290 ] {} TCP-Session: 0507055c-0fbd-4d50-8f1c-eed5b1bfe29c Authenticating user 'default' from [fd00:1122:3344:101::e]:52978 2025.12.24 07:58:33.510887 [ 290 ] {} TCP-Session: 0507055c-0fbd-4d50-8f1c-eed5b1bfe29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.510900 [ 290 ] {} TCP-Session: 0507055c-0fbd-4d50-8f1c-eed5b1bfe29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511131 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62069 2025.12.24 07:58:33.511131 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40722 2025.12.24 07:58:33.511168 [ 296 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40926 2025.12.24 07:58:33.511192 [ 298 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38836 2025.12.24 07:58:33.511223 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511166 [ 295 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50684 2025.12.24 07:58:33.511269 [ 296 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511269 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511263 [ 293 ] {} TCP-Session: 49a16b0a-5e04-4975-a3bf-acc5ce122345 Authenticating user 'default' from [fd00:1122:3344:101::e]:62069 2025.12.24 07:58:33.511318 [ 296 ] {} TCP-Session: 4b17ded6-6abf-499b-a8e4-ea02887a1c33 Authenticating user 'default' from [fd00:1122:3344:101::e]:40926 2025.12.24 07:58:33.511323 [ 292 ] {} TCP-Session: 7b34d1a3-a347-47d8-a593-24dfc54bb253 Authenticating user 'default' from [fd00:1122:3344:101::e]:40722 2025.12.24 07:58:33.511337 [ 293 ] {} TCP-Session: 49a16b0a-5e04-4975-a3bf-acc5ce122345 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511349 [ 296 ] {} TCP-Session: 4b17ded6-6abf-499b-a8e4-ea02887a1c33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511353 [ 292 ] {} TCP-Session: 7b34d1a3-a347-47d8-a593-24dfc54bb253 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511362 [ 295 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511389 [ 292 ] {} TCP-Session: 7b34d1a3-a347-47d8-a593-24dfc54bb253 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511380 [ 296 ] {} TCP-Session: 4b17ded6-6abf-499b-a8e4-ea02887a1c33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511419 [ 295 ] {} TCP-Session: c16376d4-693c-48c3-a0ed-97912372129f Authenticating user 'default' from [fd00:1122:3344:101::e]:50684 2025.12.24 07:58:33.511374 [ 293 ] {} TCP-Session: 49a16b0a-5e04-4975-a3bf-acc5ce122345 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511470 [ 295 ] {} TCP-Session: c16376d4-693c-48c3-a0ed-97912372129f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511308 [ 298 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511496 [ 295 ] {} TCP-Session: c16376d4-693c-48c3-a0ed-97912372129f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511200 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55820 2025.12.24 07:58:33.511531 [ 298 ] {} TCP-Session: 2befb44b-bb0b-415b-bdb7-c3f3eecb5ea9 Authenticating user 'default' from [fd00:1122:3344:101::e]:38836 2025.12.24 07:58:33.511177 [ 297 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45476 2025.12.24 07:58:33.511578 [ 298 ] {} TCP-Session: 2befb44b-bb0b-415b-bdb7-c3f3eecb5ea9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511601 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511613 [ 298 ] {} TCP-Session: 2befb44b-bb0b-415b-bdb7-c3f3eecb5ea9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511632 [ 275 ] {} TCP-Session: cc0d4a51-155e-4f9e-92d8-a37aad8d1a5d Authenticating user 'default' from [fd00:1122:3344:101::e]:55820 2025.12.24 07:58:33.511639 [ 297 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511657 [ 275 ] {} TCP-Session: cc0d4a51-155e-4f9e-92d8-a37aad8d1a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511148 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54315 2025.12.24 07:58:33.511675 [ 275 ] {} TCP-Session: cc0d4a51-155e-4f9e-92d8-a37aad8d1a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511671 [ 297 ] {} TCP-Session: 65b1eefa-30a6-4812-b4f4-851c44159ffb Authenticating user 'default' from [fd00:1122:3344:101::e]:45476 2025.12.24 07:58:33.511749 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:58:33.511760 [ 297 ] {} TCP-Session: 65b1eefa-30a6-4812-b4f4-851c44159ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511780 [ 294 ] {} TCP-Session: 25446469-32a4-4c48-b9fd-845e33db9cb7 Authenticating user 'default' from [fd00:1122:3344:101::e]:54315 2025.12.24 07:58:33.511788 [ 297 ] {} TCP-Session: 65b1eefa-30a6-4812-b4f4-851c44159ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511807 [ 294 ] {} TCP-Session: 25446469-32a4-4c48-b9fd-845e33db9cb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.511248 [ 290 ] {} TCP-Session: 0507055c-0fbd-4d50-8f1c-eed5b1bfe29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:33.511834 [ 294 ] {} TCP-Session: 25446469-32a4-4c48-b9fd-845e33db9cb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.512024 [ 290 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} executeQuery: (from [fd00:1122:3344:101::e]:52978) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:58:33.512283 [ 290 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:58:33.512339 [ 290 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:58:33.512623 [ 290 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:58:33.513534 [ 320 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} AggregatingTransform: Aggregating 2025.12.24 07:58:33.513572 [ 320 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} Aggregator: Aggregation method: without_key 2025.12.24 07:58:33.513612 [ 320 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000888745 sec. (1125.182 rows/sec., 43.95 KiB/sec.) 2025.12.24 07:58:33.513631 [ 320 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} Aggregator: Merging aggregated data 2025.12.24 07:58:33.515020 [ 290 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} executeQuery: Read 1 rows, 40.00 B in 0.003051 sec., 327.76138970829237 rows/sec., 12.80 KiB/sec. 2025.12.24 07:58:33.515157 [ 290 ] {30993f58-2db7-4193-9a5e-2403fd1716d7} TCPHandler: Processed in 0.004048543 sec. 2025.12.24 07:58:33.515277 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515306 [ 290 ] {} TCP-Session: 0507055c-0fbd-4d50-8f1c-eed5b1bfe29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515314 [ 275 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515337 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515347 [ 275 ] {} TCP-Session: cc0d4a51-155e-4f9e-92d8-a37aad8d1a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515359 [ 295 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515379 [ 294 ] {} TCP-Session: 25446469-32a4-4c48-b9fd-845e33db9cb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515384 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515419 [ 295 ] {} TCP-Session: c16376d4-693c-48c3-a0ed-97912372129f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515427 [ 297 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515446 [ 293 ] {} TCP-Session: 49a16b0a-5e04-4975-a3bf-acc5ce122345 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515452 [ 296 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515477 [ 298 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515511 [ 296 ] {} TCP-Session: 4b17ded6-6abf-499b-a8e4-ea02887a1c33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515481 [ 297 ] {} TCP-Session: 65b1eefa-30a6-4812-b4f4-851c44159ffb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515536 [ 298 ] {} TCP-Session: 2befb44b-bb0b-415b-bdb7-c3f3eecb5ea9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:33.515407 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:58:33.515605 [ 292 ] {} TCP-Session: 7b34d1a3-a347-47d8-a593-24dfc54bb253 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:58:35.654487 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.654672 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:58:35.654743 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:58:35.655409 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.655471 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.655910 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.24 07:58:35.656172 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.656336 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} executeQuery: Read 4 rows, 334.00 B in 0.001714 sec., 2333.7222870478413 rows/sec., 190.30 KiB/sec. 2025.12.24 07:58:35.656386 [ 280 ] {ac07ca6f-f6be-42d0-ba47-ec50642ad091} TCPHandler: Processed in 0.002030646 sec. 2025.12.24 07:58:35.656507 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.656611 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:35.656654 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:35.657748 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.657787 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.658204 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:58:35.658417 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.658552 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} executeQuery: Read 1252 rows, 106.19 KiB in 0.001964 sec., 637474.5417515275 rows/sec., 52.80 MiB/sec. 2025.12.24 07:58:35.658590 [ 280 ] {050c0db5-3ed8-4eab-b9df-871fa5c7d401} TCPHandler: Processed in 0.002133049 sec. 2025.12.24 07:58:35.658704 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.658801 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:35.658842 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:35.659271 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.659311 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.659635 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:58:35.659854 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.659987 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} executeQuery: Read 31 rows, 2.31 KiB in 0.001207 sec., 25683.512841756423 rows/sec., 1.87 MiB/sec. 2025.12.24 07:58:35.660025 [ 280 ] {dd43b9b9-e15a-4149-a87e-c7c26f6dcedf} TCPHandler: Processed in 0.001369059 sec. 2025.12.24 07:58:35.660126 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.660225 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:58:35.660264 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:58:35.660762 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.660799 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.661116 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.24 07:58:35.661332 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.661465 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} executeQuery: Read 228 rows, 15.81 KiB in 0.001261 sec., 180808.88183980968 rows/sec., 12.24 MiB/sec. 2025.12.24 07:58:35.661502 [ 280 ] {bc341dfe-c385-4e94-980c-eacc1c683975} TCPHandler: Processed in 0.00142363 sec. 2025.12.24 07:58:35.661613 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.661705 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:35.661750 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:35.662349 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.662385 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.662719 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:58:35.662926 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.663054 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} executeQuery: Read 551 rows, 41.89 KiB in 0.001367 sec., 403072.42136064376 rows/sec., 29.93 MiB/sec. 2025.12.24 07:58:35.663091 [ 280 ] {1de7ecee-3896-44e1-88e7-274653f27db2} TCPHandler: Processed in 0.001531383 sec. 2025.12.24 07:58:35.663202 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.663299 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:35.663342 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:35.663920 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.663958 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.664330 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:58:35.664532 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.664655 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} executeQuery: Read 846 rows, 58.31 KiB in 0.001374 sec., 615720.5240174673 rows/sec., 41.44 MiB/sec. 2025.12.24 07:58:35.664690 [ 280 ] {e8cc441a-d075-4f37-8b1d-ee5b77c30dab} TCPHandler: Processed in 0.001535233 sec. 2025.12.24 07:58:35.664797 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.664890 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:35.664942 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} 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.12.24 07:58:35.665782 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.665818 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.666367 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:58:35.666597 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.666738 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} executeQuery: Read 27 rows, 49.54 KiB in 0.001866 sec., 14469.453376205787 rows/sec., 25.93 MiB/sec. 2025.12.24 07:58:35.666809 [ 280 ] {3fdff1e8-1fa0-4403-9c1b-d29c3a309891} TCPHandler: Processed in 0.002058178 sec. 2025.12.24 07:58:35.666931 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:35.667024 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:35.667066 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:35.667416 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.667449 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.667766 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:58:35.667993 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.668119 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.12.24 07:58:35.668154 [ 280 ] {9dcaaeb2-dd66-438b-b71a-eff527100e0b} TCPHandler: Processed in 0.001273945 sec. 2025.12.24 07:58:35.841281 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11873 2025.12.24 07:58:35.841650 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:35.841683 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:35.842081 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:58:35.842302 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:35.842419 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11873 2025.12.24 07:58:36.477186 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.12.24 07:58:36.494469 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:36.494520 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:36.500714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:58:36.501430 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:36.504723 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.12.24 07:58:38.366796 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 652 2025.12.24 07:58:38.369226 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:38.369286 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:38.370521 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.24 07:58:38.370810 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:38.371206 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 652 2025.12.24 07:58:40.628438 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:40.628639 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:40.628717 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:40.629507 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.629560 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.629970 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:58:40.630212 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.630387 [ 65 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:58:40.630402 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} executeQuery: Read 84 rows, 7.20 KiB in 0.001818 sec., 46204.62046204621 rows/sec., 3.87 MiB/sec. 2025.12.24 07:58:40.630432 [ 65 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.630454 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.630461 [ 280 ] {899b541a-9a92-469d-91ca-248c5e5eacd2} TCPHandler: Processed in 0.002164651 sec. 2025.12.24 07:58:40.630579 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:58:40.630599 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:40.630720 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:40.630722 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:40.630770 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:40.630775 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1409 rows starting from the beginning of the part 2025.12.24 07:58:40.630866 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 204 rows starting from the beginning of the part 2025.12.24 07:58:40.630915 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 110 rows starting from the beginning of the part 2025.12.24 07:58:40.630961 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 84 rows starting from the beginning of the part 2025.12.24 07:58:40.631002 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1252 rows starting from the beginning of the part 2025.12.24 07:58:40.631047 [ 190 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 84 rows starting from the beginning of the part 2025.12.24 07:58:40.631245 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.631288 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.631641 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:58:40.631885 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.631989 [ 65 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:58:40.632018 [ 65 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.632025 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} executeQuery: Read 14 rows, 1.05 KiB in 0.001328 sec., 10542.168674698796 rows/sec., 792.72 KiB/sec. 2025.12.24 07:58:40.632036 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.632065 [ 280 ] {0a058fe6-2df0-415a-8e00-7c4e2895f6bd} TCPHandler: Processed in 0.001519573 sec. 2025.12.24 07:58:40.632158 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:58:40.632173 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:40.632293 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:40.632301 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:40.632339 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:40.632346 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 71 rows starting from the beginning of the part 2025.12.24 07:58:40.632426 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part 2025.12.24 07:58:40.632472 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:40.632513 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:40.632523 [ 192 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3143 rows, containing 5 columns (5 merged, 0 gathered) in 0.002003556 sec., 1568710.832140454 rows/sec., 137.51 MiB/sec. 2025.12.24 07:58:40.632552 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 31 rows starting from the beginning of the part 2025.12.24 07:58:40.632590 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:40.632805 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.632828 [ 187 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:58:40.632848 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.633244 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:58:40.633246 [ 187 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.633365 [ 187 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_36_7} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:58:40.633419 [ 196 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.001324247 sec., 138191.74217498698 rows/sec., 10.67 MiB/sec. 2025.12.24 07:58:40.633494 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 07:58:40.633511 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.633568 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:58:40.633626 [ 65 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:58:40.633655 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} executeQuery: Read 78 rows, 6.24 KiB in 0.001383 sec., 56399.132321041216 rows/sec., 4.40 MiB/sec. 2025.12.24 07:58:40.633662 [ 65 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.633692 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.633696 [ 280 ] {d1c00077-f48a-452c-87a9-1364a90d3bea} TCPHandler: Processed in 0.001574694 sec. 2025.12.24 07:58:40.633763 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:58:40.633818 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:40.633841 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.633854 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:40.633887 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 633 rows starting from the beginning of the part 2025.12.24 07:58:40.633919 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:40.633928 [ 188 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_31_6} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:58:40.633936 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 114 rows starting from the beginning of the part 2025.12.24 07:58:40.633972 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:40.633996 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 91 rows starting from the beginning of the part 2025.12.24 07:58:40.634022 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 07:58:40.634040 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 78 rows starting from the beginning of the part 2025.12.24 07:58:40.634083 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 551 rows starting from the beginning of the part 2025.12.24 07:58:40.634124 [ 190 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 78 rows starting from the beginning of the part 2025.12.24 07:58:40.634410 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.634451 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.634817 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:58:40.635031 [ 187 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1545 rows, containing 5 columns (5 merged, 0 gathered) in 0.001297956 sec., 1190333.108364228 rows/sec., 94.82 MiB/sec. 2025.12.24 07:58:40.635037 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.635154 [ 65 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:58:40.635183 [ 65 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.635185 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} executeQuery: Read 160 rows, 11.41 KiB in 0.001285 sec., 124513.61867704282 rows/sec., 8.67 MiB/sec. 2025.12.24 07:58:40.635202 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.635193 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:58:40.635228 [ 280 ] {266ddd87-b9d0-4256-b282-5fdf720fa488} TCPHandler: Processed in 0.001460901 sec. 2025.12.24 07:58:40.635280 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:58:40.635340 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:40.635381 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:40.635420 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9239 rows starting from the beginning of the part 2025.12.24 07:58:40.635445 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:40.635479 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.635487 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 196 rows starting from the beginning of the part 2025.12.24 07:58:40.635506 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} 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.12.24 07:58:40.635544 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2025.12.24 07:58:40.635560 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_36_7} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:58:40.635595 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:58:40.635639 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 846 rows starting from the beginning of the part 2025.12.24 07:58:40.635654 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 07:58:40.635683 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part 2025.12.24 07:58:40.636351 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.636398 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.637039 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:58:40.637278 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.637395 [ 65 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:58:40.637416 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} executeQuery: Read 14 rows, 25.69 KiB in 0.00199 sec., 7035.175879396985 rows/sec., 12.61 MiB/sec. 2025.12.24 07:58:40.637442 [ 65 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.637461 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.637474 [ 280 ] {1f5ce261-372d-4d14-9860-a4566b2f6398} TCPHandler: Processed in 0.002184741 sec. 2025.12.24 07:58:40.637535 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:58:40.637594 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:40.637694 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:40.637736 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:40.637747 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:40.637805 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 473 rows starting from the beginning of the part 2025.12.24 07:58:40.637931 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:40.638054 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:40.638085 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.638126 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.638166 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:40.638279 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 27 rows starting from the beginning of the part 2025.12.24 07:58:40.638405 [ 196 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part 2025.12.24 07:58:40.638448 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:58:40.638673 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.638727 [ 193 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10761 rows, containing 5 columns (5 merged, 0 gathered) in 0.003480497 sec., 3091799.820542871 rows/sec., 212.35 MiB/sec. 2025.12.24 07:58:40.638794 [ 73 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:58:40.638812 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.12.24 07:58:40.638837 [ 73 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:40.638852 [ 280 ] {56630ae7-7f52-4fb6-beaf-d81e940c9299} TCPHandler: Processed in 0.001307907 sec. 2025.12.24 07:58:40.638865 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:40.638946 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:58:40.638998 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:58:40.639065 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:40.639100 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1800 rows starting from the beginning of the part 2025.12.24 07:58:40.639151 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part 2025.12.24 07:58:40.639192 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2025.12.24 07:58:40.639227 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:58:40.639261 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:58:40.639299 [ 188 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part 2025.12.24 07:58:40.639303 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.639380 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_36_7} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:58:40.639458 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2025.12.24 07:58:40.640344 [ 200 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.00143455 sec., 1463873.688613154 rows/sec., 98.65 MiB/sec. 2025.12.24 07:58:40.640558 [ 187 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:58:40.640795 [ 187 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.640862 [ 187 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_36_7} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:58:40.640944 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.12.24 07:58:40.661727 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 569 rows, containing 19 columns (19 merged, 0 gathered) in 0.024223726 sec., 23489.367407805057 rows/sec., 42.09 MiB/sec. 2025.12.24 07:58:40.662677 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:58:40.663055 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:40.663144 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_31_6} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:58:40.663238 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2025.12.24 07:58:43.248148 [ 68 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:58:43.248218 [ 68 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:58:43.342507 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12385 2025.12.24 07:58:43.343045 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:43.343093 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:43.343592 [ 245 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:58:43.343834 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:43.343971 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12385 2025.12.24 07:58:43.343984 [ 68 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:58:43.344054 [ 68 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:43.344078 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:43.344204 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:43.344363 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:43.344405 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9953 rows starting from the beginning of the part 2025.12.24 07:58:43.344474 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:43.344523 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:43.344569 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:43.344606 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:43.344644 [ 187 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:58:43.348550 [ 188 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12385 rows, containing 4 columns (4 merged, 0 gathered) in 0.004403783 sec., 2812354.7413666844 rows/sec., 40.23 MiB/sec. 2025.12.24 07:58:43.348986 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:58:43.349368 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_26_5} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:43.349459 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_26_5} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:58:43.349573 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.12.24 07:58:44.004810 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.12.24 07:58:44.023094 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:44.023150 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:44.028707 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:58:44.029416 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:44.029703 [ 68 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:58:44.029743 [ 68 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:44.029765 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:44.029891 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.032646 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.12.24 07:58:44.033719 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:58:44.035321 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.040004 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.044488 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.048879 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.053081 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.057018 [ 187 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:58:44.109568 [ 188 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.079737425 sec., 2458.0678395370805 rows/sec., 12.71 MiB/sec. 2025.12.24 07:58:44.112556 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:58:44.114607 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_26_5} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:44.114744 [ 202 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_26_5} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:58:44.117711 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 07:58:45.000193 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 257.77 MiB, peak 268.33 MiB, free memory in arenas 0.00 B, will set to 262.00 MiB (RSS), difference: 4.23 MiB 2025.12.24 07:58:45.628373 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:45.628557 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:45.628629 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:45.629378 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:45.629431 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:45.629881 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 07:58:45.630123 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:45.630291 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} executeQuery: Read 110 rows, 9.48 KiB in 0.001783 sec., 61693.77453729669 rows/sec., 5.19 MiB/sec. 2025.12.24 07:58:45.630343 [ 280 ] {1f7286ad-3fbb-49b9-b3ea-8ea578b5bf40} TCPHandler: Processed in 0.002106449 sec. 2025.12.24 07:58:45.630483 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:45.630591 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:45.630637 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:45.631083 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:45.631123 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:45.631469 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:58:45.631691 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:45.631827 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} executeQuery: Read 27 rows, 2.03 KiB in 0.001261 sec., 21411.57811260904 rows/sec., 1.57 MiB/sec. 2025.12.24 07:58:45.631867 [ 280 ] {03f2cdee-ffb5-4662-9f5a-1e440823c7bd} TCPHandler: Processed in 0.00143668 sec. 2025.12.24 07:58:45.631980 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:45.632077 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:45.632125 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:45.632563 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:45.632600 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:45.632920 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 07:58:45.633134 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:45.633266 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} executeQuery: Read 91 rows, 7.28 KiB in 0.001208 sec., 75331.12582781457 rows/sec., 5.88 MiB/sec. 2025.12.24 07:58:45.633304 [ 280 ] {44f2333a-199a-4c5a-bc24-8af95843149a} TCPHandler: Processed in 0.001373299 sec. 2025.12.24 07:58:45.633421 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:45.633517 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:45.633561 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:45.633983 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:45.634020 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:45.634372 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 07:58:45.634590 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:45.634721 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} executeQuery: Read 160 rows, 11.41 KiB in 0.001222 sec., 130932.8968903437 rows/sec., 9.12 MiB/sec. 2025.12.24 07:58:45.634757 [ 280 ] {3f432704-5f14-4049-8d04-709c062b7e15} TCPHandler: Processed in 0.001385088 sec. 2025.12.24 07:58:45.634868 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:45.634962 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:45.635017 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} 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.12.24 07:58:45.635845 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:45.635882 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:45.636453 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:58:45.636687 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:45.636828 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} executeQuery: Read 27 rows, 49.54 KiB in 0.001884 sec., 14331.210191082802 rows/sec., 25.68 MiB/sec. 2025.12.24 07:58:45.636900 [ 280 ] {fb0fa921-35b8-472c-9f34-e494d224a7b2} TCPHandler: Processed in 0.002080818 sec. 2025.12.24 07:58:45.637016 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:45.637112 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:45.637154 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:45.637503 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:45.637539 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:45.637854 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 07:58:45.638068 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:45.638199 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2025.12.24 07:58:45.638235 [ 280 ] {c93cdc05-32e5-43ee-b0ba-fc94681ac338} TCPHandler: Processed in 0.001268135 sec. 2025.12.24 07:58:48.371421 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 676 2025.12.24 07:58:48.373606 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:48.373663 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:48.374854 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.24 07:58:48.375130 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:48.375490 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 676 2025.12.24 07:58:50.630232 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.630415 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.630486 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:58:50.631144 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.631201 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.631607 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:58:50.631866 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.632035 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} executeQuery: Read 24 rows, 2.04 KiB in 0.001667 sec., 14397.120575884823 rows/sec., 1.19 MiB/sec. 2025.12.24 07:58:50.632104 [ 280 ] {9f171cbb-f48e-4b95-aa93-6b6bd925cb56} TCPHandler: Processed in 0.002010456 sec. 2025.12.24 07:58:50.632244 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.632351 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:58:50.632397 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:58:50.632834 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.632872 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.633189 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:58:50.633429 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.633563 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} executeQuery: Read 14 rows, 1.14 KiB in 0.001238 sec., 11308.562197092084 rows/sec., 922.13 KiB/sec. 2025.12.24 07:58:50.633604 [ 280 ] {7241d47c-e96c-47c9-8024-3f6696dedea1} TCPHandler: Processed in 0.001414349 sec. 2025.12.24 07:58:50.633708 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.633806 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:50.633849 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:50.634356 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.634394 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.634737 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 07:58:50.634961 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.635110 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} executeQuery: Read 211 rows, 19.17 KiB in 0.001324 sec., 159365.5589123867 rows/sec., 14.14 MiB/sec. 2025.12.24 07:58:50.635149 [ 280 ] {65aa025d-312f-42a5-8b5a-8d2c83b5b09c} TCPHandler: Processed in 0.001490831 sec. 2025.12.24 07:58:50.635262 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.635359 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.635400 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:50.635809 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.635845 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.636149 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:58:50.636369 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.636506 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} executeQuery: Read 40 rows, 2.99 KiB in 0.001162 sec., 34423.40791738382 rows/sec., 2.51 MiB/sec. 2025.12.24 07:58:50.636543 [ 280 ] {aa913d3a-c81a-48ac-aeb9-381e0e7c126f} TCPHandler: Processed in 0.001331017 sec. 2025.12.24 07:58:50.636651 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.636745 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.636785 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:58:50.637193 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.637231 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.637544 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.24 07:58:50.637789 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.637923 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} executeQuery: Read 24 rows, 2.04 KiB in 0.001196 sec., 20066.889632107024 rows/sec., 1.66 MiB/sec. 2025.12.24 07:58:50.637963 [ 280 ] {4a48d577-8e0d-4db2-8b18-5e8075a3a478} TCPHandler: Processed in 0.001360118 sec. 2025.12.24 07:58:50.638077 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.638172 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.638218 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:58:50.638630 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.638668 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.638977 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.24 07:58:50.639211 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.639352 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} executeQuery: Read 12 rows, 960.00 B in 0.001198 sec., 10016.69449081803 rows/sec., 782.55 KiB/sec. 2025.12.24 07:58:50.639390 [ 280 ] {839d6a58-d7ac-4523-a615-388ccee897c6} TCPHandler: Processed in 0.001363018 sec. 2025.12.24 07:58:50.639520 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.639614 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:50.639653 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:50.640143 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.640179 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.640500 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 07:58:50.640734 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.640969 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} executeQuery: Read 128 rows, 10.64 KiB in 0.001372 sec., 93294.46064139942 rows/sec., 7.57 MiB/sec. 2025.12.24 07:58:50.641008 [ 280 ] {bd12cfc0-e591-4016-956e-1f02f99583af} TCPHandler: Processed in 0.001537633 sec. 2025.12.24 07:58:50.641123 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.641217 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.641261 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:50.641692 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.641730 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.642068 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 07:58:50.642277 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.642512 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} executeQuery: Read 203 rows, 14.89 KiB in 0.001313 sec., 154607.7684691546 rows/sec., 11.08 MiB/sec. 2025.12.24 07:58:50.642551 [ 280 ] {6d014737-fe9c-493a-a5c5-97afad4fe0c3} TCPHandler: Processed in 0.001476852 sec. 2025.12.24 07:58:50.642662 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.642757 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.642812 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} 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.12.24 07:58:50.643601 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.643639 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.644196 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:58:50.644421 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.644557 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} executeQuery: Read 14 rows, 25.69 KiB in 0.001818 sec., 7700.770077007701 rows/sec., 13.80 MiB/sec. 2025.12.24 07:58:50.644619 [ 280 ] {7c6f9700-bb1e-4569-9e70-9c0f20c86e2d} TCPHandler: Processed in 0.002005305 sec. 2025.12.24 07:58:50.644730 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:50.644825 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:50.644867 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:50.645210 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.645246 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.645547 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 07:58:50.645758 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.645896 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.12.24 07:58:50.645931 [ 280 ] {5f71b796-f09d-494e-b5c8-d7f41d730a5e} TCPHandler: Processed in 0.001250085 sec. 2025.12.24 07:58:50.844064 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12833 2025.12.24 07:58:50.844552 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:50.844600 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:50.845112 [ 245 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:58:50.845362 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:50.845499 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12833 2025.12.24 07:58:51.532738 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.12.24 07:58:51.549766 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:51.549834 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:51.555692 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.12.24 07:58:51.556423 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:51.559301 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.12.24 07:58:55.628619 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:55.628831 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:58:55.628906 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:58:55.629584 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:55.629629 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:55.630054 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 07:58:55.630273 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:55.630419 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} executeQuery: Read 110 rows, 9.48 KiB in 0.001643 sec., 66950.69993913572 rows/sec., 5.63 MiB/sec. 2025.12.24 07:58:55.630461 [ 280 ] {07ac43b1-49d2-431c-b066-906152ad2f63} TCPHandler: Processed in 0.001979086 sec. 2025.12.24 07:58:55.630588 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:55.630688 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:58:55.630728 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:58:55.631146 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:55.631184 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:55.631478 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:58:55.631688 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:55.631816 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} executeQuery: Read 27 rows, 2.03 KiB in 0.00115 sec., 23478.260869565216 rows/sec., 1.72 MiB/sec. 2025.12.24 07:58:55.631853 [ 280 ] {b42ed1cb-7b58-441a-a43d-2e56ab561ac5} TCPHandler: Processed in 0.001316506 sec. 2025.12.24 07:58:55.631963 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:55.632057 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:58:55.632096 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:58:55.632505 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:55.632541 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:55.632852 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 07:58:55.633051 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:55.633174 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} executeQuery: Read 91 rows, 7.28 KiB in 0.001135 sec., 80176.2114537445 rows/sec., 6.26 MiB/sec. 2025.12.24 07:58:55.633216 [ 280 ] {6c0b3bbf-34dd-4f33-805b-b72dbd9acd9d} TCPHandler: Processed in 0.001300096 sec. 2025.12.24 07:58:55.633332 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:55.633426 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:55.633468 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:58:55.633866 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:55.633901 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:55.634231 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 07:58:55.634437 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:55.634562 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.12.24 07:58:55.634598 [ 280 ] {fd41055c-ddcb-449a-a8a9-f5b9605c1311} TCPHandler: Processed in 0.001313987 sec. 2025.12.24 07:58:55.634706 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:55.634808 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:58:55.634864 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} 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.12.24 07:58:55.635672 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:55.635710 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:55.636266 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:58:55.636481 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:55.636615 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} executeQuery: Read 27 rows, 49.54 KiB in 0.001855 sec., 14555.256064690026 rows/sec., 26.08 MiB/sec. 2025.12.24 07:58:55.636675 [ 280 ] {61d82c39-816f-4db5-b63a-fdbfc31dead6} TCPHandler: Processed in 0.002052378 sec. 2025.12.24 07:58:55.636786 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:58:55.636876 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:58:55.636915 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:58:55.637299 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:55.637335 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:55.637665 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 07:58:55.637880 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:55.638012 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} executeQuery: Read 60 rows, 4.14 KiB in 0.001109 sec., 54102.795311091075 rows/sec., 3.65 MiB/sec. 2025.12.24 07:58:55.638048 [ 280 ] {c55c432a-257e-4a86-9227-462c2a85459f} TCPHandler: Processed in 0.001271385 sec. 2025.12.24 07:58:58.248264 [ 48 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:58:58.248334 [ 48 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:58:58.345618 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13345 2025.12.24 07:58:58.346505 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:58.346595 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:58.347111 [ 245 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:58.347360 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:58.347508 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13345 2025.12.24 07:58:58.375669 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 708 2025.12.24 07:58:58.377979 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:58.378029 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:58.379287 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.24 07:58:58.379564 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:58.379919 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 708 2025.12.24 07:58:59.059392 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.12.24 07:58:59.076145 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:58:59.076210 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:58:59.082500 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.12.24 07:58:59.083248 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:58:59.086334 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.12.24 07:59:00.627525 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:00.627698 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:00.627764 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:00.628438 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:00.628485 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:00.628898 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 07:59:00.629128 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:00.629285 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} executeQuery: Read 84 rows, 7.20 KiB in 0.001636 sec., 51344.74327628362 rows/sec., 4.30 MiB/sec. 2025.12.24 07:59:00.629334 [ 280 ] {2f80d867-d6ae-4067-ab0f-ece990eaf115} TCPHandler: Processed in 0.001938314 sec. 2025.12.24 07:59:00.629466 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:00.629569 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:00.629612 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:00.630018 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:00.630056 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:00.630372 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:59:00.630585 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:00.630721 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} executeQuery: Read 14 rows, 1.05 KiB in 0.001176 sec., 11904.761904761905 rows/sec., 895.18 KiB/sec. 2025.12.24 07:59:00.630759 [ 280 ] {cf9c0ac8-60fb-4567-9a0a-3fbedfcd084d} TCPHandler: Processed in 0.001344458 sec. 2025.12.24 07:59:00.630878 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:00.630975 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:00.631014 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:00.631450 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:00.631495 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:00.631804 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 07:59:00.632021 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:00.632151 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} executeQuery: Read 78 rows, 6.24 KiB in 0.001196 sec., 65217.391304347824 rows/sec., 5.09 MiB/sec. 2025.12.24 07:59:00.632187 [ 280 ] {b6f179f1-586e-4fe5-a683-6b22514088a7} TCPHandler: Processed in 0.001358087 sec. 2025.12.24 07:59:00.632303 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:00.632396 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:00.632438 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:00.632862 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:00.632898 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:00.633255 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 07:59:00.633466 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:00.633592 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} executeQuery: Read 160 rows, 11.41 KiB in 0.001214 sec., 131795.71663920922 rows/sec., 9.18 MiB/sec. 2025.12.24 07:59:00.633628 [ 280 ] {c500fbf8-02ea-4994-8432-3c8917545031} TCPHandler: Processed in 0.001372059 sec. 2025.12.24 07:59:00.633739 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:00.633832 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:00.633886 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} 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.12.24 07:59:00.634685 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:00.634720 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:00.635234 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:59:00.635453 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:00.635587 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} executeQuery: Read 14 rows, 25.69 KiB in 0.001772 sec., 7900.677200902935 rows/sec., 14.16 MiB/sec. 2025.12.24 07:59:00.635638 [ 280 ] {cedb9c43-f02b-469a-88c6-e6fc29253f61} TCPHandler: Processed in 0.001946675 sec. 2025.12.24 07:59:00.635755 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:00.635848 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:00.635889 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:00.636223 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:00.636263 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:00.636576 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 07:59:00.636804 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:00.636931 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.12.24 07:59:00.636970 [ 280 ] {6e272c5c-38ad-4129-9a50-f41305601041} TCPHandler: Processed in 0.001265045 sec. 2025.12.24 07:59:05.659092 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.659297 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:05.659368 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:05.660700 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.660745 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.661286 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 07:59:05.661535 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.661691 [ 37 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 07:59:05.661724 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} executeQuery: Read 1250 rows, 106.04 KiB in 0.002475 sec., 505050.505050505 rows/sec., 41.84 MiB/sec. 2025.12.24 07:59:05.661736 [ 37 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.661762 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.661788 [ 280 ] {a7d8718d-7933-4dc7-ab74-843c6161b9b8} TCPHandler: Processed in 0.002831249 sec. 2025.12.24 07:59:05.661896 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:59:05.661939 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.662032 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:05.662053 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:05.662070 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1409 rows starting from the beginning of the part 2025.12.24 07:59:05.662111 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:05.662150 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 110 rows starting from the beginning of the part 2025.12.24 07:59:05.662209 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 211 rows starting from the beginning of the part 2025.12.24 07:59:05.662270 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 110 rows starting from the beginning of the part 2025.12.24 07:59:05.662334 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 84 rows starting from the beginning of the part 2025.12.24 07:59:05.662391 [ 191 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1250 rows starting from the beginning of the part 2025.12.24 07:59:05.662657 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.662700 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.663074 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:59:05.663336 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.663458 [ 37 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:59:05.663484 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} executeQuery: Read 27 rows, 2.03 KiB in 0.001457 sec., 18531.228551818807 rows/sec., 1.36 MiB/sec. 2025.12.24 07:59:05.663496 [ 37 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.663518 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.663529 [ 280 ] {d8911156-e964-43be-9899-7944b622ceb4} TCPHandler: Processed in 0.001644115 sec. 2025.12.24 07:59:05.663640 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:59:05.663669 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.663784 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:59:05.663784 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:05.663835 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:59:05.663845 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 71 rows starting from the beginning of the part 2025.12.24 07:59:05.663923 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:05.663974 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:59:05.664025 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:05.664048 [ 188 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 3174 rows, containing 5 columns (5 merged, 0 gathered) in 0.002210532 sec., 1435853.4506625556 rows/sec., 125.86 MiB/sec. 2025.12.24 07:59:05.664070 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:05.664137 [ 202 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:05.664340 [ 195 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 07:59:05.664373 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.664418 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.664670 [ 195 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.664753 [ 195 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_41_8} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 07:59:05.664835 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.24 07:59:05.664841 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.12.24 07:59:05.665045 [ 197 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 206 rows, containing 5 columns (5 merged, 0 gathered) in 0.001470391 sec., 140098.7900497215 rows/sec., 10.79 MiB/sec. 2025.12.24 07:59:05.665068 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.665183 [ 195 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:59:05.665201 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} executeQuery: Read 228 rows, 15.81 KiB in 0.001441 sec., 158223.4559333796 rows/sec., 10.71 MiB/sec. 2025.12.24 07:59:05.665244 [ 280 ] {ded8e0dd-c362-4007-b2f6-311ce609ace5} TCPHandler: Processed in 0.001629005 sec. 2025.12.24 07:59:05.665364 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.665464 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:05.665496 [ 195 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.665506 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:05.665576 [ 195 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_36_7} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:59:05.665660 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 07:59:05.666132 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.666172 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.666518 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 07:59:05.666729 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.666841 [ 37 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 07:59:05.666856 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} executeQuery: Read 547 rows, 41.57 KiB in 0.001411 sec., 387668.32034018426 rows/sec., 28.77 MiB/sec. 2025.12.24 07:59:05.666882 [ 37 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.666897 [ 280 ] {09acbd03-13ae-4826-b882-5f34536cce1a} TCPHandler: Processed in 0.001581004 sec. 2025.12.24 07:59:05.666910 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.666984 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:59:05.667036 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.667082 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:05.667114 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 633 rows starting from the beginning of the part 2025.12.24 07:59:05.667132 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:05.667179 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:05.667188 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 91 rows starting from the beginning of the part 2025.12.24 07:59:05.667246 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 128 rows starting from the beginning of the part 2025.12.24 07:59:05.667291 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 91 rows starting from the beginning of the part 2025.12.24 07:59:05.667329 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 78 rows starting from the beginning of the part 2025.12.24 07:59:05.667368 [ 197 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 547 rows starting from the beginning of the part 2025.12.24 07:59:05.667769 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.667803 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.668217 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 07:59:05.668386 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1568 rows, containing 5 columns (5 merged, 0 gathered) in 0.00143185 sec., 1095086.7758494257 rows/sec., 87.28 MiB/sec. 2025.12.24 07:59:05.668453 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.668577 [ 37 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 07:59:05.668607 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 07:59:05.668622 [ 37 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.668613 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} executeQuery: Read 844 rows, 58.17 KiB in 0.001497 sec., 563794.2551770207 rows/sec., 37.95 MiB/sec. 2025.12.24 07:59:05.668671 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.668702 [ 280 ] {82335cff-2fef-49c8-9809-dc77a9c62dbc} TCPHandler: Processed in 0.001724558 sec. 2025.12.24 07:59:05.668763 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:59:05.668841 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.668902 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:05.668937 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10761 rows starting from the beginning of the part 2025.12.24 07:59:05.668940 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:05.668944 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.668987 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:59:05.669003 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} 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.12.24 07:59:05.669035 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 203 rows starting from the beginning of the part 2025.12.24 07:59:05.669051 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_41_8} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 07:59:05.669076 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:05.669122 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:05.669165 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 07:59:05.669169 [ 197 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 844 rows starting from the beginning of the part 2025.12.24 07:59:05.669871 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.669907 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.670557 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:59:05.670799 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.670950 [ 35 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:59:05.670952 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} executeQuery: Read 27 rows, 49.54 KiB in 0.00203 sec., 13300.492610837438 rows/sec., 23.83 MiB/sec. 2025.12.24 07:59:05.670997 [ 35 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.671024 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.671055 [ 280 ] {1c7f3732-d67e-417c-bc6f-f877ca6e7517} TCPHandler: Processed in 0.002262433 sec. 2025.12.24 07:59:05.671110 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:59:05.671189 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:05.671291 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:05.671330 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:05.671334 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:05.671386 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 569 rows starting from the beginning of the part 2025.12.24 07:59:05.671507 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:05.671601 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:05.671694 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:05.671708 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.671749 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.671789 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:05.671881 [ 188 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:05.672103 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 07:59:05.672378 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.672499 [ 35 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 07:59:05.672521 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2025.12.24 07:59:05.672533 [ 35 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.672567 [ 35 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.672568 [ 280 ] {babc2541-5e8a-4fe0-8f6a-ffef94237dcd} TCPHandler: Processed in 0.00142724 sec. 2025.12.24 07:59:05.672649 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:05.672791 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:05.672821 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2100 rows starting from the beginning of the part 2025.12.24 07:59:05.672876 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:05.672925 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:05.672969 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:05.673017 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:05.673079 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:05.674127 [ 186 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12288 rows, containing 5 columns (5 merged, 0 gathered) in 0.005394811 sec., 2277744.299105196 rows/sec., 156.42 MiB/sec. 2025.12.24 07:59:05.674415 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 07:59:05.674470 [ 197 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2400 rows, containing 4 columns (4 merged, 0 gathered) in 0.001858341 sec., 1291474.4925716002 rows/sec., 87.04 MiB/sec. 2025.12.24 07:59:05.674690 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.674764 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 07:59:05.674776 [ 189 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_41_8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 07:59:05.674896 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.36 MiB. 2025.12.24 07:59:05.675063 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.675141 [ 199 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_41_8} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 07:59:05.675210 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.12.24 07:59:05.677265 [ 198 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 678 rows, containing 19 columns (19 merged, 0 gathered) in 0.006193002 sec., 109478.40804831001 rows/sec., 196.18 MiB/sec. 2025.12.24 07:59:05.678394 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:59:05.678723 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.678799 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_36_7} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:59:05.678913 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.56 MiB. 2025.12.24 07:59:05.847578 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13793 2025.12.24 07:59:05.848081 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:05.848128 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:05.848647 [ 245 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:59:05.848874 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:05.849007 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13793 2025.12.24 07:59:06.000189 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 264.61 MiB, peak 276.48 MiB, free memory in arenas 0.00 B, will set to 268.89 MiB (RSS), difference: 4.28 MiB 2025.12.24 07:59:06.586392 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.12.24 07:59:06.604069 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:06.604139 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:06.610471 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.12.24 07:59:06.611237 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:06.615032 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.12.24 07:59:08.380082 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 26 entries to flush up to offset 734 2025.12.24 07:59:08.382321 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:08.382375 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:08.383607 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.24 07:59:08.383897 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:08.384049 [ 33 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.24 07:59:08.384117 [ 33 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:08.384139 [ 33 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:08.384261 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 734 2025.12.24 07:59:08.384271 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:59:08.384906 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:08.385061 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 588 rows starting from the beginning of the part 2025.12.24 07:59:08.385703 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part 2025.12.24 07:59:08.386116 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part 2025.12.24 07:59:08.386439 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:08.386750 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:59:08.387059 [ 188 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part 2025.12.24 07:59:08.393119 [ 199 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.008912168 sec., 82359.3092051227 rows/sec., 68.84 MiB/sec. 2025.12.24 07:59:08.394389 [ 197 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.24 07:59:08.395103 [ 197 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:08.395199 [ 197 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_21_4} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.24 07:59:08.395472 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.12.24 07:59:10.627615 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:10.627789 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:10.627855 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:10.628485 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:10.628531 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:10.628914 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 07:59:10.629136 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:10.629292 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} executeQuery: Read 84 rows, 7.20 KiB in 0.001553 sec., 54088.860270444304 rows/sec., 4.53 MiB/sec. 2025.12.24 07:59:10.629341 [ 280 ] {62ad3cc6-ec5d-4ae6-b3f6-57b56f0a4f48} TCPHandler: Processed in 0.001858411 sec. 2025.12.24 07:59:10.629467 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:10.629569 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:10.629612 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:10.630021 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:10.630058 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:10.630365 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 07:59:10.630573 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:10.630703 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} executeQuery: Read 14 rows, 1.05 KiB in 0.001158 sec., 12089.810017271158 rows/sec., 909.10 KiB/sec. 2025.12.24 07:59:10.630740 [ 280 ] {4348c8ed-049b-4410-88dd-98c14964f803} TCPHandler: Processed in 0.001324727 sec. 2025.12.24 07:59:10.630851 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:10.630945 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:10.630984 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:10.631392 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:10.631427 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:10.631740 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 07:59:10.631945 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:10.632071 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} executeQuery: Read 78 rows, 6.24 KiB in 0.001145 sec., 68122.27074235809 rows/sec., 5.32 MiB/sec. 2025.12.24 07:59:10.632107 [ 280 ] {0bcfbfc3-1b5a-47a2-aed6-52b49e7c1439} TCPHandler: Processed in 0.001303507 sec. 2025.12.24 07:59:10.632221 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:10.632315 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:10.632358 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:10.632750 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:10.632785 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:10.633111 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 07:59:10.633313 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:10.633440 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} executeQuery: Read 160 rows, 11.41 KiB in 0.001144 sec., 139860.13986013984 rows/sec., 9.74 MiB/sec. 2025.12.24 07:59:10.633476 [ 280 ] {ea7f197e-0b51-41a8-81da-6ca20ee1dc4c} TCPHandler: Processed in 0.001302597 sec. 2025.12.24 07:59:10.633585 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:10.633677 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:10.633729 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} 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.12.24 07:59:10.634477 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:10.634513 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:10.635020 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.12.24 07:59:10.635235 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:10.635372 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} executeQuery: Read 14 rows, 25.69 KiB in 0.001713 sec., 8172.796263864566 rows/sec., 14.65 MiB/sec. 2025.12.24 07:59:10.635433 [ 280 ] {4cf14a10-61f3-4c29-9f9d-601f4309b896} TCPHandler: Processed in 0.001895023 sec. 2025.12.24 07:59:10.635546 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:10.635639 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:10.635680 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:10.636011 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:10.636047 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:10.636354 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 07:59:10.636559 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:10.636684 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.12.24 07:59:10.636719 [ 280 ] {2014e6c0-794c-4421-a914-c90c2c95dad0} TCPHandler: Processed in 0.001220524 sec. 2025.12.24 07:59:13.248378 [ 55 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:59:13.248471 [ 55 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:59:13.349129 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14305 2025.12.24 07:59:13.349933 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:13.349979 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:13.350477 [ 245 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:59:13.350713 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:13.350853 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14305 2025.12.24 07:59:14.115141 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.12.24 07:59:14.133542 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:14.133602 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:14.139970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.12.24 07:59:14.140758 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:14.144305 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.12.24 07:59:15.628793 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:15.628988 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:15.629071 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:15.629846 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:15.629894 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:15.630317 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 07:59:15.630596 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:15.630761 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} executeQuery: Read 110 rows, 9.48 KiB in 0.001824 sec., 60307.01754385965 rows/sec., 5.07 MiB/sec. 2025.12.24 07:59:15.630803 [ 280 ] {74e9ab25-6def-4684-addd-f105c718ccf7} TCPHandler: Processed in 0.00215254 sec. 2025.12.24 07:59:15.630946 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:15.631050 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:15.631093 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:15.631530 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:15.631567 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:15.631888 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 07:59:15.632122 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:15.632256 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} executeQuery: Read 27 rows, 2.03 KiB in 0.001225 sec., 22040.816326530614 rows/sec., 1.62 MiB/sec. 2025.12.24 07:59:15.632295 [ 280 ] {86c926e5-7751-45e0-9ee6-1b1bbaaa9a99} TCPHandler: Processed in 0.001407039 sec. 2025.12.24 07:59:15.632410 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:15.632506 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:15.632546 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:15.632970 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:15.633006 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:15.633311 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 07:59:15.633524 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:15.633650 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} executeQuery: Read 91 rows, 7.28 KiB in 0.001162 sec., 78313.25301204818 rows/sec., 6.12 MiB/sec. 2025.12.24 07:59:15.633686 [ 280 ] {486b7d93-76f4-406a-82f0-f00373097128} TCPHandler: Processed in 0.001325067 sec. 2025.12.24 07:59:15.633801 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:15.633895 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:15.633939 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:15.634342 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:15.634378 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:15.634718 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 07:59:15.634932 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:15.635058 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.12.24 07:59:15.635095 [ 280 ] {952e0416-049d-48ff-869e-2d2cfb9a2f19} TCPHandler: Processed in 0.001341827 sec. 2025.12.24 07:59:15.635208 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:15.635303 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:15.635357 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} 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.12.24 07:59:15.636145 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:15.636180 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:15.636714 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.12.24 07:59:15.636943 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:15.637086 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} executeQuery: Read 27 rows, 49.54 KiB in 0.001801 sec., 14991.671293725707 rows/sec., 26.86 MiB/sec. 2025.12.24 07:59:15.637147 [ 280 ] {2616d91d-24f5-47ba-bdbf-4e4e9cd432c9} TCPHandler: Processed in 0.001987525 sec. 2025.12.24 07:59:15.637262 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:15.637356 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:15.637397 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:15.637725 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:15.637761 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:15.638084 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 07:59:15.638298 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:15.638420 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.12.24 07:59:15.638455 [ 280 ] {81902528-cee3-4003-aff5-879387fbd41f} TCPHandler: Processed in 0.001241425 sec. 2025.12.24 07:59:17.567305 [ 41 ] {} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.24 07:59:17.567388 [ 41 ] {} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:17.567413 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:17.567542 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::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.12.24 07:59:17.567690 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:17.567724 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 254 rows starting from the beginning of the part 2025.12.24 07:59:17.567816 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:17.567868 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2025.12.24 07:59:17.567915 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:17.567957 [ 192 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part 2025.12.24 07:59:17.568834 [ 197 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 758 rows, containing 5 columns (5 merged, 0 gathered) in 0.001352468 sec., 560456.8832682179 rows/sec., 40.90 MiB/sec. 2025.12.24 07:59:17.569032 [ 199 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.24 07:59:17.569355 [ 199 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:17.569438 [ 199 ] {644a7b5d-a16c-4ebb-b2b5-10574d7a8158::all_1_13_3} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.24 07:59:17.569534 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.24 07:59:18.384452 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 758 2025.12.24 07:59:18.386617 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:18.386677 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:18.387877 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.24 07:59:18.388155 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:18.388522 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 758 2025.12.24 07:59:20.630646 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.630910 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.631007 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:59:20.631777 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.631822 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.632224 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:59:20.632448 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.632589 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} executeQuery: Read 24 rows, 2.04 KiB in 0.001714 sec., 14002.333722287047 rows/sec., 1.16 MiB/sec. 2025.12.24 07:59:20.632635 [ 280 ] {31b5ff13-abdd-438e-a16b-510c311e571c} TCPHandler: Processed in 0.00214312 sec. 2025.12.24 07:59:20.632756 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.632852 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:20.632892 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:20.633428 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.633465 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.633793 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 07:59:20.633998 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.634125 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} executeQuery: Read 204 rows, 18.66 KiB in 0.001292 sec., 157894.73684210528 rows/sec., 14.10 MiB/sec. 2025.12.24 07:59:20.634164 [ 280 ] {94399490-d749-45e6-8fc3-de2287221fc6} TCPHandler: Processed in 0.00145365 sec. 2025.12.24 07:59:20.634281 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.634375 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.634414 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:20.634815 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.634851 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.635148 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 07:59:20.635354 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.635479 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} executeQuery: Read 26 rows, 2.01 KiB in 0.001123 sec., 23152.270703472837 rows/sec., 1.75 MiB/sec. 2025.12.24 07:59:20.635519 [ 280 ] {085aa782-4e72-453e-96dd-6f02e653b354} TCPHandler: Processed in 0.001285726 sec. 2025.12.24 07:59:20.635626 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.635721 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.635759 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:59:20.636147 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.636183 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.636467 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.24 07:59:20.636667 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.636789 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} executeQuery: Read 24 rows, 2.04 KiB in 0.001086 sec., 22099.447513812156 rows/sec., 1.83 MiB/sec. 2025.12.24 07:59:20.636826 [ 280 ] {044c6675-cbd5-4baa-935d-a30f00118a09} TCPHandler: Processed in 0.001246175 sec. 2025.12.24 07:59:20.636940 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.637032 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.637070 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:59:20.637455 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.637491 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.637774 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:59:20.637974 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.638095 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} executeQuery: Read 12 rows, 960.00 B in 0.001081 sec., 11100.832562442183 rows/sec., 867.25 KiB/sec. 2025.12.24 07:59:20.638132 [ 280 ] {65d8f0d3-db3d-4f66-8bb4-958beb29d088} TCPHandler: Processed in 0.001238895 sec. 2025.12.24 07:59:20.638238 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.638331 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:20.638369 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:20.638791 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.638826 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.639124 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 07:59:20.639342 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.639464 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} executeQuery: Read 114 rows, 9.49 KiB in 0.00115 sec., 99130.4347826087 rows/sec., 8.06 MiB/sec. 2025.12.24 07:59:20.639499 [ 280 ] {c2ca5e2b-aa40-4cb2-9773-4a0e60bd09f6} TCPHandler: Processed in 0.001308007 sec. 2025.12.24 07:59:20.639609 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.639702 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.639744 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:20.640138 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.640173 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.640497 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 07:59:20.640700 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.640824 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} executeQuery: Read 196 rows, 14.40 KiB in 0.00114 sec., 171929.8245614035 rows/sec., 12.34 MiB/sec. 2025.12.24 07:59:20.640859 [ 280 ] {b3e00ff6-6cdb-4f35-bba8-3af327de830e} TCPHandler: Processed in 0.001297236 sec. 2025.12.24 07:59:20.640970 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.641063 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.641114 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} 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.12.24 07:59:20.641867 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.641902 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.642408 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.12.24 07:59:20.642628 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.642758 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} executeQuery: Read 14 rows, 25.69 KiB in 0.001713 sec., 8172.796263864566 rows/sec., 14.65 MiB/sec. 2025.12.24 07:59:20.642810 [ 280 ] {f8a8ef41-83ee-4a71-a5d9-46c078d0aa93} TCPHandler: Processed in 0.001887262 sec. 2025.12.24 07:59:20.642938 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:20.643031 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:20.643071 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:20.643403 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.643438 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.643733 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 07:59:20.643942 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.644065 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.12.24 07:59:20.644100 [ 280 ] {9ab487d4-16c0-492f-af95-b5d483921420} TCPHandler: Processed in 0.001219054 sec. 2025.12.24 07:59:20.850954 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14753 2025.12.24 07:59:20.851346 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.851378 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.851761 [ 245 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:59:20.851973 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.852077 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14753 2025.12.24 07:59:20.852096 [ 176 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:59:20.852164 [ 176 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:20.852185 [ 176 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:20.852290 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:20.852414 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:20.852453 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12385 rows starting from the beginning of the part 2025.12.24 07:59:20.852516 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:20.852561 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:20.852607 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:20.852646 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:20.852686 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:20.854579 [ 197 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14753 rows, containing 4 columns (4 merged, 0 gathered) in 0.002339935 sec., 6304875.990145026 rows/sec., 90.19 MiB/sec. 2025.12.24 07:59:20.855053 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:59:20.855382 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_31_6} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:20.855464 [ 190 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_31_6} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:59:20.855587 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.12.24 07:59:21.644380 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.12.24 07:59:21.662147 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:21.662204 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:21.667968 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.12.24 07:59:21.668647 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:21.668935 [ 176 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.12.24 07:59:21.668979 [ 176 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:21.669001 [ 176 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.32 GiB. 2025.12.24 07:59:21.669133 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.671864 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.12.24 07:59:21.673423 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:21.675090 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.679767 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.684384 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.688955 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.693423 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.697716 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:21.749670 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.080599929 sec., 2903.2283638860276 rows/sec., 15.01 MiB/sec. 2025.12.24 07:59:21.751475 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.12.24 07:59:21.753593 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_31_6} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:21.753706 [ 197 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_31_6} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.12.24 07:59:21.755586 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.12.24 07:59:22.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 270.19 MiB, peak 280.73 MiB, free memory in arenas 0.00 B, will set to 274.63 MiB (RSS), difference: 4.44 MiB 2025.12.24 07:59:25.628955 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:25.629262 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:25.629369 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:25.630088 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:25.630135 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:25.630530 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 07:59:25.630758 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:25.630918 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} executeQuery: Read 110 rows, 9.48 KiB in 0.001734 sec., 63437.13956170703 rows/sec., 5.34 MiB/sec. 2025.12.24 07:59:25.630960 [ 280 ] {492c1a43-912f-40ea-8dda-1ed7377cd80d} TCPHandler: Processed in 0.002187431 sec. 2025.12.24 07:59:25.631083 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:25.631178 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:25.631218 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:25.631614 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:25.631650 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:25.631943 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 07:59:25.632151 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:25.632275 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} executeQuery: Read 27 rows, 2.03 KiB in 0.001115 sec., 24215.2466367713 rows/sec., 1.78 MiB/sec. 2025.12.24 07:59:25.632314 [ 280 ] {0f710025-4326-4d0e-99dd-a308e3a25475} TCPHandler: Processed in 0.001278596 sec. 2025.12.24 07:59:25.632421 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:25.632514 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:25.632553 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:25.632965 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:25.633000 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:25.633295 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 07:59:25.633533 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:25.633666 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} executeQuery: Read 91 rows, 7.28 KiB in 0.001169 sec., 77844.31137724551 rows/sec., 6.08 MiB/sec. 2025.12.24 07:59:25.633702 [ 280 ] {052100b8-3f01-45cd-be66-0fdec09cb514} TCPHandler: Processed in 0.001329157 sec. 2025.12.24 07:59:25.633811 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:25.633905 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:25.633948 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:25.634343 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:25.634378 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:25.634694 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 07:59:25.634899 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:25.635033 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2025.12.24 07:59:25.635069 [ 280 ] {d5acd596-9a62-40dc-9acf-1d3545db0e41} TCPHandler: Processed in 0.001305706 sec. 2025.12.24 07:59:25.635166 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:25.635257 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:25.635310 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} 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.12.24 07:59:25.636092 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:25.636128 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:25.636656 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.12.24 07:59:25.636873 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:25.637004 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} executeQuery: Read 27 rows, 49.54 KiB in 0.001765 sec., 15297.450424929179 rows/sec., 27.41 MiB/sec. 2025.12.24 07:59:25.637056 [ 280 ] {72eb8532-5bab-4e90-ba79-095a5c5e2165} TCPHandler: Processed in 0.001935884 sec. 2025.12.24 07:59:25.637165 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:25.637258 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:25.637403 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:25.637733 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:25.637768 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:25.638062 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 07:59:25.638269 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:25.638409 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} executeQuery: Read 60 rows, 4.14 KiB in 0.001169 sec., 51325.919589392644 rows/sec., 3.46 MiB/sec. 2025.12.24 07:59:25.638444 [ 280 ] {12ab3f10-32b5-410c-9173-91f64a4c4228} TCPHandler: Processed in 0.001325866 sec. 2025.12.24 07:59:28.248719 [ 157 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:59:28.248794 [ 157 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:59:28.352171 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15265 2025.12.24 07:59:28.353178 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:28.353251 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:28.354279 [ 245 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:59:28.354527 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:28.354679 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15265 2025.12.24 07:59:28.388658 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 788 2025.12.24 07:59:28.390914 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:28.390970 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:28.392195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.24 07:59:28.392489 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:28.392854 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 788 2025.12.24 07:59:29.001239 [ 249 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000843833 sec. 2025.12.24 07:59:29.171940 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.12.24 07:59:29.187941 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:29.188005 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:29.193397 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.12.24 07:59:29.194071 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:29.196892 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.12.24 07:59:30.628570 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:30.628752 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:30.628821 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:30.629524 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.629570 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.630009 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 07:59:30.630248 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.630382 [ 137 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 07:59:30.630407 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} executeQuery: Read 84 rows, 7.20 KiB in 0.001705 sec., 49266.86217008798 rows/sec., 4.12 MiB/sec. 2025.12.24 07:59:30.630418 [ 137 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.630441 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.630461 [ 280 ] {f593ecdd-ef91-4201-b7d4-74611747adca} TCPHandler: Processed in 0.002026466 sec. 2025.12.24 07:59:30.630572 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:59:30.630594 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:30.630722 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:30.630725 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:30.630783 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:30.630784 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1409 rows starting from the beginning of the part 2025.12.24 07:59:30.630874 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 84 rows starting from the beginning of the part 2025.12.24 07:59:30.630921 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 110 rows starting from the beginning of the part 2025.12.24 07:59:30.630973 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 204 rows starting from the beginning of the part 2025.12.24 07:59:30.631036 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 110 rows starting from the beginning of the part 2025.12.24 07:59:30.631114 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 84 rows starting from the beginning of the part 2025.12.24 07:59:30.631279 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.631323 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.631674 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 07:59:30.631918 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.632041 [ 137 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 07:59:30.632062 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} executeQuery: Read 14 rows, 1.05 KiB in 0.001372 sec., 10204.081632653062 rows/sec., 767.30 KiB/sec. 2025.12.24 07:59:30.632073 [ 137 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.632097 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.632102 [ 280 ] {3a08f516-4f5a-4342-ad57-3098ae601dee} TCPHandler: Processed in 0.001559414 sec. 2025.12.24 07:59:30.632195 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:59:30.632230 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:30.632310 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:30.632330 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:30.632355 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 71 rows starting from the beginning of the part 2025.12.24 07:59:30.632372 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:30.632441 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:30.632515 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:30.632558 [ 200 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2001 rows, containing 5 columns (5 merged, 0 gathered) in 0.002051448 sec., 975408.5894451139 rows/sec., 86.14 MiB/sec. 2025.12.24 07:59:30.632580 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 26 rows starting from the beginning of the part 2025.12.24 07:59:30.632660 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:30.632725 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:30.632814 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.632822 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 07:59:30.632855 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.633183 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.633281 [ 196 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_46_9} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 07:59:30.633424 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.12.24 07:59:30.633498 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 07:59:30.633735 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.633843 [ 137 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 07:59:30.633871 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} executeQuery: Read 78 rows, 6.24 KiB in 0.001561 sec., 49967.969250480455 rows/sec., 3.90 MiB/sec. 2025.12.24 07:59:30.633873 [ 137 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.633901 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.633909 [ 280 ] {9f04d971-a9cb-4e25-ab98-2f2cf5c9f83a} TCPHandler: Processed in 0.001729508 sec. 2025.12.24 07:59:30.633911 [ 200 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 179 rows, containing 5 columns (5 merged, 0 gathered) in 0.00176751 sec., 101272.41147150511 rows/sec., 7.83 MiB/sec. 2025.12.24 07:59:30.634015 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:59:30.634030 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:30.634060 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 07:59:30.634146 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:30.634165 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:30.634191 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:30.634207 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 633 rows starting from the beginning of the part 2025.12.24 07:59:30.634320 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 78 rows starting from the beginning of the part 2025.12.24 07:59:30.634327 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.634381 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 91 rows starting from the beginning of the part 2025.12.24 07:59:30.634432 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 114 rows starting from the beginning of the part 2025.12.24 07:59:30.634436 [ 193 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_41_8} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 07:59:30.634478 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 91 rows starting from the beginning of the part 2025.12.24 07:59:30.634531 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 78 rows starting from the beginning of the part 2025.12.24 07:59:30.634536 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.24 07:59:30.634669 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.634705 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.635074 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 07:59:30.635314 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.635421 [ 137 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 07:59:30.635450 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} executeQuery: Read 160 rows, 11.41 KiB in 0.001325 sec., 120754.71698113208 rows/sec., 8.41 MiB/sec. 2025.12.24 07:59:30.635451 [ 137 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.635480 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.635487 [ 280 ] {efc3e62b-1dc8-43ff-96ed-1eb22dddea9c} TCPHandler: Processed in 0.001506062 sec. 2025.12.24 07:59:30.635587 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:59:30.635608 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:30.635635 [ 191 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1085 rows, containing 5 columns (5 merged, 0 gathered) in 0.001676277 sec., 647267.7248449987 rows/sec., 52.21 MiB/sec. 2025.12.24 07:59:30.635723 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:30.635735 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:30.635791 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} 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.12.24 07:59:30.635795 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12288 rows starting from the beginning of the part 2025.12.24 07:59:30.635831 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 07:59:30.635881 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:30.635938 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:59:30.635986 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 196 rows starting from the beginning of the part 2025.12.24 07:59:30.636037 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:30.636082 [ 187 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:30.636130 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.636212 [ 194 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_46_9} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 07:59:30.636297 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.12.24 07:59:30.636693 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.636734 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.637304 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.12.24 07:59:30.637557 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.637701 [ 137 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.12.24 07:59:30.637703 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} executeQuery: Read 14 rows, 25.69 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 12.55 MiB/sec. 2025.12.24 07:59:30.637758 [ 137 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.637793 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.637800 [ 280 ] {500b0bf4-07f0-4bdc-8c18-d649e269db2a} TCPHandler: Processed in 0.002240193 sec. 2025.12.24 07:59:30.637887 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:59:30.637933 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:30.638034 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:30.638078 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:30.638125 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:30.638186 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 678 rows starting from the beginning of the part 2025.12.24 07:59:30.638312 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:30.638440 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:30.638452 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.638494 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.638540 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:30.638650 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:30.638768 [ 200 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:30.638865 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 07:59:30.639117 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.639258 [ 151 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 07:59:30.639265 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} executeQuery: Read 60 rows, 4.14 KiB in 0.001248 sec., 48076.92307692308 rows/sec., 3.24 MiB/sec. 2025.12.24 07:59:30.639304 [ 151 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:30.639323 [ 280 ] {71537699-6de0-4072-8c37-0f99e80a4d20} TCPHandler: Processed in 0.00143915 sec. 2025.12.24 07:59:30.639333 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:30.639426 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:30.639520 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:30.639548 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2400 rows starting from the beginning of the part 2025.12.24 07:59:30.639597 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:30.639636 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:30.639672 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:30.639707 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:30.639741 [ 194 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:30.641202 [ 202 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2700 rows, containing 4 columns (4 merged, 0 gathered) in 0.001808001 sec., 1493362.0058838462 rows/sec., 100.64 MiB/sec. 2025.12.24 07:59:30.641557 [ 195 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 07:59:30.641741 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13124 rows, containing 5 columns (5 merged, 0 gathered) in 0.006208813 sec., 2113769.572380421 rows/sec., 145.36 MiB/sec. 2025.12.24 07:59:30.641966 [ 195 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.642085 [ 195 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_46_9} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 07:59:30.642210 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.12.24 07:59:30.642221 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 07:59:30.642580 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.642662 [ 202 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_46_9} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 07:59:30.642779 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.53 MiB. 2025.12.24 07:59:30.645314 [ 195 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 774 rows, containing 19 columns (19 merged, 0 gathered) in 0.007465289 sec., 103679.8441426715 rows/sec., 185.79 MiB/sec. 2025.12.24 07:59:30.646515 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.12.24 07:59:30.646846 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:30.646919 [ 202 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_41_8} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.12.24 07:59:30.647075 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. 2025.12.24 07:59:31.000198 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 275.43 MiB, peak 287.67 MiB, free memory in arenas 0.00 B, will set to 280.46 MiB (RSS), difference: 5.03 MiB 2025.12.24 07:59:33.365670 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48553 2025.12.24 07:59:33.365852 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.365899 [ 290 ] {} TCP-Session: b0921146-e690-49f6-a941-bfc0cf9cebcd Authenticating user 'default' from [fd00:1122:3344:101::e]:48553 2025.12.24 07:59:33.365938 [ 290 ] {} TCP-Session: b0921146-e690-49f6-a941-bfc0cf9cebcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.365960 [ 290 ] {} TCP-Session: b0921146-e690-49f6-a941-bfc0cf9cebcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.366284 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64098 2025.12.24 07:59:33.366285 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46243 2025.12.24 07:59:33.366381 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.366390 [ 290 ] {} TCP-Session: b0921146-e690-49f6-a941-bfc0cf9cebcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:33.366423 [ 293 ] {} TCP-Session: 28b06e35-8728-48bd-8025-90c91647594f Authenticating user 'default' from [fd00:1122:3344:101::e]:64098 2025.12.24 07:59:33.366445 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.366450 [ 293 ] {} TCP-Session: 28b06e35-8728-48bd-8025-90c91647594f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.366489 [ 292 ] {} TCP-Session: 5650e09f-8024-4cfa-940c-e035be2f83d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46243 2025.12.24 07:59:33.366493 [ 293 ] {} TCP-Session: 28b06e35-8728-48bd-8025-90c91647594f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.366526 [ 292 ] {} TCP-Session: 5650e09f-8024-4cfa-940c-e035be2f83d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.366548 [ 292 ] {} TCP-Session: 5650e09f-8024-4cfa-940c-e035be2f83d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.366641 [ 290 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} executeQuery: (from [fd00:1122:3344:101::e]:48553) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:59:33.366972 [ 290 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:59:33.367041 [ 290 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:59:33.367386 [ 290 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:59:33.367593 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46823 2025.12.24 07:59:33.367595 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53133 2025.12.24 07:59:33.367639 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41591 2025.12.24 07:59:33.367683 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40379 2025.12.24 07:59:33.367690 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.367737 [ 349 ] {} TCP-Session: e027b3b1-7d71-47b3-90ca-e0fee377ee7c Authenticating user 'default' from [fd00:1122:3344:101::e]:46823 2025.12.24 07:59:33.367738 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57425 2025.12.24 07:59:33.367757 [ 349 ] {} TCP-Session: e027b3b1-7d71-47b3-90ca-e0fee377ee7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.367778 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53710 2025.12.24 07:59:33.367796 [ 349 ] {} TCP-Session: e027b3b1-7d71-47b3-90ca-e0fee377ee7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368026 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.368075 [ 294 ] {} TCP-Session: c05fe27f-61fe-422f-af17-c6b3ca1bd107 Authenticating user 'default' from [fd00:1122:3344:101::e]:53133 2025.12.24 07:59:33.368104 [ 294 ] {} TCP-Session: c05fe27f-61fe-422f-af17-c6b3ca1bd107 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368120 [ 294 ] {} TCP-Session: c05fe27f-61fe-422f-af17-c6b3ca1bd107 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368445 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.368488 [ 353 ] {} TCP-Session: 7f034c38-1448-4e6b-abaf-8cad1e409a16 Authenticating user 'default' from [fd00:1122:3344:101::e]:53710 2025.12.24 07:59:33.368512 [ 353 ] {} TCP-Session: 7f034c38-1448-4e6b-abaf-8cad1e409a16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368531 [ 353 ] {} TCP-Session: 7f034c38-1448-4e6b-abaf-8cad1e409a16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368554 [ 343 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} AggregatingTransform: Aggregating 2025.12.24 07:59:33.368603 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.368646 [ 352 ] {} TCP-Session: e5621721-cc65-459e-9dd6-fcb030be5ef5 Authenticating user 'default' from [fd00:1122:3344:101::e]:57425 2025.12.24 07:59:33.368667 [ 352 ] {} TCP-Session: e5621721-cc65-459e-9dd6-fcb030be5ef5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368685 [ 352 ] {} TCP-Session: e5621721-cc65-459e-9dd6-fcb030be5ef5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368755 [ 343 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} Aggregator: Aggregation method: without_key 2025.12.24 07:59:33.368796 [ 343 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001318946 sec. (758.181 rows/sec., 29.62 KiB/sec.) 2025.12.24 07:59:33.368815 [ 343 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} Aggregator: Merging aggregated data 2025.12.24 07:59:33.368899 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.368945 [ 351 ] {} TCP-Session: d7ba3db7-3b04-41cb-96a9-3655f1afa1f4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40379 2025.12.24 07:59:33.368967 [ 351 ] {} TCP-Session: d7ba3db7-3b04-41cb-96a9-3655f1afa1f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.368984 [ 351 ] {} TCP-Session: d7ba3db7-3b04-41cb-96a9-3655f1afa1f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.369056 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.369110 [ 350 ] {} TCP-Session: c3aa31a4-e75f-473e-bcb3-7e77b1a3c1d3 Authenticating user 'default' from [fd00:1122:3344:101::e]:41591 2025.12.24 07:59:33.369139 [ 350 ] {} TCP-Session: c3aa31a4-e75f-473e-bcb3-7e77b1a3c1d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.369164 [ 350 ] {} TCP-Session: c3aa31a4-e75f-473e-bcb3-7e77b1a3c1d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370238 [ 290 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} executeQuery: Read 1 rows, 40.00 B in 0.003682 sec., 271.59152634437805 rows/sec., 10.61 KiB/sec. 2025.12.24 07:59:33.370391 [ 290 ] {1fd9f4b3-38ac-45bb-863c-3f6d7ca51539} TCPHandler: Processed in 0.004160706 sec. 2025.12.24 07:59:33.370617 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370648 [ 290 ] {} TCP-Session: b0921146-e690-49f6-a941-bfc0cf9cebcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370659 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370697 [ 352 ] {} TCP-Session: e5621721-cc65-459e-9dd6-fcb030be5ef5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370700 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370725 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370759 [ 294 ] {} TCP-Session: c05fe27f-61fe-422f-af17-c6b3ca1bd107 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370760 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370794 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370817 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370825 [ 292 ] {} TCP-Session: 5650e09f-8024-4cfa-940c-e035be2f83d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370850 [ 353 ] {} TCP-Session: 7f034c38-1448-4e6b-abaf-8cad1e409a16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370871 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.370863 [ 350 ] {} TCP-Session: c3aa31a4-e75f-473e-bcb3-7e77b1a3c1d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370922 [ 351 ] {} TCP-Session: d7ba3db7-3b04-41cb-96a9-3655f1afa1f4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370773 [ 349 ] {} TCP-Session: e027b3b1-7d71-47b3-90ca-e0fee377ee7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.370847 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.371005 [ 293 ] {} TCP-Session: 28b06e35-8728-48bd-8025-90c91647594f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.457992 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45109 2025.12.24 07:59:33.458106 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.458135 [ 290 ] {} TCP-Session: 71503613-4774-443d-8027-5ee057879947 Authenticating user 'default' from [fd00:1122:3344:101::e]:45109 2025.12.24 07:59:33.458157 [ 290 ] {} TCP-Session: 71503613-4774-443d-8027-5ee057879947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458170 [ 290 ] {} TCP-Session: 71503613-4774-443d-8027-5ee057879947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458408 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56307 2025.12.24 07:59:33.458434 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54992 2025.12.24 07:59:33.458452 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57090 2025.12.24 07:59:33.458498 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61138 2025.12.24 07:59:33.458489 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42187 2025.12.24 07:59:33.458545 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.458536 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.458579 [ 293 ] {} TCP-Session: 672cd672-ddb9-4d8f-9f1b-eeb62a99357b Authenticating user 'default' from [fd00:1122:3344:101::e]:54992 2025.12.24 07:59:33.458589 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.458608 [ 292 ] {} TCP-Session: ad580b12-958f-4cc4-9bac-3f7b9ce9c9ad Authenticating user 'default' from [fd00:1122:3344:101::e]:56307 2025.12.24 07:59:33.458614 [ 293 ] {} TCP-Session: 672cd672-ddb9-4d8f-9f1b-eeb62a99357b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458636 [ 353 ] {} TCP-Session: 17887212-c9fc-4dd0-97e5-e44e09b96dc4 Authenticating user 'default' from [fd00:1122:3344:101::e]:61138 2025.12.24 07:59:33.458648 [ 292 ] {} TCP-Session: ad580b12-958f-4cc4-9bac-3f7b9ce9c9ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458652 [ 293 ] {} TCP-Session: 672cd672-ddb9-4d8f-9f1b-eeb62a99357b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458680 [ 353 ] {} TCP-Session: 17887212-c9fc-4dd0-97e5-e44e09b96dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458683 [ 292 ] {} TCP-Session: ad580b12-958f-4cc4-9bac-3f7b9ce9c9ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458713 [ 353 ] {} TCP-Session: 17887212-c9fc-4dd0-97e5-e44e09b96dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458606 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.458589 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.458779 [ 352 ] {} TCP-Session: 6f34a224-41c0-4bee-9766-f0105773d431 Authenticating user 'default' from [fd00:1122:3344:101::e]:42187 2025.12.24 07:59:33.458802 [ 294 ] {} TCP-Session: 6492731c-9377-4930-ac76-7fd08dae12a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:57090 2025.12.24 07:59:33.458810 [ 352 ] {} TCP-Session: 6f34a224-41c0-4bee-9766-f0105773d431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458829 [ 294 ] {} TCP-Session: 6492731c-9377-4930-ac76-7fd08dae12a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458841 [ 352 ] {} TCP-Session: 6f34a224-41c0-4bee-9766-f0105773d431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458855 [ 294 ] {} TCP-Session: 6492731c-9377-4930-ac76-7fd08dae12a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.458528 [ 290 ] {} TCP-Session: 71503613-4774-443d-8027-5ee057879947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:33.458480 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42448 2025.12.24 07:59:33.458469 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36367 2025.12.24 07:59:33.458458 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52459 2025.12.24 07:59:33.458990 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.459015 [ 351 ] {} TCP-Session: fce0e841-2d0f-4688-a26c-56e25e23bebf Authenticating user 'default' from [fd00:1122:3344:101::e]:42448 2025.12.24 07:59:33.459015 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.459034 [ 351 ] {} TCP-Session: fce0e841-2d0f-4688-a26c-56e25e23bebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.459053 [ 350 ] {} TCP-Session: 71cea9c6-21fc-4237-808b-217d16eb447b Authenticating user 'default' from [fd00:1122:3344:101::e]:36367 2025.12.24 07:59:33.459054 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.459084 [ 350 ] {} TCP-Session: 71cea9c6-21fc-4237-808b-217d16eb447b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.459109 [ 349 ] {} TCP-Session: 79fb5bfa-d621-4626-b554-1ff01ff4cee2 Authenticating user 'default' from [fd00:1122:3344:101::e]:52459 2025.12.24 07:59:33.459121 [ 350 ] {} TCP-Session: 71cea9c6-21fc-4237-808b-217d16eb447b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.459141 [ 349 ] {} TCP-Session: 79fb5bfa-d621-4626-b554-1ff01ff4cee2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.459109 [ 290 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} executeQuery: (from [fd00:1122:3344:101::e]:45109) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:59:33.459169 [ 349 ] {} TCP-Session: 79fb5bfa-d621-4626-b554-1ff01ff4cee2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.459057 [ 351 ] {} TCP-Session: fce0e841-2d0f-4688-a26c-56e25e23bebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.459513 [ 290 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:59:33.459586 [ 290 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:59:33.459953 [ 290 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:59:33.460966 [ 310 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} AggregatingTransform: Aggregating 2025.12.24 07:59:33.461016 [ 310 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} Aggregator: Aggregation method: without_key 2025.12.24 07:59:33.461055 [ 310 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000971937 sec. (1028.873 rows/sec., 40.19 KiB/sec.) 2025.12.24 07:59:33.461074 [ 310 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} Aggregator: Merging aggregated data 2025.12.24 07:59:33.462730 [ 290 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} executeQuery: Read 1 rows, 40.00 B in 0.003695 sec., 270.6359945872801 rows/sec., 10.57 KiB/sec. 2025.12.24 07:59:33.462925 [ 290 ] {fa1ec41e-1d89-44b3-8c37-9987964c1ecc} TCPHandler: Processed in 0.004517566 sec. 2025.12.24 07:59:33.463091 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463123 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463138 [ 290 ] {} TCP-Session: 71503613-4774-443d-8027-5ee057879947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463142 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463180 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463197 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463206 [ 292 ] {} TCP-Session: ad580b12-958f-4cc4-9bac-3f7b9ce9c9ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463220 [ 351 ] {} TCP-Session: fce0e841-2d0f-4688-a26c-56e25e23bebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463233 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463234 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463250 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463279 [ 350 ] {} TCP-Session: 71cea9c6-21fc-4237-808b-217d16eb447b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463288 [ 294 ] {} TCP-Session: 6492731c-9377-4930-ac76-7fd08dae12a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463316 [ 352 ] {} TCP-Session: 6f34a224-41c0-4bee-9766-f0105773d431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463240 [ 349 ] {} TCP-Session: 79fb5bfa-d621-4626-b554-1ff01ff4cee2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463165 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.463170 [ 353 ] {} TCP-Session: 17887212-c9fc-4dd0-97e5-e44e09b96dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.463404 [ 293 ] {} TCP-Session: 672cd672-ddb9-4d8f-9f1b-eeb62a99357b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528313 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64640 2025.12.24 07:59:33.528415 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.528442 [ 290 ] {} TCP-Session: 875b6aef-92b0-4ca5-adec-5af8b5185ed4 Authenticating user 'default' from [fd00:1122:3344:101::e]:64640 2025.12.24 07:59:33.528463 [ 290 ] {} TCP-Session: 875b6aef-92b0-4ca5-adec-5af8b5185ed4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528476 [ 290 ] {} TCP-Session: 875b6aef-92b0-4ca5-adec-5af8b5185ed4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528688 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34682 2025.12.24 07:59:33.528722 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49073 2025.12.24 07:59:33.528740 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35562 2025.12.24 07:59:33.528783 [ 353 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36032 2025.12.24 07:59:33.528807 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.528815 [ 290 ] {} TCP-Session: 875b6aef-92b0-4ca5-adec-5af8b5185ed4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:33.528855 [ 292 ] {} TCP-Session: 65785723-6f09-4067-a1e7-0d2b7b5c1b07 Authenticating user 'default' from [fd00:1122:3344:101::e]:34682 2025.12.24 07:59:33.528872 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.528879 [ 353 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.528905 [ 292 ] {} TCP-Session: 65785723-6f09-4067-a1e7-0d2b7b5c1b07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528913 [ 294 ] {} TCP-Session: 12d92d88-d908-4cca-8ff6-eba0cb8fd83e Authenticating user 'default' from [fd00:1122:3344:101::e]:35562 2025.12.24 07:59:33.528925 [ 353 ] {} TCP-Session: 16a79fb7-31f4-48bd-93ab-ccd80b9cada1 Authenticating user 'default' from [fd00:1122:3344:101::e]:36032 2025.12.24 07:59:33.528933 [ 292 ] {} TCP-Session: 65785723-6f09-4067-a1e7-0d2b7b5c1b07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528953 [ 294 ] {} TCP-Session: 12d92d88-d908-4cca-8ff6-eba0cb8fd83e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528960 [ 353 ] {} TCP-Session: 16a79fb7-31f4-48bd-93ab-ccd80b9cada1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528982 [ 294 ] {} TCP-Session: 12d92d88-d908-4cca-8ff6-eba0cb8fd83e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528823 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.528995 [ 353 ] {} TCP-Session: 16a79fb7-31f4-48bd-93ab-ccd80b9cada1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529011 [ 290 ] {8a36d33c-28f9-46b3-a994-e224826c583e} executeQuery: (from [fd00:1122:3344:101::e]:64640) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.24 07:59:33.529031 [ 293 ] {} TCP-Session: 9ddcda0b-c9c6-4d28-a7ed-5cec132a4c86 Authenticating user 'default' from [fd00:1122:3344:101::e]:49073 2025.12.24 07:59:33.528778 [ 352 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63155 2025.12.24 07:59:33.529068 [ 293 ] {} TCP-Session: 9ddcda0b-c9c6-4d28-a7ed-5cec132a4c86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528766 [ 351 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39872 2025.12.24 07:59:33.529098 [ 293 ] {} TCP-Session: 9ddcda0b-c9c6-4d28-a7ed-5cec132a4c86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529127 [ 352 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.528745 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40748 2025.12.24 07:59:33.529158 [ 352 ] {} TCP-Session: 4dd25cec-86c8-4c62-b23d-b50909b1921d Authenticating user 'default' from [fd00:1122:3344:101::e]:63155 2025.12.24 07:59:33.529198 [ 351 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.529217 [ 352 ] {} TCP-Session: 4dd25cec-86c8-4c62-b23d-b50909b1921d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529234 [ 351 ] {} TCP-Session: 51a43212-e333-457e-921e-fad406e6be7b Authenticating user 'default' from [fd00:1122:3344:101::e]:39872 2025.12.24 07:59:33.529241 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.529242 [ 352 ] {} TCP-Session: 4dd25cec-86c8-4c62-b23d-b50909b1921d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529275 [ 349 ] {} TCP-Session: 0669dba4-39cd-4c95-a15d-dd1998ed896a Authenticating user 'default' from [fd00:1122:3344:101::e]:40748 2025.12.24 07:59:33.529263 [ 351 ] {} TCP-Session: 51a43212-e333-457e-921e-fad406e6be7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529305 [ 349 ] {} TCP-Session: 0669dba4-39cd-4c95-a15d-dd1998ed896a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529314 [ 290 ] {8a36d33c-28f9-46b3-a994-e224826c583e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.24 07:59:33.529319 [ 351 ] {} TCP-Session: 51a43212-e333-457e-921e-fad406e6be7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529340 [ 349 ] {} TCP-Session: 0669dba4-39cd-4c95-a15d-dd1998ed896a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.528757 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55461 2025.12.24 07:59:33.529385 [ 290 ] {8a36d33c-28f9-46b3-a994-e224826c583e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.24 07:59:33.529463 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.24 07:59:33.529494 [ 350 ] {} TCP-Session: e44b1085-b7f0-4cfd-a2e1-31f00130a886 Authenticating user 'default' from [fd00:1122:3344:101::e]:55461 2025.12.24 07:59:33.529514 [ 350 ] {} TCP-Session: e44b1085-b7f0-4cfd-a2e1-31f00130a886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529547 [ 350 ] {} TCP-Session: e44b1085-b7f0-4cfd-a2e1-31f00130a886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.529745 [ 290 ] {8a36d33c-28f9-46b3-a994-e224826c583e} oximeter.version (1475d272-62dc-43f9-b90d-7d3f8470a70f) (SelectExecutor): Key condition: unknown 2025.12.24 07:59:33.530738 [ 326 ] {8a36d33c-28f9-46b3-a994-e224826c583e} AggregatingTransform: Aggregating 2025.12.24 07:59:33.530793 [ 326 ] {8a36d33c-28f9-46b3-a994-e224826c583e} Aggregator: Aggregation method: without_key 2025.12.24 07:59:33.530834 [ 326 ] {8a36d33c-28f9-46b3-a994-e224826c583e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000984998 sec. (1015.230 rows/sec., 39.66 KiB/sec.) 2025.12.24 07:59:33.530854 [ 326 ] {8a36d33c-28f9-46b3-a994-e224826c583e} Aggregator: Merging aggregated data 2025.12.24 07:59:33.532037 [ 290 ] {8a36d33c-28f9-46b3-a994-e224826c583e} executeQuery: Read 1 rows, 40.00 B in 0.00308 sec., 324.6753246753247 rows/sec., 12.68 KiB/sec. 2025.12.24 07:59:33.532181 [ 290 ] {8a36d33c-28f9-46b3-a994-e224826c583e} TCPHandler: Processed in 0.003514688 sec. 2025.12.24 07:59:33.532292 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532318 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532323 [ 290 ] {} TCP-Session: 875b6aef-92b0-4ca5-adec-5af8b5185ed4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532338 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532363 [ 292 ] {} TCP-Session: 65785723-6f09-4067-a1e7-0d2b7b5c1b07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532387 [ 353 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532402 [ 349 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532418 [ 350 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532430 [ 353 ] {} TCP-Session: 16a79fb7-31f4-48bd-93ab-ccd80b9cada1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532445 [ 349 ] {} TCP-Session: 0669dba4-39cd-4c95-a15d-dd1998ed896a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532471 [ 350 ] {} TCP-Session: e44b1085-b7f0-4cfd-a2e1-31f00130a886 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532433 [ 352 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532408 [ 294 ] {} TCP-Session: 12d92d88-d908-4cca-8ff6-eba0cb8fd83e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532535 [ 352 ] {} TCP-Session: 4dd25cec-86c8-4c62-b23d-b50909b1921d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532356 [ 351 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532370 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.24 07:59:33.532592 [ 351 ] {} TCP-Session: 51a43212-e333-457e-921e-fad406e6be7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:33.532615 [ 293 ] {} TCP-Session: 9ddcda0b-c9c6-4d28-a7ed-5cec132a4c86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.24 07:59:35.655697 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.655930 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:59:35.656008 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:59:35.656772 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.656827 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.657237 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.24 07:59:35.657470 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.657638 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} executeQuery: Read 4 rows, 334.00 B in 0.001761 sec., 2271.4366837024418 rows/sec., 185.22 KiB/sec. 2025.12.24 07:59:35.657690 [ 280 ] {fac018b1-74be-4d7c-ae1b-4135d4668e01} TCPHandler: Processed in 0.002181451 sec. 2025.12.24 07:59:35.657825 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.657931 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:35.657976 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:35.659052 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.659091 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.659531 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 07:59:35.659750 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.659894 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} executeQuery: Read 1252 rows, 106.19 KiB in 0.001986 sec., 630412.8902316213 rows/sec., 52.21 MiB/sec. 2025.12.24 07:59:35.659933 [ 280 ] {6fa2d367-6280-4d07-ba72-1915e6f1321c} TCPHandler: Processed in 0.002160941 sec. 2025.12.24 07:59:35.660054 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.660152 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:35.660195 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:35.660610 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.660646 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.660946 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 07:59:35.661152 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.661284 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} executeQuery: Read 31 rows, 2.31 KiB in 0.001153 sec., 26886.383347788378 rows/sec., 1.96 MiB/sec. 2025.12.24 07:59:35.661322 [ 280 ] {c12dcf6a-404b-4a17-803c-74657552f492} TCPHandler: Processed in 0.001320027 sec. 2025.12.24 07:59:35.661434 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.661529 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:59:35.661568 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:59:35.662048 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.662086 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.662390 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.24 07:59:35.662608 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.662739 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} executeQuery: Read 228 rows, 15.81 KiB in 0.001228 sec., 185667.75244299675 rows/sec., 12.57 MiB/sec. 2025.12.24 07:59:35.662777 [ 280 ] {863171d5-d313-4a7a-9d9b-1a2c3053c0c7} TCPHandler: Processed in 0.001393179 sec. 2025.12.24 07:59:35.662898 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.663019 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:35.663068 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:35.663760 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.663796 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.664134 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 07:59:35.664351 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.664481 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} executeQuery: Read 551 rows, 41.89 KiB in 0.001487 sec., 370544.72091459314 rows/sec., 27.51 MiB/sec. 2025.12.24 07:59:35.664520 [ 280 ] {f9dbc5cb-6d00-470d-8ef2-6381893ea106} TCPHandler: Processed in 0.001681997 sec. 2025.12.24 07:59:35.664630 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.664725 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:35.664768 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:35.665331 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.665368 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.665731 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 07:59:35.665937 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.666064 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} executeQuery: Read 846 rows, 58.31 KiB in 0.001358 sec., 622974.9631811487 rows/sec., 41.93 MiB/sec. 2025.12.24 07:59:35.666100 [ 280 ] {bb15cbab-8ff9-447f-bc54-94bd3aea75a8} TCPHandler: Processed in 0.001518333 sec. 2025.12.24 07:59:35.666213 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.666307 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:35.666361 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} 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.12.24 07:59:35.667179 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.667216 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.667732 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.12.24 07:59:35.667954 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.668090 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} executeQuery: Read 27 rows, 49.54 KiB in 0.0018 sec., 15000 rows/sec., 26.88 MiB/sec. 2025.12.24 07:59:35.668142 [ 280 ] {1351625b-7a02-4fde-8a9b-a7702c988688} TCPHandler: Processed in 0.001976966 sec. 2025.12.24 07:59:35.668253 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:35.668348 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:35.668388 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:35.668717 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.668753 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.669046 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 07:59:35.669249 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.669373 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.12.24 07:59:35.669407 [ 280 ] {bab82651-68ef-4f99-8cc7-4979d05410a6} TCPHandler: Processed in 0.001201993 sec. 2025.12.24 07:59:35.854773 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15713 2025.12.24 07:59:35.855174 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:35.855211 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:35.855638 [ 245 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:59:35.855879 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:35.856022 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15713 2025.12.24 07:59:36.696979 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.12.24 07:59:36.713618 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:36.713670 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:36.719190 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.12.24 07:59:36.719883 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:36.722609 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.12.24 07:59:38.393030 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 822 2025.12.24 07:59:38.395479 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:38.395545 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:38.396823 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.24 07:59:38.397116 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:38.397504 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 822 2025.12.24 07:59:40.628875 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:40.629054 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:40.629119 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:40.629812 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:40.629851 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:40.630239 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 07:59:40.630467 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:40.630616 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} executeQuery: Read 84 rows, 7.20 KiB in 0.00161 sec., 52173.91304347826 rows/sec., 4.36 MiB/sec. 2025.12.24 07:59:40.630659 [ 280 ] {5a5cdf71-4e48-474a-b3dd-c0216a91f3ef} TCPHandler: Processed in 0.001908263 sec. 2025.12.24 07:59:40.630799 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:40.630896 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:40.630937 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:40.631395 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:40.631431 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:40.631719 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 07:59:40.631924 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:40.632051 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} executeQuery: Read 14 rows, 1.05 KiB in 0.001174 sec., 11925.04258943782 rows/sec., 896.71 KiB/sec. 2025.12.24 07:59:40.632089 [ 280 ] {dabd3f8d-27b0-4dcb-96cb-62a96916fbf9} TCPHandler: Processed in 0.001341197 sec. 2025.12.24 07:59:40.632212 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:40.632307 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:40.632348 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:40.632779 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:40.632815 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:40.633109 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 07:59:40.633315 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:40.633443 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} executeQuery: Read 78 rows, 6.24 KiB in 0.001154 sec., 67590.98786828422 rows/sec., 5.28 MiB/sec. 2025.12.24 07:59:40.633480 [ 280 ] {298826ff-6f9f-46bc-a54d-b6325d8c9e25} TCPHandler: Processed in 0.001318357 sec. 2025.12.24 07:59:40.633598 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:40.633708 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:40.633751 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:40.634184 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:40.634220 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:40.634553 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 07:59:40.634758 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:40.634882 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.12.24 07:59:40.634919 [ 280 ] {d971642f-e51d-49ef-acdd-de3e13679e30} TCPHandler: Processed in 0.001371818 sec. 2025.12.24 07:59:40.635031 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:40.635130 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:40.635183 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} 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.12.24 07:59:40.635957 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:40.635993 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:40.636511 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.12.24 07:59:40.636729 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:40.636863 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} executeQuery: Read 14 rows, 25.69 KiB in 0.001752 sec., 7990.867579908675 rows/sec., 14.32 MiB/sec. 2025.12.24 07:59:40.636917 [ 280 ] {85e84be1-5c9d-45bc-afe8-3acf21e08694} TCPHandler: Processed in 0.001936205 sec. 2025.12.24 07:59:40.637036 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:40.637132 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:40.637173 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:40.637512 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:40.637548 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:40.637843 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.12.24 07:59:40.638043 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:40.638168 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} executeQuery: Read 60 rows, 4.14 KiB in 0.001054 sec., 56925.99620493359 rows/sec., 3.84 MiB/sec. 2025.12.24 07:59:40.638203 [ 280 ] {25907e7f-996c-4bc6-bd01-858ee6114fb2} TCPHandler: Processed in 0.001217083 sec. 2025.12.24 07:59:43.248849 [ 138 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:59:43.248955 [ 138 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:59:43.356146 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16225 2025.12.24 07:59:43.356881 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:43.356934 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:43.357430 [ 245 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:59:43.357664 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:43.357796 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16225 2025.12.24 07:59:44.222665 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.12.24 07:59:44.240142 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:44.240210 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:44.245970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.12.24 07:59:44.246746 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:44.249683 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.12.24 07:59:45.628364 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:45.628652 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:45.628759 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:45.629664 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:45.629708 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:45.630105 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 07:59:45.630329 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:45.630481 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} executeQuery: Read 110 rows, 9.48 KiB in 0.001907 sec., 57682.22338751966 rows/sec., 4.85 MiB/sec. 2025.12.24 07:59:45.630521 [ 280 ] {6a449696-7fa0-4969-aad6-f96235abefb4} TCPHandler: Processed in 0.002357336 sec. 2025.12.24 07:59:45.630652 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:45.630750 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:45.630791 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:45.631199 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:45.631236 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:45.631524 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 07:59:45.631731 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:45.631857 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} executeQuery: Read 27 rows, 2.03 KiB in 0.001125 sec., 24000 rows/sec., 1.76 MiB/sec. 2025.12.24 07:59:45.631894 [ 280 ] {e8757967-5101-47cf-af9c-fde1a36e92f6} TCPHandler: Processed in 0.001292996 sec. 2025.12.24 07:59:45.632004 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:45.632099 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:45.632139 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:45.632561 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:45.632597 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:45.632897 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 07:59:45.633101 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:45.633225 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} executeQuery: Read 91 rows, 7.28 KiB in 0.001143 sec., 79615.04811898513 rows/sec., 6.22 MiB/sec. 2025.12.24 07:59:45.633275 [ 280 ] {84c4048f-05d0-4105-bf7d-d7c1188d4daa} TCPHandler: Processed in 0.001320897 sec. 2025.12.24 07:59:45.633409 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:45.633505 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:45.633549 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:45.633980 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:45.634014 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:45.634335 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 07:59:45.634574 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:45.634700 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.12.24 07:59:45.634735 [ 280 ] {1719c0d5-c5f5-4809-9fa5-cefbe29088e3} TCPHandler: Processed in 0.001378659 sec. 2025.12.24 07:59:45.634853 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:45.634958 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:45.635015 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} 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.12.24 07:59:45.635846 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:45.635884 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:45.636451 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.12.24 07:59:45.636687 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:45.636825 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} executeQuery: Read 27 rows, 49.54 KiB in 0.001884 sec., 14331.210191082802 rows/sec., 25.68 MiB/sec. 2025.12.24 07:59:45.636886 [ 280 ] {467a17ec-6e38-4905-a5c7-f91bdeb0507b} TCPHandler: Processed in 0.002084858 sec. 2025.12.24 07:59:45.637004 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:45.637100 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:45.637141 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:45.637491 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:45.637527 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.31 GiB. 2025.12.24 07:59:45.637832 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.12.24 07:59:45.638041 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:45.638166 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2025.12.24 07:59:45.638201 [ 280 ] {611fbd84-9117-46ba-ac9a-36ab5a8a8ce6} TCPHandler: Processed in 0.001247514 sec. 2025.12.24 07:59:48.397676 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 846 2025.12.24 07:59:48.399885 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:48.399945 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:48.401211 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.24 07:59:48.401511 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:48.401906 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2025.12.24 07:59:50.630680 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.630969 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.631082 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.24 07:59:50.631876 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.631928 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.632372 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:59:50.632608 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.632760 [ 130 ] {} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 07:59:50.632770 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} executeQuery: Read 24 rows, 2.04 KiB in 0.00188 sec., 12765.95744680851 rows/sec., 1.06 MiB/sec. 2025.12.24 07:59:50.632825 [ 130 ] {} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.632847 [ 280 ] {2a03b563-7ab7-4589-9d0f-fcd5aef909f2} TCPHandler: Processed in 0.002359376 sec. 2025.12.24 07:59:50.632852 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.632973 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::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.12.24 07:59:50.632986 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.633101 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:50.633133 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.24 07:59:50.633143 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.12.24 07:59:50.633196 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.24 07:59:50.633235 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:50.633295 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:50.633343 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:50.633385 [ 194 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:50.633689 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.633734 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.634080 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:59:50.634279 [ 186 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001354278 sec., 88608.09966639051 rows/sec., 7.69 MiB/sec. 2025.12.24 07:59:50.634308 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} oximeter.fields_ipaddr (3cb306df-31d8-43cb-b6ea-40c9a997fddd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.634452 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} executeQuery: Read 14 rows, 1.14 KiB in 0.001349 sec., 10378.057820607859 rows/sec., 846.26 KiB/sec. 2025.12.24 07:59:50.634469 [ 195 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 07:59:50.634492 [ 280 ] {1bafbff2-6e61-46f3-8b24-54c8433f9a0f} TCPHandler: Processed in 0.001568644 sec. 2025.12.24 07:59:50.634616 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.634715 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:50.634757 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:50.634809 [ 195 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.634895 [ 195 ] {2382696c-bada-40b8-ab70-68be45d7daa6::all_1_9_2} oximeter.fields_i16 (2382696c-bada-40b8-ab70-68be45d7daa6) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 07:59:50.634992 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 07:59:50.635274 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.635315 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.635656 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 07:59:50.635868 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.636000 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} executeQuery: Read 211 rows, 19.17 KiB in 0.001305 sec., 161685.82375478928 rows/sec., 14.35 MiB/sec. 2025.12.24 07:59:50.636036 [ 280 ] {ebbb0877-c62f-4e14-a4c3-a206ad913fa2} TCPHandler: Processed in 0.001471381 sec. 2025.12.24 07:59:50.636148 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.636242 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.636282 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:50.636691 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.636727 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.637024 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 07:59:50.637235 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.637374 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} executeQuery: Read 40 rows, 2.99 KiB in 0.00115 sec., 34782.608695652176 rows/sec., 2.54 MiB/sec. 2025.12.24 07:59:50.637410 [ 280 ] {6c431c62-3d6c-4767-ae3d-0f9b236d82f1} TCPHandler: Processed in 0.001311956 sec. 2025.12.24 07:59:50.637510 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.637602 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.637643 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.24 07:59:50.638029 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.638065 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.638359 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.24 07:59:50.638566 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} oximeter.fields_u32 (644a7b5d-a16c-4ebb-b2b5-10574d7a8158): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.638695 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} executeQuery: Read 24 rows, 2.04 KiB in 0.00111 sec., 21621.62162162162 rows/sec., 1.79 MiB/sec. 2025.12.24 07:59:50.638732 [ 280 ] {e7b87def-6012-4609-8459-e089832fd182} TCPHandler: Processed in 0.001271496 sec. 2025.12.24 07:59:50.638832 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.638926 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.638967 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.24 07:59:50.639356 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.639393 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.639831 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.24 07:59:50.640100 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.640212 [ 130 ] {} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.24 07:59:50.640249 [ 130 ] {} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.640253 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} executeQuery: Read 12 rows, 960.00 B in 0.001341 sec., 8948.54586129754 rows/sec., 699.11 KiB/sec. 2025.12.24 07:59:50.640270 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.640309 [ 280 ] {7a1faee6-000f-4223-8dcb-b0e4b8f56d12} TCPHandler: Processed in 0.001524432 sec. 2025.12.24 07:59:50.640349 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:59:50.640429 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.640445 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:50.640478 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.12.24 07:59:50.640526 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.12.24 07:59:50.640534 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:50.640563 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:59:50.640581 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:50.640603 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.12.24 07:59:50.640643 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::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.12.24 07:59:50.641066 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.641108 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.641269 [ 195 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000944777 sec., 63507.049811754514 rows/sec., 5.09 MiB/sec. 2025.12.24 07:59:50.641393 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.24 07:59:50.641468 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 07:59:50.641695 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.641758 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.641772 [ 194 ] {506a48fe-9c7f-4c29-934f-0b25eee9fa63::all_1_9_2} oximeter.fields_u8 (506a48fe-9c7f-4c29-934f-0b25eee9fa63) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.24 07:59:50.641843 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.24 07:59:50.641907 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} executeQuery: Read 128 rows, 10.64 KiB in 0.001392 sec., 91954.02298850575 rows/sec., 7.46 MiB/sec. 2025.12.24 07:59:50.641950 [ 280 ] {7c30ce15-f56a-48df-8b09-80b62d6d7289} TCPHandler: Processed in 0.001571674 sec. 2025.12.24 07:59:50.642059 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.642156 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.642200 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:50.642634 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.642671 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.643039 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 07:59:50.643258 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.643390 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} executeQuery: Read 203 rows, 14.89 KiB in 0.001253 sec., 162011.17318435755 rows/sec., 11.61 MiB/sec. 2025.12.24 07:59:50.643427 [ 280 ] {8a494f73-c0ff-4a84-971e-582dec027759} TCPHandler: Processed in 0.00141772 sec. 2025.12.24 07:59:50.643544 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.643639 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.643693 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} 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.12.24 07:59:50.644488 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.644524 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.645147 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.12.24 07:59:50.645391 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.645544 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} executeQuery: Read 14 rows, 25.69 KiB in 0.001922 sec., 7284.0790842872 rows/sec., 13.05 MiB/sec. 2025.12.24 07:59:50.645600 [ 280 ] {c42cb1eb-ece0-4bad-8e73-9fac067c2a31} TCPHandler: Processed in 0.002105529 sec. 2025.12.24 07:59:50.645725 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:50.645821 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:50.645862 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:50.646222 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.646258 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.646662 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.12.24 07:59:50.646886 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.647015 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001213 sec., 49464.138499587796 rows/sec., 3.33 MiB/sec. 2025.12.24 07:59:50.647056 [ 280 ] {901db756-9a5f-486d-8f95-430612cff9d6} TCPHandler: Processed in 0.001382228 sec. 2025.12.24 07:59:50.857879 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16673 2025.12.24 07:59:50.858404 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:50.858455 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:50.858969 [ 245 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:59:50.859227 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:50.859493 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16673 2025.12.24 07:59:51.749745 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.12.24 07:59:51.767468 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:51.767545 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:51.774240 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.12.24 07:59:51.775037 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:51.778461 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.12.24 07:59:55.628830 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:55.629053 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 07:59:55.629128 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 07:59:55.629875 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.629925 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.630329 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 07:59:55.630557 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.630707 [ 98 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 07:59:55.630712 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} executeQuery: Read 110 rows, 9.48 KiB in 0.001715 sec., 64139.9416909621 rows/sec., 5.40 MiB/sec. 2025.12.24 07:59:55.630782 [ 98 ] {} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.630802 [ 280 ] {1dc8a3a6-f599-4583-a945-78dd5eee6137} TCPHandler: Processed in 0.002114159 sec. 2025.12.24 07:59:55.630812 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.630932 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::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.12.24 07:59:55.630942 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:55.631064 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 07:59:55.631067 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:55.631108 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 07:59:55.631123 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1409 rows starting from the beginning of the part 2025.12.24 07:59:55.631204 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1252 rows starting from the beginning of the part 2025.12.24 07:59:55.631257 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 84 rows starting from the beginning of the part 2025.12.24 07:59:55.631305 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 110 rows starting from the beginning of the part 2025.12.24 07:59:55.631353 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 211 rows starting from the beginning of the part 2025.12.24 07:59:55.631402 [ 198 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 110 rows starting from the beginning of the part 2025.12.24 07:59:55.631577 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.631629 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.632006 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 07:59:55.632264 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.632386 [ 98 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 07:59:55.632418 [ 98 ] {} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.632419 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} executeQuery: Read 27 rows, 2.03 KiB in 0.001373 sec., 19664.967225054625 rows/sec., 1.44 MiB/sec. 2025.12.24 07:59:55.632436 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.632476 [ 280 ] {04674af6-bb92-438b-a641-acf1d9b1cdc5} TCPHandler: Processed in 0.001584994 sec. 2025.12.24 07:59:55.632521 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:59:55.632610 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:55.632622 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:55.632668 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 71 rows starting from the beginning of the part 2025.12.24 07:59:55.632718 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 31 rows starting from the beginning of the part 2025.12.24 07:59:55.632720 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 07:59:55.632764 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:55.632775 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 07:59:55.632809 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:55.632854 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::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.12.24 07:59:55.632868 [ 195 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3176 rows, containing 5 columns (5 merged, 0 gathered) in 0.001981695 sec., 1602668.42273912 rows/sec., 140.47 MiB/sec. 2025.12.24 07:59:55.632891 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:55.633115 [ 189 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 07:59:55.633268 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.633305 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.633394 [ 189 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.633468 [ 189 ] {4c5517ce-2221-4f33-ae49-25a3089eee97::all_1_51_10} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 07:59:55.633567 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.12.24 07:59:55.633641 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 07:59:55.633678 [ 189 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.001189644 sec., 176523.39691537974 rows/sec., 13.57 MiB/sec. 2025.12.24 07:59:55.633809 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 07:59:55.633874 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.633985 [ 98 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 07:59:55.634014 [ 98 ] {} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.634014 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} executeQuery: Read 91 rows, 7.28 KiB in 0.001312 sec., 69359.75609756098 rows/sec., 5.42 MiB/sec. 2025.12.24 07:59:55.634032 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.634066 [ 280 ] {753af19d-a29d-4554-a439-538b82efffb0} TCPHandler: Processed in 0.001504772 sec. 2025.12.24 07:59:55.634089 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.634127 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::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.12.24 07:59:55.634179 [ 194 ] {03f41fde-b42f-46ea-82c7-002c84ab0fcb::all_1_46_9} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 07:59:55.634201 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:55.634244 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:55.634257 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.12.24 07:59:55.634283 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 633 rows starting from the beginning of the part 2025.12.24 07:59:55.634303 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:55.634351 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 07:59:55.634357 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 551 rows starting from the beginning of the part 2025.12.24 07:59:55.634429 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 78 rows starting from the beginning of the part 2025.12.24 07:59:55.634471 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 91 rows starting from the beginning of the part 2025.12.24 07:59:55.634509 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 128 rows starting from the beginning of the part 2025.12.24 07:59:55.634548 [ 195 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 91 rows starting from the beginning of the part 2025.12.24 07:59:55.634776 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.634819 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.635162 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 07:59:55.635382 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.635494 [ 98 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 07:59:55.635510 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.12.24 07:59:55.635531 [ 98 ] {} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.635554 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.635557 [ 280 ] {8d6474e3-f94e-4b79-ab3f-c35069c272c8} TCPHandler: Processed in 0.001400819 sec. 2025.12.24 07:59:55.635634 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:59:55.635661 [ 188 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1572 rows, containing 5 columns (5 merged, 0 gathered) in 0.001566394 sec., 1003578.9207568465 rows/sec., 80.00 MiB/sec. 2025.12.24 07:59:55.635687 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:55.635731 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:55.635763 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13124 rows starting from the beginning of the part 2025.12.24 07:59:55.635799 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 07:59:55.635812 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 846 rows starting from the beginning of the part 2025.12.24 07:59:55.635859 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} 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.12.24 07:59:55.635865 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:55.635916 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::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.12.24 07:59:55.635922 [ 192 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 07:59:55.635951 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 203 rows starting from the beginning of the part 2025.12.24 07:59:55.635993 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.12.24 07:59:55.636315 [ 192 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.636422 [ 192 ] {a9b3ba11-d66c-4e03-a61b-5e617df6e6d2::all_1_51_10} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 07:59:55.636529 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2025.12.24 07:59:55.636728 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.636769 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.637355 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.12.24 07:59:55.637607 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.637719 [ 98 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.12.24 07:59:55.637743 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} executeQuery: Read 27 rows, 49.54 KiB in 0.001962 sec., 13761.467889908256 rows/sec., 24.66 MiB/sec. 2025.12.24 07:59:55.637752 [ 98 ] {} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.637785 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.637808 [ 280 ] {73d79c6f-7853-462b-a3fd-8fc21f2c884a} TCPHandler: Processed in 0.00217133 sec. 2025.12.24 07:59:55.637862 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::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.12.24 07:59:55.637940 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 07:59:55.638038 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 07:59:55.638071 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:55.638079 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 07:59:55.638130 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 774 rows starting from the beginning of the part 2025.12.24 07:59:55.638248 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:55.638349 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:55.638436 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.638456 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:55.638480 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.638553 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part 2025.12.24 07:59:55.638670 [ 199 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 27 rows starting from the beginning of the part 2025.12.24 07:59:55.638800 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.12.24 07:59:55.639036 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.639145 [ 98 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.12.24 07:59:55.639171 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} executeQuery: Read 60 rows, 4.14 KiB in 0.001151 sec., 52128.583840139014 rows/sec., 3.51 MiB/sec. 2025.12.24 07:59:55.639172 [ 98 ] {} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:55.639211 [ 98 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:55.639215 [ 280 ] {5a8f7d44-d826-4e24-b776-99f389a7ffa7} TCPHandler: Processed in 0.001327007 sec. 2025.12.24 07:59:55.639290 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:55.639390 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:55.639419 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2700 rows starting from the beginning of the part 2025.12.24 07:59:55.639480 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:55.639523 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:55.639561 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:55.639597 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part 2025.12.24 07:59:55.639638 [ 192 ] {01dbd611-9506-4c07-90f0-78c56f602201::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.12.24 07:59:55.640073 [ 190 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14653 rows, containing 5 columns (5 merged, 0 gathered) in 0.004478345 sec., 3271967.6576949744 rows/sec., 224.95 MiB/sec. 2025.12.24 07:59:55.640483 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 07:59:55.640761 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.640839 [ 194 ] {c5c62c5c-4dba-4962-88d6-521ba3cbf20e::all_1_51_10} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 07:59:55.640871 [ 190 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3000 rows, containing 4 columns (4 merged, 0 gathered) in 0.001617875 sec., 1854284.1690489068 rows/sec., 124.97 MiB/sec. 2025.12.24 07:59:55.640903 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. 2025.12.24 07:59:55.641242 [ 190 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.12.24 07:59:55.641516 [ 190 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.641599 [ 190 ] {01dbd611-9506-4c07-90f0-78c56f602201::all_1_51_10} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.12.24 07:59:55.641689 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. 2025.12.24 07:59:55.653852 [ 192 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 883 rows, containing 19 columns (19 merged, 0 gathered) in 0.016023336 sec., 55107.126256355106 rows/sec., 98.75 MiB/sec. 2025.12.24 07:59:55.655178 [ 190 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.12.24 07:59:55.655518 [ 190 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:55.655592 [ 190 ] {64c58f1f-d175-4835-b889-bc57f3a06322::all_1_46_9} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.12.24 07:59:55.655736 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. 2025.12.24 07:59:56.000237 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 281.91 MiB, peak 294.21 MiB, free memory in arenas 0.00 B, will set to 285.73 MiB (RSS), difference: 3.82 MiB 2025.12.24 07:59:58.249214 [ 61 ] {} DNSResolver: Updating DNS cache 2025.12.24 07:59:58.249312 [ 61 ] {} DNSResolver: Updated DNS cache 2025.12.24 07:59:58.359579 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17185 2025.12.24 07:59:58.360372 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:58.360434 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:58.361020 [ 245 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:59:58.361239 [ 245 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:58.361363 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17185 2025.12.24 07:59:58.361362 [ 61 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:59:58.361417 [ 61 ] {} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:58.361439 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:58.361599 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:58.361774 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:58.361816 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14753 rows starting from the beginning of the part 2025.12.24 07:59:58.361886 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:58.361936 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:58.361984 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:58.362027 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:58.362071 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::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.12.24 07:59:58.364017 [ 192 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17185 rows, containing 4 columns (4 merged, 0 gathered) in 0.002496209 sec., 6884439.564155084 rows/sec., 98.48 MiB/sec. 2025.12.24 07:59:58.364140 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:59:58.364378 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_36_7} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:58.364447 [ 194 ] {d04148f7-b81a-4e9c-991b-d96f6d6a9bad::all_1_36_7} system.asynchronous_metric_log (d04148f7-b81a-4e9c-991b-d96f6d6a9bad) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:59:58.364518 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2025.12.24 07:59:58.402045 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 878 2025.12.24 07:59:58.404458 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:58.404517 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:58.405789 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.24 07:59:58.406079 [ 243 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:58.406240 [ 45 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.24 07:59:58.406281 [ 45 ] {} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:58.406299 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:58.406383 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::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.12.24 07:59:58.406469 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 878 2025.12.24 07:59:58.406894 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:58.407046 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 734 rows starting from the beginning of the part 2025.12.24 07:59:58.407418 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:58.407769 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part 2025.12.24 07:59:58.408095 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part 2025.12.24 07:59:58.408416 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.12.24 07:59:58.408738 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2025.12.24 07:59:58.414120 [ 196 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 878 rows, containing 72 columns (72 merged, 0 gathered) in 0.007772517 sec., 112962.12025010689 rows/sec., 92.14 MiB/sec. 2025.12.24 07:59:58.415035 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.24 07:59:58.415534 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:58.415600 [ 194 ] {5bd83ddd-0ac8-401c-80e1-7dca25b4c108::all_1_26_5} system.query_log (5bd83ddd-0ac8-401c-80e1-7dca25b4c108) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.24 07:59:58.415746 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.12.24 07:59:59.278522 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.12.24 07:59:59.295828 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:59.295887 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:59.301886 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.12.24 07:59:59.302600 [ 244 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:59.302919 [ 61 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.12.24 07:59:59.303015 [ 61 ] {} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 07:59:59.303051 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 07:59:59.303167 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:59.305528 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.12.24 07:59:59.306059 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.24 07:59:59.306761 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:59.310045 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:59.313574 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:59.317393 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:59.321545 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::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.12.24 07:59:59.325265 [ 192 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2025.12.24 07:59:59.374365 [ 196 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.071238567 sec., 3818.156533103761 rows/sec., 19.74 MiB/sec. 2025.12.24 07:59:59.376342 [ 196 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.12.24 07:59:59.378111 [ 196 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_36_7} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 07:59:59.378202 [ 196 ] {124271ac-da02-406d-9f66-8072ab9f696c::all_1_36_7} system.metric_log (124271ac-da02-406d-9f66-8072ab9f696c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.12.24 07:59:59.379484 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.12.24 08:00:00.000214 [ 249 ] {} AsynchronousMetrics: MemoryTracking: was 286.88 MiB, peak 298.75 MiB, free memory in arenas 0.00 B, will set to 288.66 MiB (RSS), difference: 1.77 MiB 2025.12.24 08:00:00.633923 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 08:00:00.634136 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.24 08:00:00.634220 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.24 08:00:00.635047 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 08:00:00.635107 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 08:00:00.635585 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 08:00:00.635880 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} oximeter.fields_string (4c5517ce-2221-4f33-ae49-25a3089eee97): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 08:00:00.636074 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} executeQuery: Read 84 rows, 7.20 KiB in 0.001998 sec., 42042.042042042034 rows/sec., 3.52 MiB/sec. 2025.12.24 08:00:00.636135 [ 280 ] {90fd22d2-3aa6-43cd-acff-bf8d649f182e} TCPHandler: Processed in 0.002369686 sec. 2025.12.24 08:00:00.636298 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 08:00:00.636416 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.24 08:00:00.636472 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.24 08:00:00.636988 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 08:00:00.637036 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 08:00:00.637407 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 08:00:00.637673 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} oximeter.fields_u16 (03f41fde-b42f-46ea-82c7-002c84ab0fcb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 08:00:00.637844 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} executeQuery: Read 14 rows, 1.05 KiB in 0.001453 sec., 9635.237439779765 rows/sec., 724.52 KiB/sec. 2025.12.24 08:00:00.637894 [ 280 ] {63a86bd8-ba26-4934-b30c-6265eb93289a} TCPHandler: Processed in 0.001658506 sec. 2025.12.24 08:00:00.638056 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 08:00:00.638173 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.24 08:00:00.638225 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.24 08:00:00.638755 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 08:00:00.638803 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 08:00:00.639175 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 08:00:00.639433 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} oximeter.fields_uuid (a9b3ba11-d66c-4e03-a61b-5e617df6e6d2): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 08:00:00.639589 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} executeQuery: Read 78 rows, 6.24 KiB in 0.001442 sec., 54091.53952843274 rows/sec., 4.22 MiB/sec. 2025.12.24 08:00:00.639635 [ 280 ] {6c2639c6-b770-4b43-bf75-d0f29f4ee46b} TCPHandler: Processed in 0.001636376 sec. 2025.12.24 08:00:00.639775 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 08:00:00.639889 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.24 08:00:00.639945 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.24 08:00:00.640476 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 08:00:00.640520 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 08:00:00.640941 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 08:00:00.641211 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} oximeter.measurements_cumulativeu64 (c5c62c5c-4dba-4962-88d6-521ba3cbf20e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 08:00:00.641369 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001502 sec., 106524.63382157123 rows/sec., 7.42 MiB/sec. 2025.12.24 08:00:00.641411 [ 280 ] {3758ca0e-d32e-4127-bf6a-6c7d3a4c65ab} TCPHandler: Processed in 0.001691877 sec. 2025.12.24 08:00:00.641556 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 08:00:00.641666 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.24 08:00:00.641733 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} 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.12.24 08:00:00.642634 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 08:00:00.642677 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 08:00:00.643285 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.12.24 08:00:00.643550 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} oximeter.measurements_histogramu64 (64c58f1f-d175-4835-b889-bc57f3a06322): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 08:00:00.643714 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} executeQuery: Read 14 rows, 25.69 KiB in 0.002068 sec., 6769.825918762089 rows/sec., 12.13 MiB/sec. 2025.12.24 08:00:00.643778 [ 280 ] {0bce8844-b592-4007-9582-732dac388e94} TCPHandler: Processed in 0.002276893 sec. 2025.12.24 08:00:00.643919 [ 280 ] {} TCP-Session: d39611e4-4f2b-44cb-ad07-42611dea4b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.24 08:00:00.644029 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} executeQuery: (from [fd00:1122:3344:101::d]:52695) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.24 08:00:00.644079 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.24 08:00:00.644486 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.24 08:00:00.644526 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.30 GiB. 2025.12.24 08:00:00.644887 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.12.24 08:00:00.645134 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} oximeter.measurements_u64 (01dbd611-9506-4c07-90f0-78c56f602201): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.24 08:00:00.645286 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} executeQuery: Read 60 rows, 4.14 KiB in 0.001277 sec., 46985.12137823023 rows/sec., 3.17 MiB/sec. 2025.12.24 08:00:00.645327 [ 280 ] {af31f81c-8fe8-4262-bf3e-8b8ea6edcf73} TCPHandler: Processed in 0.001462141 sec.